@charset "Shift_JIS";


/* ------- Base */

* {
margin:0px;
padding:0px;
}

.linetop {margin-top:1em;}
.linebtm {margin-bottom:1em;}
.noline {margin:0px;}
.bothline {margin-top:1em;margin-bottom:1em}

html,body,tr.td {
color: #333333;
font-size:medium;
line-height:150%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

html,body {
background: #f2f8dc url("") 50% 0% repeat-y;
}

.sml {font-size:smaller;}

.bl { font-weight:bold; }
.it { font-style:italic; }
.rt { text-align:right; }
.lt { text-align:left; }
.centre { text-align:center; }
.boxcentre { 
margin-right:auto;
margin-left:auto; 
}
.vtop {vertical-align: top}
.vmid {vertical-align: middle}
.vbtm {vertical-align: bottom}



img { border:0px; }

a { text-decoration:none; color:#330099; }
a:link{ text-decoration:none; color:#330099; }
a:visited{ text-decoration:none; color:#3300ff; }
a:active{ text-decoration:none; color:#3300ff; }
a:hover{ text-decoration:underline; color:#3300ff; }

	/* Bottun */
input,textarea {
background: #ffffff;
color: #344205;
border: 1px #344205 solid;
}

	/* mailform body */
div#container {
width:900px;
margin:0px;
padding:0px;

}


div#header {
width:800px;
height:102px;
background: #ffffff url("images/bg_head02.jpg") 0% 0% no-repeat;
padding-top:15px;
padding-bottom:0px;
padding-left:30px;
padding-right:70px;
}


div#logo01 {
float:left;
position:relative;
top:34px;
left:20px;
width:255px;
height:63px;
}


div#menu01 {
float:right;
position:relative;
top:63px;
left:0px;

width:487px;
height:39px;
background: #ffccff ;
}

div#main {
width:760px;
background: #f2f8dc url("images/bg_main.gif") left bottom repeat-y;
padding-left:50px;
padding-right:90px;
padding-top:20px;
}

div#main-lt {
width:580px;
float:left;
background: #ffffff url("") left bottom repeat-y;
margin-right: 20px;
}

div#main-rt {
width:150px;
padding-left:7px;
float:right;
border-left: #808080 3px dotted;
}

.box01 {
width:148px;
border: #4169e1 1px solid;
margin-bottom: 10px;
}
.box_head01 {
margin-bottom: 3px;
padding:2px;
border-bottom: #4169e1 1px solid;
background-color: #e0ffff;
color: #4169e1;
}
.box_body {
padding-right: 3px;
padding-left: 3px;
}

.box02 {
width:148px;
border: #dc143c 1px solid;
margin-bottom: 10px;
}
.box_head02 {
margin-bottom: 3px;
padding:2px;
border-bottom: #dc143c 1px solid;
background-color: #faf0e6;
color: #dc143c;

}

	/* footer */

div#main-foot {
clear:both;
}

div#footer {
clear:both;
width:900px;
height:99px;
background: #f2f8dc url("images/bg_footer02.gif") 0% 0% no-repeat;
padding-top:20px;
text-align:center;
}
.mdl {vertical-align:middle;}




/* test */
.box_head02_1 {
background: url("images/sub02_1.gif") left top no-repeat;
padding:3px;
border-right: #dc143c 1px solid;
}
.box02_1 {
width:148px;
padding-top: 5px;
border: #dc143c 1px solid;
margin-bottom: 10px;
}


/* ‰æ‘œ‚É‰e */
.shadow {
margin: 0 0 0 5px;
background: url(images/shadow_img.gif) right bottom;
float: left;
}

.shadow img {
position: relative;
left: -5px;
top: -5px;
}

