@charset "utf-8";

/*---------------------------------------------

	css/base02.css

-----------------------------------------------*/


/*---------------------------------------------
	elements
-----------------------------------------------*/
body {
	color: #333;
	font-size: 12px;
/*	text-align: center;	*/
	background: #EEE2BA url(../img/common/bg_body.jpg) repeat left top;}

/* legacy IE */
* html body {
	font-size: 75%;
}

/* IE7 */
*:first-child + html body {
	font-size: 75%;
}

body img {
	font-size: 10px;
	line-height: 10px;}

strong {
	font-weight: bold;
	color:#CC3283;}

a {
	text-decoration: none;}
a:link, a:visited, a:active {
	color: #463530;}
a:hover {
	color: #D30075;
	text-decoration: underline;}


br{
	height:0px;
	padding:0px;
	margin:0px;
	line-height: 0px;
	font-size:0px;
	clear:both;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */}



/*---------------------------------------------
	id
-----------------------------------------------*/

/*	#Header
-----------------------------------------------*/
#Header {
	background: #f6f5ed;}
#Header * {
	font-size: 12px;}


/*	#Contents
-----------------------------------------------*/
#Contents {
	width: 900px;
	margin: 5px auto;
	text-align: left;}



/* 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 */


/*-----------------------------------------------

                      idHead

-------------------------------------------------*/
#idHead{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:90px;
	background: #f6f5ed;
}

#idHead #idLogo{
	float:left;
	padding-top:10px;
	height: 69px;}

#idHead #idHead_R{
	float:right;
	width: 620px;
	height: 45px;
	padding-top: 17px;
}



#idHead #idHead_R #idHead_font{
	float: left;
	width:475px;
	height: 40px;}

#idHead #idHead_R #idHead_font dla {
	padding-left: 0px;}

#idHead #idHead_R #idHead_font dta{
	float:left;
	display:inline;
	margin-right:5px;
	padding-top:5px;
}

#idHead #idHead_R #idHead_font dt{
	margin-right:5px;
	float:left;
}

#idHead #idHead_R #idHead_font dd li {
	float:left;
	display:inline;
	margin-right:5px;
	margin-top:5px;
}
#idHead #idHead_R #idHead_font dd li #test{
	margin-top:5px;
}

#idHead #idHead_R #idHead_syoten{
	float:right;
	height: 40px;
}

#idHead #idHead_R #idHead_cart{
	float:right;
	text-align:right;
	width: 185px;
	margin-top:10px;
}
#idHead #idHead_R #idHead_cart li{
	display:inline;
	margin-left:10px;
}


/*--------------------------------------------
	#idHead_font
----------------------------------------------*/
#idHead_font .fontSize img {
	cursor: pointer;}


/*--------------------------------------------
	#gNavi
----------------------------------------------*/
#gNavi {
	width: auto;
	height: 40px;
	background: url(../img/common/gnavi_bg.gif) repeat-x top;}
#gNavi * {
	font-size: 10px;}
#gNavi .innnerBox {
	width: 900px;
	margin: 0 auto auto auto;}
#gNavi li {
	float: left;
	height: 36px;
	line-height: 36px;}
#gNavi li a {
	display: block;
	height: 36px;
	line-height: 36px;}
#gNavi li a:hover {
	height: 36px;
	line-height: 36px;
	text-indent: -9999px;
	overflow: hidden;}

#gNavi #idMenu01	{ background: url(../img/common/g_menu_001o.gif) no-repeat left top; width: 180px;background-size:contain; }
#gNavi #idMenu02	{ background: url(../img/common/g_menu_003o.gif) no-repeat left top; width: 180px;background-size:contain; }
#gNavi #idMenu03	{ background: url(../img/common/g_menu_002o.gif) no-repeat left top; width: 179px;background-size:contain; }
#gNavi #idMenu04	{ background: url(../img/common/g_menu_004o.gif) no-repeat left top; width: 180px;background-size:contain; }
#gNavi #idMenu05	{ background: url(../img/common/g_menu_006o.gif) no-repeat left top; width: 180px;background-size:contain; }
#gNavi #idMenu06	{ background: url(../img/common/g_menu_006o.gif) no-repeat left top; width: 141px;background-size:contain; }

