/* CSS Document */

*{
margin:0;
padding:0;
border:0;
background-color:transparent;
color:#333333;
font-size:100%;
font-weight:normal;
text-decoration:none;
}

body{
background:#FFFFFF url(../img/back.gif) repeat-y center;
color:#333333;
font-family:Verdana,Arial,sans-serif;
text-align:center;
}

/* レイアウト 基本 */
#header{
width:797px;
margin-right:auto;
margin-left:auto;
background:#FFFFFF url(../img/header_back.gif) no-repeat center top;
}

#footer{
clear:both;
width:px;
margin-right:auto;
margin-left:auto;
background:#FFFFFF;
}

#container{
width:797px;
margin-right:auto;
margin-left:auto;
background-color:#FFFFFF;
font-size:13px;;
line-height:150%;
}

#content{
float:left;
width:560px;
margin:30px 0;
border-right:1px solid #CCCCCC;
background-color:#FFFFFF;
}

#sidebar{
float:right;
width:236px;
margin:30px 0;
background-color:#FFFFFF;
}

#footer{
width:798px;
margin:20px 0;
}


/* h1〜 */

/* link */
a{
color:#41678D;
text-decoration:underline;
}

a:hover,active{
color:#41678D;
text-decoration:none;
}

/* p */
p{
margin:15px 0;
}

/* img */ 
img{border:0;}

/* float */ 
.fll{
float:left;
margin:0 15px 0 0;
}

.flr{
float:right;
margin:0 0 0 15px;
}

.clear{
clear:both;
margin:10px;
}

/* header */
div#header{
text-align:left;
}

div#menu{
margin-top:17px;
}

/* --- content --- */
#content div{
margin-left:16px;
margin-right:16px;
text-align:left;
}

.bnr{
margin-bottom:30px;
}

.border_b{
margin-bottom:50px;
padding-bottom:15px;
border-bottom:1px solid #CCCCCC;
}

.cont{
margin:10px 0;
padding-bottom:30px;
text-align:right;
border-bottom:1px solid #CCCCCC;
}

#company ul{
margin-bottom:50px;
}
#company li{
display:inline;
list-style:none;
margin:0 5px;
padding-left:20px;
background:url(../service/img/arrow.gif) no-repeat center left;
}

#table table{
width:480px;
border-collapse:collapse;
}
#table td{
padding:8px;
border:1px solid #CCCCCC;
}
#table td.gray{
width:120px;
background-color:#EEEEEE;
}

dl{
padding:15px 10px;
border-bottom:1px solid #CCCCCC;
}
dd{
margin:10px 30px;
}

.b18{
font-size:18px;
}
.broad{
width:315px;
border:1px solid #CCCCCC;
}
.error{
width:480px;
padding:5px;
color:#CC0000;
background-color:#E7E7E7;
}
.error ul{
margin-left:20px;
}
textarea{font-family:monospace;}
.red{
color:#CC0000;
}
.red_b{
color:#CC0000;
font-size:16px;
font-weight:bold;
}
.bold{
color:#000000;
font-size:14px;
font-weight:bold;
}

.name{
margin-top:10px;
margin-bottom:50px;
padding-bottom:15px;
border-bottom:1px solid #CCCCCC;
text-align:right;
}

#sitemap li{
list-style:none;
margin:15px 0;
padding-left:20px;
background:url(../service/img/arrow.gif) no-repeat center left;
}

/* --- sidebar --- */
#sidebar div{
margin-left:16px;
margin-right:16px;
text-align:left;
}

/* --- footer --- */
#footer-menu{
padding-bottom:10px;
border-bottom:solid 1px #CCCCCC;
}

address{
margin-top:10px;
font-style:normal;
}
