/* CSS Document */

body {
margin-top: 0px;
margin-bottom: 0px;
background: repeat-y #D4EED7;
background-image: url(../image/bg.gif);
background-repeat: repeat-x;
position:relative;
}

.main {
padding:40px 0px 0px 0px;
}

.mgn0 {
margin-bottom:0px;
}

.mgn01 {
margin-bottom:1px;
}

.mgn05 {
margin-bottom:5px;
}

.mgn10 {
margin-bottom:10px;
}

.mgn15 {
margin-bottom:15px;
}

.mgn20 {
margin-bottom:20px;
}

.mgn30 {
margin-bottom:30px;
}

.mgn40 {
margin-bottom:40px;
}

.mgn50 {
margin-bottom:50px;
}

.mgn60 {
margin-bottom:60px;
}

.txt_under {
text-decoration:underline;
}