#gNavi #idMenu01 a	{ width: 180px; }
#gNavi #idMenu02 a	{ width: 180px; }
#gNavi #idMenu03 a	{ width: 179px; }
#gNavi #idMenu04 a	{ width: 180px; }
#gNavi #idMenu05 a	{ width: 180px; }
#gNavi #idMenu06 a	{ width: 180px; }





/*---------------------------------------------
	#HSearch
-----------------------------------------------*/
#HSearch {
	float: left;
	width: 360px;
	padding-left: 70px;
	margin-top: 5px;}
#HSearch dt {
	margin-top: 2px;}
#HSearch input {
	vertical-align: top;}
#HSearch input.text {
	width: 200px;
	height: 17px;}
#HSearch input.image {
	margin-top: 1px;}




#HSearch ul li {width: 220px;}


#HSearch ul.menu > li {
	z-index: 1; 
	position: relative;
	margin: 0 0 0 -1px;
	float: left;
	/* border: 1px solid #999; */
	}

#HSearch ul.menu li > a {
	z-index: 1; 
	display: block;
	padding: 0px;}

#HSearch ul.menu li ul {
	z-index: 1; 
	position: absolute;
	left: -1px;
	visibility: hidden;
	width: 220px;
	background: #fff;
	border: 1px solid #ccc;}

#HSearch ul.menu li:hover > a {
	z-index: 1; 
	color: #fff;}

#HSearch ul.menu li:hover ul {z-index: 1; visibility: visible;}

#HSearch ul.menu li ul li:hover > a {z-index: 1; background: #99CCFF;}







/*---------------------------------------------
	#Visual
-----------------------------------------------*/
#Visual {
	margin: 0 auto 20px auto;}

/*-----------------------------------------------

               idMainContainer

-------------------------------------------------*/
#idMainContainer_Body{
	background-image:url(../img/common/bk.jpg);
}

#idMainContainer{
	text-align:center;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	
	padding:15px 0px;
}



/*-----------------------------------------------

               Right_Contents

-------------------------------------------------*/
#Right_Contents{
	width:630px;
	float:right;
	margin-bottom:15px;
}


/*--------------------------------------------
subTitle
--------------------------------------------*/
#Right_Contents .subTitle * {
	word-break: break-all;
	word-wrap: break-word;}

#Right_Contents .subTitle{
	background-image:url(../img/common/sub_top.gif);
	background-repeat:no-repeat;
	width:630px;
	padding-top:2px;
}
#Right_Contents .subTitle .subTitle_bk{
	background-image:url(../img/common/sub_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:6px 0px 9px 0px;
	
	margin-bottom:15px;
}


/*--------------------------------------------
Torakback
--------------------------------------------*/
#Torakback *{
	word-break: break-all;
	word-wrap: break-word;
}

#Torakback{
	background-image:url(../img/information/trak_bk.jpg);
	background-repeat:repeat-y;
	width:630px;
}
#Torakback h4{
	padding:0px 20px;
	background-image:url(../img/information/trak_top.jpg);
	background-repeat:no-repeat;
	padding-top:8px;
	
	font-size:1.4em;
	font-weight:bold;
}
#Torakback p{	
	padding:0px 20px;
}
#Torakback dl{
	padding:0px 20px;
}
#Torakback dl dt{
	border-bottom:1px dotted #231815;
	padding-top:1em;
	margin-bottom:5px;
	
	font-weight:bold;
}
#Torakback #Torakback_txt{
	width:590px;
	border:1px solid #CCC;
	color:#666;
}

#Torakback a{
	text-decoration:underline;
}

#Torakback dl#TorakbackAll{
	background-image:url(../img/information/trak_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
}

#Torakback #TorakbackAll li{
	margin-bottom:1em;
}

#Torakback #TorakbackAll li p{
	padding:0px;
}

#Torakback #TorakbackAll ol{
	list-style-type: decimal;
	margin-left:20px;
}


/*--------------------------------------------
infoKensakukekka
--------------------------------------------*/
.infoKensakukekka{
	margin-bottom:20px;
}
.infoKensakukekka dt{
}
.infoKensakukekka dd{
	border-top:1px dotted #231815;
	border-bottom:1px dotted #231815;
	padding:5px 0px;
	text-align:center;
}
.infoKensakukekka dd a{
	color: #D30075;
}
.infoKensakukekka dd a,
.infoKensakukekka dd span{
	font-weight:bold;
	line-height:1.3em;
}

