@charset "utf-8";
/* CSS Document */

*{
padding:0px;
margin:0px;
}

/*メインコンテナ中央表示用
body{
text-align:center;
background-color:#A03CB4;
}
*/

body{
text-align:center;
background:url("/common/img/bg_body.jpg") repeat scroll center top #A03CB4;
text-align:center;
}


#container{
width:858px;
border:1px solid #CCCCCC;
background-color:#ffffff;
margin:0px auto;
padding:0px;
}

#head{
width:858px;
height:132px;
background:url(/common/img/head_re.jpg) no-repeat;
margin-bottom:2px;
}

#nav{
width:150px;
float:left;
margin-right:8px;
padding-left:9px;
text-align:center;
}
#nav img{
margin-bottom:10px;
}
#nav #mobile{
border:1px solid #cccccc;
width:149px;
padding-bottom:10px;
margin-top:10px;
margin-bottom:10px;
background-color:#FAFAFA;
}

#nav #mobile img.hd{
margin:2px auto;
}
#nav #mobile p{
color:#666666;
font-size:10px;
padding:8px;
text-align:left;
}
#main{
width:683px;
float:left;
}

#foot{
width:858px;
height:52px;
background:url(/common/img/foot_bg.jpg) repeat-x bottom;
}
#foot ul{
padding:10px;
list-style-type:none;
text-align:center;
}
#foot ul li{
display:inline;
font-size:12px;
}
#foot address{
height:11px;
background:url(/common/img/copyright.jpg) no-repeat center;
text-indent:-10000px;
margin-left:7px;
cursor:pointer;
}

#foot ul li a:link{
text-decoration:none;
color:#A03CB4;
}
#foot ul li a:visited{
text-decoration:none;
color:#A03CB4;
}

#foot ul li a:hover{
text-decoration:underline;
color:#ff00ff;
}

/*イメージのborder消去*/
img{
border:none;
}

a:link{
color:#A03CB4;
text-decoration:none;
}
a:visited{
color:#A03CB4;
text-decoration:none;
}
a:hover{
color:#ff00ff;
text-decoration:underline;
}

h1{
color:#FFFFFF;
font-size:12px;
font-weight:normal;
margin:-12px;
padding:4px;
text-indent:-99999px;
}
h1 a:link{
color:#FFFFFF;
text-decoration:none;
}
h1 a:visited{
color:#FFFFFF;
text-decoration:none;
}
h1 a:hover{
color:#ff00ff;
text-decoration:none;
}




/*テーブルのセル間0に*/
table{
border-collapse: collapse;
}

/*回り込み解除用*/
.clearfix:after {  
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;  
} 

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clr{
clear: both;  
}


