@charset "utf-8";
body{
background-color:#D3D2CE;
}
#wrapper{
margin-right: auto;
margin-left: auto;
width: 960px;
background-image: url('../../img/wrap_bg.jpg');
background-repeat: repeat-y;
overflow:hidden;
}

#main{
font-size: 12px;
color: #3F3625;
line-height:1.8em;
width: 780px;
background: #FCFBF7;
float: right;
margin-right:20px;
}
#header{
margin-left:10px;
}
#wrapper .pan {
margin-left:15px;
margin-top:5px;
font-size:12px;
}

#wrapper h1{
margin-top: 5px;
height:34px;
text-indent:-9999px;
background-image: url('../../img/shipping_h1.jpg');
background-repeat: no-repeat;
margin-left:10px;
}

#wrapper h2{
height:32px;
text-indent:-9999px;
background-image: url('../../img/readme1_h2.jpg');
background-repeat: no-repeat;
margin-left:10px;
}

#main h3{
font-size: 14px;
font-weight: bold;
padding-top:10px;
padding-bottom: 10px;
padding-left: 20px;
background-image: url('../../img/bullet_h3.jpg');
background-repeat: no-repeat;
background-position: 0px 12px;
}

.contents1 ul li{
padding-top: 5px;
padding-left: 5px;
border-left-width: 6px;
border-color:#C9C4B4;
border-left-style: solid;
}
.contents1 ul{
padding-bottom:10px;
}

.contents1{
padding-left:20px;
padding-bottom: 20px;
padding-right: 80px;
}
.contents1_nfo{
line-height: 20px;
text-align: center;
padding-top: 15px;
height: 72px;
width: 700px;
background-image: url('../../img/im_bg.jpg');
background-repeat: no-repeat;
}
.contents1_nfo em{
font-size:14px;
font-weight:bold;
padding-bottm:10px;
}

.contents1 span{
display: block;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
}

.contents2{
padding-left:20px;
padding-bottom: 20px;
padding-right: 80px;
}

.contents2 ul li{
padding-top: 10px;
padding-left: 5px;
font-size: 14px;
}
.contents2 ul{
padding-bottom:10px;
}

.contents2 span{
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
}

ol li{
display: block;
height: 40px;
font-size:16px;
font-weight:bold;
padding-left: 45px;
padding-top:8px;
}
.no1{
background-image: url('../../img/ol_1.jpg');
background-repeat: no-repeat;
}
.no2{
background-image: url('../../img/ol_2.jpg');
background-repeat: no-repeat;
background-position: 0px 0px;
}
.no3{
background-image: url('../../img/ol_3.jpg');
background-repeat: no-repeat;
background-position: 0px 2px;
}
.no4{
background-image: url('../../img/ol_4.jpg');
background-repeat: no-repeat;
background-position: 0px 2px;
}
.no5{
background-image: url('../../img/ol_5.jpg');
background-repeat: no-repeat;
background-position: 0px 2px;
}
.no6{
background-image: url('../../img/ol_6.jpg');
background-repeat: no-repeat;
background-position: 0px 2px;
}
#footer{
font-size: 12px;
width: 900px;
color: #FFFFFF;
margin-top: 10px;
padding: 20px;
height: 60px;
background-color: #363226;
overflow: hidden;
margin-left:10px;
}
#footer .company{
float: left;
}
#footer .company em{
font-size:20px;
font-weight:bold;
}
#footer .footer_id{
float:right;
}

a:link {
	color: #3F3625;
	text-decoration: none;
}
a:visited {
	color: #3F3625;
}
a:hover { 
	color: #3F3625; 
	text-decoration: underline;
}
a:active {
	color: #3F3625;
}