@charset "utf-8";


*{
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
	
}



a:visited,
a:link{
	color: #253b46;
}
a:hover{
	color:#556b76;
	text-decoration: underline;
}

body{
	text-align: center;
	font-size: 12px;
	color: #000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	
	background-color:#c8ecf8;
	background-image:url(../img/common/bk.jpg);
	background-repeat:repeat-x;
}


br{
	height:0px;
	padding:0px;
	margin:0px;
	line-height: 0px;
	font-size:0px;
	clear:both;
}

img{
	border: 0;
	line-height:100%;
	vertical-align:bottom;
}

table{
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
}

p{
	line-break: strict;
}

li{
	list-style-type: none;
}

.clClear{
	clear: both;
	height: 0;
	font-size:1px;
	line-height: -1px;
	height: 0;
}

div.clClear{
	display: block;
}
div.clClear hr{
	display: none;
}

strong{
	color:#E50012;
	line-height:1.6em;
	font-weight: normal;
}




/* common css
------------------------------------------------*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  zoom: 1;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */


#idMain{
	width:964px;
	background-image:url(../img/common/contents_bk.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	padding-bottom:30px;
}
#idMain_bk{
	background-image:url(../img/common/head_bk.jpg);
	background-repeat:no-repeat;
}



/* ------------------------

        idHead

------------------------ */
#idHead{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:95px;
}
#idHead #idLogo{
	float:left;
	display:inline;
	padding-top:24px;
	margin-left:21px;
	width:232px;
}
#idHead #idLang{
	text-align:right;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:10px;
}
#idHead #idShopB{
	width:347px;
	float:left;
	display:inline;
	margin-left:105px;
	margin-right:10px;
}

#idHead #idShopB dt{
	width:68px;
	float:left;	
}
#idHead #idShopB dd{
	width:279px;
	float:left;	
}

#idHead #idShopB li{
	float:left;
}



/* ------------------------

        idMenu

------------------------ */
#idMenu{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#idMenu li{
	float:left;
}




/* ------------------------

        idContents

------------------------ */
#idContents{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-bottom:80px;
}




/* ------------------------

        idFooter

------------------------ */
#idFooter{
	background-color:#89adb9;
}
#idFooter #idFooter_in{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:15px 0px 30px 0px;
}
#idFooter #idFooter_in .clLink{
	border-left:1px solid #FFF;	
	margin-bottom:4px;
}
#idFooter #idFooter_in .clLink li{
	display: inline;
	border-right:1px solid #FFF;
	padding-right:4px;
	padding-left:4px;
}
#idFooter #idFooter_in .clLink a{
	color:#FFF;
	line-height:1.3em;
	font-size:10px;
}

#idFooter #idFooter_in #idCopyright{
	text-align:right;
}

#idFooter #idFooter_in .clLinkbana {
	width:950px;
}
#idFooter #idFooter_in .clLinkbana li{
	float:left;
	display:inline;
	margin-right:32px;
	margin-top:10px;
	height:50px;
}
#idFooter #idFooter_in .clLinkbana li.clLast{
	margin-right:0px;
}



/* ------------------------

        idPan

------------------------ */
#idPan{
	padding-left:15px;
	padding-top:10px;
	padding-bottom:15px;
	text-align:left;
}
#idPan p{
	line-height:1.6em;
	font-size:10px;
}
#idPan a{
	line-height:1.6em;
	font-size:10px;
	text-decoration:underline;
}





.pagetop{
	text-align:right;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:15px;
}