.infoKensakukekka dd li{
	display:inline;
	font-weight:bold;
	margin:3px 10px;
}
.infoKensakukekka dd li ol{
	display:inline;
}




/*-----------------------------------------------

               Left_Contents

-------------------------------------------------*/
#Left_Contents{
	width:240px;
	float:left;
	margin-bottom:15px;
	
}

#Left_Contents #Left_Contents_bk{
	background-image:url(../img/common/side_bk.jpg);
	background-repeat:no-repeat;
	background-position:bottom;	
	padding-bottom:15px;
	margin-bottom:10px;
	padding-top:1px;
}
/*
.clLeft_top{
	background-image:url(../img/common/side_top_bk.jpg);
	background-repeat:no-repeat;
	
	
	background-position:0 35px; 
	padding-top:0px;
}
*/
.clLeft_top{
	background-image:url(../img/common/side_top_bk.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:10px;
}

.clLeft_top #idTyumonbotton{
	padding-bottom:15px;
}



/*Side_search---------*/
#Left_Contents #Side_search{
	padding-left:8px;
	background-image:url(../img/common/side_search_bk.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:10px;
	line-height:0px;
}
#Left_Contents #Side_search dt{
	line-height:0px;
}
#Left_Contents #Side_search dd{
	line-height:0px;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	margin:0px;
}
#Left_Contents #Side_search #Side_search_word,
#Left_Contents #Side_search .Side_search_word{
	width:153px;
	float:left;
	height:16px;
	display:inline;
	margin-right:2px;
	border:1px solid #CCC;
}

/*SideList---------*/
#Left_Contents .SideList * {
	word-break: break-all;
	word-wrap: break-word;}

#Left_Contents .SideList{
	margin-bottom:15px;
}
#Left_Contents .SideList dl{
	background-image:url(../img/common/side_sub_bk.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:4px;
}
#Left_Contents .SideList dl dt{
	text-align:center;
	color:#FFF;
	background-color:#231815;
	margin-left:8px;
	margin-right:8px;
	padding-bottom:4px;
	background-image:url(../img/common/side_sub_bk_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:4px;
}
#Left_Contents .SideList dl dd{
	margin-left:13px;
}
#Left_Contents .SideList dl dd li{
	background-image:url(../img/common/side_list_01.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:15px;
	margin-bottom:4px;
	margin-right:8px;
}
#Left_Contents .SideList dl dd .point_pink li{
	background-image:url(../img/common/side_point_pink.gif);	
}
#Left_Contents .SideListStrong a{
	font-weight:bold;
}

#Left_Contents .SideListSmall a{
	font-size: 0.84em;
}



/*sideRSS-----*/
#Left_Contents #sideRSS{
	text-align:center;
	padding-bottom:4px;
	border-bottom:1px dotted #231815;
	margin-bottom:10px;
}

/*side_bana-----*/
#Left_Contents_bk .side_bana01{
	width:228px;
	margin-left:8px;
	padding-bottom:5px;
}
#Left_Contents_bk .side_bana01 li{
	float:left;
	display:inline;
	margin-right:3px;
	margin-bottom:3px;
}

#Left_Contents_bk .side_bana{
	margin-left:8px;
}


#Left_Contents .side_bana li{
	margin-bottom:5px;
}



.Listtitle li{
	background-image:url(../img/common/side_point_pink.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:15px;
	margin-bottom:4px;
	margin-right:8px;
}

/*---------------------------------------------
   sideCalendar
---------------------------------------------*/
#Left_Contents #sideCalendar{
	background-image:url(../img/common/side_sub_bk.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:4px;
	
	margin-bottom:10px;
}
#Left_Contents #sideCalendar h2{
	background-color:#231815;
	margin-left:8px;
	margin-right:8px;
	text-align:center;
	color:#FFF;
	padding-bottom:4px;
	background-image:url(../img/common/side_sub_bk_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:8px;
}

#Left_Contents #sideCalendar table{
	margin-left:10px;
	width:220px;
	border-collapse:collapse;
}
#Left_Contents #sideCalendar table caption{
	text-align:center;
	font-weight:bold;
	border-bottom:solid 1px #d1ccc0;
}
#Left_Contents #sideCalendar table th{
	text-align:center;
	background-color:#cab589;
	border-right:solid 1px #d1ccc0;
	border-bottom:solid 1px #d1ccc0;
	padding:5px 0px;
	color:#231815;
	font-size: 0.84em;
}
#Left_Contents #sideCalendar table th#sat{
	background-color:#b6b19d;
}
#Left_Contents #sideCalendar table th#sun{
	background-color:#d2a08c;
}

