/* 初期CSS default.css  */
/* 0 */
/* reset all tags */
html{overflow-y:scroll;}body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,embed,object{ margin:0; padding:0; vertical-align:baseline;}table{ border-collapse:collapse; border-spacing:0;}fieldset{ border:0;}img{ border:0; vertical-align:bottom;}address,caption,cite,code,dfn,var{ font-style:normal; font-weight:normal;}ol,ul { list-style:none;}caption,th { text-align:left;}q:before,q:after{content:'';}abbr,acronym { border:0;}hr { display:none;}label { cursor:pointer;}/* reset font */select, input, textarea { font:99% arial,helvetica,clean,sans-serif;}pre, code { font:115% monospace; *font-size:100%;} a { overflow:hidden;}.APkg:after {content: " ";display:block;visibility:hidden;clear:both;height:0.1px;font-size:0.1em;line-height:0;}/* no ie mac \*/.APkg { display: block; }/* */

/* reset font */body { font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif; *font-size:small; *font:x-small;}table { font-size:inherit; font:100%;}body { line-height:1.5;}h1,h2,h3,h4,h5,h6{ font-size:100%;}


/* 基本CSS base.css  */
/* 0 site config */
body{ background:#fff url(../img/base/BgBody.jpg) 0 0 repeat; text-align:center; color:#333;}
/* Atag */
a:link { color:#3366cc; text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { color:#ff9900; text-decoration:underline;}
a:active { color:#3366cc; text-decoration:none;}
strong {color:#CC0000;}

/* 調整用 */
/* font size */#LW .AFs10 { font-size:77%;}#LW .AFs11 { font-size:85%;}#LW .AFs12 { font-size:93%;}#LW .AFs13 { font-size:100%;}#LW .AFs14 { font-size:108%;}#LW .AFs15 { font-size:116%;}#LW .AFs16 { font-size:122%;}
/* font-weight */
#LW .AFWBld { font-weight:bold;}
#LW .AFWNml { font-weight:normal;}
#LW .AFWItl { font-weight:italic;}

/* text decoration */
#LW .AFDUline { text-decoration:underline;}
#LW .AFDNone { text-decoration:none;}

/* 2.float clear */
#LW .AFLt { float:left;}
#LW .AFRt { float:right;}
#LW .ACBoth { clear:both;}
#LW .ACLt { clear:left;}
#LW .ACRt { clear:right;}

/* 3.Align */
#LW .ATLt { text-align:left;}
#LW .ATRt { text-align:right;}
#LW .ATCr { text-align:center;}
#LW .AVTp { vertical-align:top;}
#LW .AVMl { vertical-align:middle;}
#LW .AVBm { vertical-align:bottom;}

/* 4.padding */
/*padding pixel */
#LW .AP0 { padding:0px;}
#LW .AP1 { padding:1px;}
#LW .AP2 { padding:2px;}
#LW .AP3 { padding:3px;}

#LW .AP4 { padding:4px;}
#LW .AP5 { padding:5px;}
#LW .AP10 { padding:10px;}
/* top */
#LW .APTp0 { padding-top:0px;}
#LW .APTp1 { padding-top:1px;}
#LW .APTp2 { padding-top:2px;}
#LW .APTp3 { padding-top:3px;}
#LW .APTp4 { padding-top:4px;}
#LW .APTp5 { padding-top:5px;}
#LW .APTp10 { padding-top:10px;}
/* right */
#LW .APRt0 { padding-right:0px;}
#LW .APRt1 { padding-right:1px;}
#LW .APRt2 { padding-right:2px;}
#LW .APRt3 { padding-right:3px;}
#LW .APRt4 { padding-right:4px;}
#LW .APRt5 { padding-right:5px;}
#LW .APRt10 { padding-right:10px;}
/* bottom */
#LW .APBm0 { padding-bottom:0px;}
#LW .APBm1 { padding-bottom:1px;}
#LW .APBm2 { padding-bottom:2px;}
#LW .APBm3 { padding-bottom:3px;}
#LW .APBm4 { padding-bottom:4px;}
#LW .APBm5 { padding-bottom:5px;}
#LW .APBm10 { padding-bottom:10px;}
/* left */
#LW .APLt0 { padding-left:0px;}
#LW .APLt1 { padding-left:1px;}
#LW .APLt2 { padding-left:2px;}
#LW .APLt3 { padding-left:3px;}
#LW .APLt4 { padding-left:4px;}
#LW .APLt5 { padding-left:5px;}
#LW .APLt10 { padding-left:10px;}

/* 5.margin */
/*margin pixel */
#LW .AM0 { margin:0px;}
#LW .AM1 { margin:1px;}
#LW .AM2 { margin:2px;}
#LW .AM3 { margin:3px;}
#LW .AM4 { margin:4px;}
#LW .AM5 { margin:5px;}
#LW .AM10 { margin:10px;}
/* top */
#LW .AMTp0 { margin-top:0px;}
#LW .AMTp1 { margin-top:1px;}
#LW .AMTp2 { margin-top:2px;}
#LW .AMTp3 { margin-top:3px;}
#LW .AMTp4 { margin-top:4px;}
#LW .AMTp5 { margin-top:5px;}
#LW .AMTp10 { margin-top:10px;}
/* right */
#LW .AMRt0 { margin-right:0px;}
#LW .AMRt1 { margin-right:1px;}
#LW .AMRt2 { margin-right:2px;}
#LW .AMRt3 { margin-right:3px;}
#LW .AMRt4 { margin-right:4px;}
#LW .AMRt5 { margin-right:5px;}
#LW .AMRt10 { margin-right:10px;}
#LW .AMRt15 { margin-right:15px;}
#LW .AMRt60 { margin-right:60px;}
/* bottom */
#LW .AMBm0 { margin-bottom:0px;}
#LW .AMBm1 { margin-bottom:1px;}
#LW .AMBm2 { margin-bottom:2px;}
#LW .AMBm3 { margin-bottom:3px;}
#LW .AMBm4 { margin-bottom:4px;}
#LW .AMBm5 { margin-bottom:5px;}
#LW .AMBm10 { margin-bottom:10px;}
#LW .AMBm20 { margin-bottom:20px;}
#LW .AMBm30 { margin-bottom:30px;}
#LW .AMBm35 { margin-bottom:35px;}
#LW .AMBm40 { margin-left:35px; margin-bottom:35px; margin-left:35px;}

/* left */
#LW .AMLt0 { margin-left:0px;}
#LW .AMLt1 { margin-left:1px;}
#LW .AMLt2 { margin-left:2px;}
#LW .AMLt3 { margin-left:3px;}
#LW .AMLt4 { margin-left:4px;}
#LW .AMLt5 { margin-left:5px;}
#LW .AMLt10 { margin-left:10px;}
#LW .AMLt15 { margin-left:15px;}
#LW .AMLt60 { margin-left:60px;}

/* 8.clearfix */
#LW .APkg:after {content: " ";display:block;visibility:hidden;clear:both;height:0.1px;font-size:0.1em;line-height:0;}/* no ie mac \*/#LW .APkg { display: block; }/* */

/* 9.display overflow */
/* display */
#LW .ADispB { display:block;}
#LW .ADispIline { display:inline;}
#LW .ADispNone { display:none;}
#LW .ADispVisible { display:visible;}

/* Ovfhidden */
#LW .AOvfH { overflow:hidden;}
#LW .AOvfXH { overflow-x:hidden;}
#LW .AOvfYH { overflow-y:hidden;}
/* Ovfauto */
#LW .AOvfAuto { overflow:auto;}
#LW .AOvfXAuto { overflow-x:auto;}
#LW .AOvfYAuto { overflow-y:auto;}
/* Ovfscroll */
#LW .AOvfScl { overflow:scroll;}
#LW .AOvfXScl { overflow-x:scroll;}
#LW .AOvfYScl { overflow-y:scroll;}
/* 10.position */
#LW .APstAbs { position:absolute;}
#LW .APstRel { position:relative;}
#LW .APstStat { position:static;}

#LW .APstFix { position:fixed;}

/* Layout */
/* page wrapper */
#LW {} 
#LW1 {}

/* LH header */
#LH { margin-bottom:10px;}
#LHW1 { position:relative; height:78px; width:1028px; margin:0 auto;}

	/* LH1 [ h1/logo/Banner ] */
	#LH1 {}
	#LH1W1 {}
	#LH1 .CH1 { position:absolute; top:15px; left:191px; color:#666666; font-weight:normal; font-size:93%; text-align:left;}

	#LH1 .CH2 {
	position:absolute;
	top:6px;
	left:553px;
	color:#000000;
	font-weight:normal;
	font-size:93%;
	text-align:left;
	width: 441px;
	height: 33px;
}

	#LH1 .CP1 { position:absolute; top:15px; left:0px; z-index:20;}
	
	/* LH2 [ global navigation ] */
	#LH2 {}
	#LH2W1 {}
	#LH2 #RGlnav1 { position:absolute; right:20px; top:40px;}
		#LH2 #RGlnav1 li { display:block; float:left; width:113px; height:38px; margin-right:4px;}
		#LH2 #RGlnav1 .CLi7 { margin-right:0px;}
		#LH2 #RGlnav1 li a { display:block; width:113px; height:38px; background:url(../img/base/BtnGlNav1Set.gif) 0 0 no-repeat; text-indent:-9999px; overflow:hidden;}
			#LH2 #RGlnav1 .CLi1 a { background-position:0px 0px;}
			#LH2 #RGlnav1 .CLi2 a { background-position:-117px 0px;}
			#LH2 #RGlnav1 .CLi3 a { background-position:-234px 0px;}
			#LH2 #RGlnav1 .CLi4 a { background-position:-351px 0px;}
			#LH2 #RGlnav1 .CLi5 a { background-position:-468px 0px;}
			#LH2 #RGlnav1 .CLi6 a { background-position:-585px 0px;}
			#LH2 #RGlnav1 .CLi7 a { background-position:-702px 0px;}

			#LH2 #RGlnav1 .CLi1 a.ROn ,#LH2 #RGlnav1 .CLi1 a:hover { background-position:0px -38px;}
			#LH2 #RGlnav1 .CLi2 a.ROn ,#LH2 #RGlnav1 .CLi2 a:hover { background-position:-117px -38px;}
			#LH2 #RGlnav1 .CLi3 a.ROn ,#LH2 #RGlnav1 .CLi3 a:hover { background-position:-234px -38px;}
			#LH2 #RGlnav1 .CLi4 a.ROn ,#LH2 #RGlnav1 .CLi4 a:hover { background-position:-351px -38px;}
			#LH2 #RGlnav1 .CLi5 a.ROn ,#LH2 #RGlnav1 .CLi5 a:hover { background-position:-468px -38px;}
			#LH2 #RGlnav1 .CLi6 a.ROn ,#LH2 #RGlnav1 .CLi6 a:hover { background-position:-585px -38px;}
			#LH2 #RGlnav1 .CLi7 a.ROn ,#LH2 #RGlnav1 .CLi7 a:hover { background-position:-702px -38px;}

	/* LH3 [ main visual ] */
	#LH3 { width:100%; text-align:left;}
	#LH3W1 { width:1028px; margin:0 auto 10px;}


/* Page */
#Page { width:1028px; margin:0 auto; text-align:left;}
#PageW1 { padding:10px 0px 40px 0px;}

#RCrumb1 { margin-bottom:5px;}
#RCrumb1 li { display:inline; margin-right:6px; padding-left:12px; background:url(../img/base/BgRCrumb1.gif) 0 50% no-repeat;}
	#RCrumb1 .RFirst { background:none; padding-left:0px;}
 
/* Main */
#LM { width:837px; float:right;}
#LMW1 {}

#LM1 { width:622px; float:left; overflow:hidden;}
#LM2 { width:200px; float:right; overflow:hidden;}
#LM3 { width:817px; float:left; overflow:hidden;}
#LM4 { width:980px; float:left; overflow:hidden;}
#falcom01 {font-size:14px; color:#003366; padding-top:20px; padding-left:20px; padding-right:10px; padding-bottom:20px;}
#falcom01 {font-size:14px; color:#003366;}

.SULM2_1 { padding-bottom:10px;}
	.SULM2_1 li { padding-bottom:10px;}

.SDLM2_1 { margin-bottom:20px; border:1px solid #ccc;}
.SDLM2_1W1 { padding:10px;}
	.SDLM2_1W1 .CP1 { margin-bottom:10px;}
	.SDLM2_1W1 .CP2 { font-size:93%;}

.SDLM2_2 { margin-bottom:20px; border:1px solid #ccc;}
.SDLM2_2W1 { padding:10px 10px 0;}
	.SDLM2_2 .CH1 { margin-bottom:10px;}
	.SDLM2_2 .CU1 {}
		.SDLM2_2 .CU1 li { width:158px; margin-bottom:20px; position:relative;}
			.SDLM2_2 .CU1 li .CP1 { margin-bottom:6px;}
			.SDLM2_2 .CU1 li .CP2 { font-size:93%; line-height:1.2;}
			.SDLM2_2 .CU1 li .CPIcon1 { position:absolute; top:-14px; margin-left:-10px;}
			
			.SDLM2_2 .CU1 li .CPIcon1_1 { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='./img/common/IconRank1_1.png'); _width:58px; _height:58px;}
			.SDLM2_2 .CU1 li .CPIcon1_2 { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='./img/common/IconRank1_2.png'); _width:58px; _height:58px;}
			.SDLM2_2 .CU1 li .CPIcon1_3 { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='./img/common/IconRank1_3.png'); _width:58px; _height:58px;}
			
			.SDLM2_2 .CU1 li .CPIcon1 img { _display:none;}


/* Sub */
#LS { width:176px; float:left;}
#LSW1 {}

/* left contentsA */
	/* left contentsA 0 */
	.LSCD_A0 { margin-bottom:3px;  font-size:93%;}
		.LSCD_A0 .CU1 { margin-bottom: 15px;}
		.LSCD_A0 .CU1 li { margin-bottom: 2px;}
		.LSCD_A0 .CU1 li a { display:block; width:176px; height:33px; text-indent:-9999px; overflow:hidden; outline:none;}
		.LSCD_A0 .CU1 .CLi1 a { background:url(../img/base/BtnRSBtn1_1.gif) 0 0 no-repeat;}
		.LSCD_A0 .CU1 .CLi2 a { background:url(../img/base/BtnRSBtn1_2.gif) 0 0 no-repeat;}
		.LSCD_A0 .CU1 .CLi3 a { background:url(../img/base/BtnRSBtn1_3.gif) 0 0 no-repeat;}
		.LSCD_A0 .CU1 li a:hover { background-position:0px -33px;}
		
	.LSCH0 a { display:block; width:176px; height:33px; text-indent:-9999px; overflow:hidden; outline:none;background:url(../img/base/BtnRSBtn2_1.gif) 0 0 no-repeat;}
		.LSCH0 a:hover { background-position:0px -33px;}
		
	/* left contentsA 1 */
	.LSCD_A1 { border-bottom:3px solid #fff;
		}
	.LSCD_A1W1 { border:1px solid #d5cc76; font-size:93%; }
	.LSCH1 a { display:block; width:174px; height:31px; text-indent:-9999px; overflow:hidden; outline:none;}
		.LSCH1_1 a { background:url(../img/base/BtnRSNav1_1.gif) 0 0 no-repeat;}
		.LSCH1_2 a { background:url(../img/base/BtnRSNav1_2.gif) 0 0 no-repeat;}
		.LSCH1_3 a { background:url(../img/base/BtnRSNav1_3.gif) 0 0 no-repeat;}
		.LSCH1_4 a { background:url(../img/base/BtnRSNav1_4.gif) 0 0 no-repeat;}
		.LSCH1_5 a { background:url(../img/base/BtnRSNav1_5.gif) 0 0 no-repeat;}
		.LSCH1_6 a { background:url(../img/base/BtnRSNav1_6.gif) 0 0 no-repeat;}
		.LSCH1_7 a { background:url(../img/base/BtnRSNav1_7.gif) 0 0 no-repeat;}
		.LSCH1_8 a { background:url(../img/base/BtnRSNav1_8.gif) 0 0 no-repeat;}
		.LSCH1_9 a { background:url(../img/base/BtnRSNav1_9.gif) 0 0 no-repeat;}
		.LSCH1_10 a { background:url(../img/base/BtnRSNav1_10.gif) 0 0 no-repeat;}		
		.LSCH1_11 a { background:url(../img/base/BtnRSNav1_11.gif) 0 0 no-repeat;}		
		.LSCH1_12 a { background:url(../img/base/BtnRSNav1_12.gif) 0 0 no-repeat;}		
		.LSCH1_13 a { background:url(../img/base/BtnRSNav1_13.gif) 0 0 no-repeat;}	
		.LSCH1_14 a { background:url(../img/base/BtnRSNav1_14.gif) 0 0 no-repeat;}	
		.LSCH1ROn a { background-position:0px -31px;}
		
		.LSCD_A1 .CU1 { border-top:1px dotted #d5cc76; padding:5px 6px 0;} 

		.LSCD_A1 .CU2 { padding-top:5px; padding-left:5px; margin-bottom:10px;}
			.LSCD_A1 .CU2 li { background:url(../img/base/BgLSCD_A1Li.gif) 0 4px no-repeat; padding-left:16px;}
			.LSCD_A1 .CU2 li.RLast { background:#fff url(../img/base/BgLSCD_A1LiROn.gif) 0 5px no-repeat; padding-left:16px;}
			.LSCD_A1 .CU2 li a { color:#3366cc;}
			.LSCD_A1 .CU2 li a:hover { color:#ff9900;}
			

		


		




/* Footer */
#LF { clear:both; width:100%;}
#LFW1 {}

	/* LH1 [ footer navigation ] */
	#LF1 { padding:15px 0 0; margin-bottom:0px;}
	#LF1W1 { padding:15px 0; width:1008px; margin:0 auto; border-top:1px solid #ccc;}
	#RFtNav1 { text-align:center; width:100%;}
	#RFtNav1 li { display:inline-block; *display:inline; *zoom:1; border-left:1px solid #ccc; padding:0 0 0 12px; margin:0 10px 2px 0; font-size:98%;}
		#RFtNav1 a { color:#3366cc;}
		#RFtNav1 .RFirst { border-left:0px; padding:0;}

	/* LH2 [ footer freearea copyright ] */
	#LF2 { width:100%; text-align:center; margin-bottom:10px;}
	#LF2W1 { width:1008px; margin:0 auto;}


input.bigbox {
	font-size:120%;
	padding:5px;
}

/* event */

td.event1 {text-align:left;
			font-size:20px;
			font-weight:bold;
			padding-left:20px;
			padding-right:20px;
			background-image:url(../oreimo/img/hukidashi1.jpg);
			background-repeat:no-repeat;}
td.event2 {background-image:url(../oreimo/img/hukidashi2.gif);
			background-repeat:no-repeat;}
td.event3 {text-align:left;
			font-size:20px;
			font-weight:bold;
			padding-left:20px;
			padding-right:20px;
			background-image:url(../oreimo/img/hukidashi3.jpg);
			background-repeat:no-repeat;}
td.event4 {background-image:url(../oreimo/img/hukidashi4.gif);
			background-repeat:no-repeat;}
td.event5 {background-image:url(../oreimo/img/event_03.jpg);
			background-repeat:no-repeat;}			
div.event5 {background-image:url(../oreimo/img/event_03.jpg);
			background-repeat:no-repeat;}			