
/*------CSS------*/
*{margin:0;padding:0;line-height:160%;}
body{
margin:0;
padding:0;
font-family:arial, sans-serif, Osaka, verdana, Meiryo;
color:#111;
background:#f4f4f4;
}
h1,h2,h3,p,ul,ol,li{
margin:0px;
padding:0px;
}
li{
margin:0px;
padding:0px;
list-style-type:none;
}
img{border:0;}

/*--------------------------------------------*/
a{ color:#a50f38; text-decoration:none;}
a:hover{ color:#aa364f; text-decoration:underline;}
.cut{ clear:both;}

#mframe{
width:790px;
text-align:left;
margin:0 auto;
}
#header_space{
font-size:15px;
margin-bottom:15px;
background:#002c36;
background: -moz-linear-gradient(top, #12748d, #002c36);
background: -webkit-gradient(linear, center top, center bottom, from(#12748d), to(#002c36));
background: linear-gradient(top center, #12748d 0%, #002c36 100%);
text-align:center;
}
#header_space_in01{
width:790px;
margin:0 auto;
text-align:left;
}
#header_space a{
padding:10px 5px;
display:block;
text-decoration:none;
font-size:31px;
letter-spacing:-1px;
color:#fff;
}
#header_space .header_space_in02{
display:block;
padding:5px;
font-weight:normal;
font-size:13px;
background:#fff;
background: -moz-linear-gradient(top, #f3fcff, #fff);
background: -webkit-gradient(linear, center top, center bottom, from(#f3fcff), to(#fff));
background: linear-gradient(top center, #f3fcff 0%, #fff 100%);
border-bottom:#ccc solid 1px;
color:#002c36;
}
#header_space .header_space_in02 span{
width:790px;
display:block;
margin:0 auto;
text-align:left;
}

#global-navi{
width:26%;
padding:3px;
position:relative;
float:left;
font-size:11px;
background:#fff;
box-shadow:1px 1px 2px #999;
}
#global-navi ul{
padding:4px;
margin-bottom:10px;
}
#global-navi ul li{
padding:5px;
border-bottom: dashed #ddd 1px;
}
.recom_navtop{
padding:3px;
display:block;
margin-top:4px;
font-weight:bold;
background:#d5d5d5;
background: -moz-linear-gradient(top, #fff, #d5d5d5);
background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#d5d5d5));
background: linear-gradient(top center, #fff 0%, #d5d5d5 100%);
}

#contents_unit{
background:#ffffff;
width:62%;
padding:35px;
margin-bottom:23px;
position:relative;
float:right;
font-size:13px;
line-height:180%;
color:#333;
box-shadow:1px 1px 3px #999;
}

#page_title{
margin:7px 0 15px 0;
font-weight:bold;
border:#666666 solid 1px;
border-radius:5px ;
}

#page_title h2{
padding:5px;
margin:2px;
color:#444;
font-size:18px;
letter-spacing:-1px;
background:url(img/striped_pattern.jpg);
}

#inner_column h3{
padding:5px;
border:#666666 solid 1px;
color:#666666;
font-size:15px;
letter-spacing:-1px;
margin:15px 0;
border-radius:5px ;
}

.image{
border-top: #e0e9ec solid 2px;
border-bottom: #e0e9ec solid 2px;
width:100%;
}

#inner_column,
#contents_unit p{line-height:180%;}

#inner_column ul li{line-height:180%;}

#inner_column .useful li{ line-height:180%; padding-bottom:3px;}


#foot {
letter-spacing: 1px;
font-size:11px;
text-align:center;
background:#fff;
}
#foot p {
margin:0 auto;
width:790px;
text-align: right;
padding: 10px;
}
#foot ul {
margin:0 auto;
width:790px;
text-align: left;
padding: 10px 0;
}