#Left_Contents #sideCalendar table tbody td{
	font-size: 0.84em;
	color:#7a6c69;
	text-align:center;
	background-color:#f4eddf;
	border-right:solid 1px #d1ccc0;
	border-bottom:solid 1px #d1ccc0;
	padding:5px 0px;
}
#Left_Contents #sideCalendar table tbody td#today{
	background-color:#D7BC8F;
}

#Left_Contents #sideCalendar table a{
	font-weight:bold;
	display:block;
	color:#e2007e;
}
#Left_Contents #sideCalendar #sideCalendar_bottom td,
#Left_Contents #sideCalendar #sideCalendar_bottom th{
	font-size: 0.84em;
}


/*---------------------------------------------
	#sideRanking
-----------------------------------------------*/
#Left_Contents #sideRanking{
	background-image:url(../img/common/side_sub_bk.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:4px;
	
	margin-bottom:10px;
}
#Left_Contents #sideRanking h2{
	background-color:#231815;
	margin-left:8px;
	margin-right:8px;
	text-align:center;
	color:#FFF;
	padding-bottom:4px;
	background-image:url(../img/common/side_sub_bk_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:8px;
}

#Left_Contents #sideRanking dl{
	border-bottom:1px dotted #231815;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-left:8px;
	margin-right:8px;
}
#Left_Contents #sideRanking dt{
	float:left;
	width:20px;
}
#Left_Contents #sideRanking dd.sideRanking_img{
	float:left;
	width:55px;
}
#Left_Contents #sideRanking dd.sideRanking_txt{
	float:left;
	width:148px;
	word-break: break-all;
	word-wrap: break-word;
}

#Left_Contents #sideRanking dd.sideRanking_txt a{
	background-image:url(../img/common/side_list_01.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:15px;
	display:block;
	font-weight:bold;
}
#Left_Contents #sideRanking .sideRanking_img img {
	border: 1px solid #FFF;
	max-width: 104px;}
#Left_Contents #sideRanking .sideRanking_img a:hover img {
	border: 1px solid #D30075;}





/*-----------------------------------------------

               Left_Contents

-------------------------------------------------*/
#idPan{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}
#idPan strong{
	color:#231815;
}

/*-----------------------------------------------

                      idFooter

-------------------------------------------------*/
#idFooter_back #idPagetop{
	text-align:right;
}

#idFooter_back{
	background: #f6f5ed url(../img/common/bg_footer.png) repeat-x top;
}
#idFooter_back #idFooter{
	text-align:left;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#idFooter #idFooter_bana * {
	font-size: 10px;}

#idFooter #idFooter_bana div.clear {
	height: 10px;}

#idFooter #idFooter_bana li{
	float:left;}


/*	MobileBanner
-------------------------------------------------*/
#MobileBanner {
	float: left;
	width: 369;}
#MobileBanner p {
	margin-left: 8px;
	margin-bottom: 20px;}

/*	FTextLinks
-------------------------------------------------*/
#FTextLinks {
	float: right;
	width: 531px;
	color: #666;
	padding-bottom: 4px;
	background: url(../img/common/br_dot_gray.gif) repeat-x left bottom;}
#FTextLinks ul {
	text-align: right;
	margin: 0 6px 0.3em 0;}
#FTextLinks li {
	display: inline;
	line-break: strict;
	border-right: 1px solid #666;
	padding: 0 0.5em;
	white-space: nowrap;}


/*	#idCopyright
-------------------------------------------------*/
#idCopyright {
	float: right;
	width: 521;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;}










/*	hack
-----------------------------------------------*/

/* for IE6 */
* html ol li dl {
  display: inline;}

/* for IE7 */
*:first-child+html ol li dl {
  display: inline;}