@charset "utf-8";
/* リセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;letter-spacing:0;}
h1,h2,h3,h4,h5{font-size:65%;margin:0;padding:0;letter-spacing:0;}
ol,ul{list-style:none;}

/*共通毎回入力*/
html{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Osaka－等幅",sans-serif;
}

body{
	font-size:65%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka－等幅", sans-serif;
	background: #E1E1E1;
}

body div{
	margin:0 auto;
}


img{
	border-style:none;
	vertical-align: top;
}

/*カスタマイズするところ*/

a{
	color:#666666;
	text-decoration:underline;
}

a:hover{
	color:#990000;
	text-decoration:underline;
}

a:hover img{
	filter:alpha(opacity=60);
  /*-moz-opacity:0.60;*/
  opacity:0.6;
}

a:hover img{
	filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
} 


.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

.h1{font-size: 16px;
	font-weight:bold;
		}

/*ここから*/

#header{

	height:114px;
	width:926px;
	background: url(img/header_back.jpg) no-repeat;
	font-size: 13px;
}


#header p{
	text-align:right;
	font-size:12px;
	text-indent: 25px;
	padding-right: 25px;
}

/* タイトル用カラム*/

#header_left{
	width:326px;
	float:left;
	padding-left:20px;
	padding-top:5px;
	
	}

/* ナビ用カラム*/

#header_right{
	width:547px;
	height:111px;
	float:right;
	overflow:hidden;
	padding-right:10px;
	}



/* グロバールナビゲーション*/
#g_navi{
	height:110px;
	width:534x;
	
}

#g_navi ul{
	padding-top:0px;
	overflow:hidden;

}

#g_navi li {

	height:110px;
	display:inline;
	float:left;


}
#g_navi li a {
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
		height:110px;


}

/*通常時*/
#g_navi li.top a {
	background:url(img/menu_btn_01.png) no-repeat 0px 0px;
	width:108px;

}
#g_navi li.asobi a {
	background:url(img/menu_btn_01.png) no-repeat -108px 0px;
	width:106px;
}
#g_navi li.kimochi a {
	background:url(img/menu_btn_01.png) no-repeat -214px 0px;
	width:106px;
}
#g_navi li.taihen a {
	background:url(img/menu_btn_01.png) no-repeat -320px 0px;
	width:106px;
}
#g_navi li.ziten a {
	background:url(img/menu_btn_01.png) no-repeat -426px 0px;
	width:108px;
}

/*矢印が上に乗った時*/
#g_navi li.top a:hover {
	background:url(img/menu_btn_01.png) no-repeat 0px -110px;
	width:108px;
}
#g_navi li.asobi a:hover {
	background:url(img/menu_btn_01.png) no-repeat -108px -110px;
	width:106px;
}
#g_navi li.kimochi a:hover {
	background:url(img/menu_btn_01.png) no-repeat -214px -110px;
	width:106px;
}
#g_navi li.taihen a:hover {
	background:url(img/menu_btn_01.png) no-repeat -320px -110px;
	width:106px;
}
#g_navi li.ziten a:hover {
	background:url(img/menu_btn_01.png) no-repeat -426px -110px;
	width:108px;
}




#content{
	width:926px;
	background: url(img/con_back.png) repeat-y;
	padding-top:10px;
	margin-left:auto;

}

#fla{

	width:900px;
	}
	
#content_02{
	width:926px;
	background: url(img/con_back.png) repeat-y;
	font-size: 13px;
	padding-top:10px;
	overflow:hidden;

}
#left{
	width:705px;
	float:left;
	overflow:hidden;

}

#left_01{
	width:190px;
	float:left;
	padding-left:15px;
}


		
.left_menu_top{
	width:187px;
	height:24px;
	background: url(img/left_cal_top.png) no-repeat;
	display:block;
	font-weight:bold;
	margin-top:10px;

	}
	
.left_menu_top a{
	padding-left:10px;
	}
	
	
.left_menu{
	width:185px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF;
	}
	
.left_menu a{
text-decoration:underline;
}

.left_menu_bottom{
	width:187px;
	height:8px;
	margin-bottom:10px;
	}	
.left_menu li{
	padding-left:20px;
	background:url(img/sannkaku.jpg) no-repeat 5px 5px;
	line-height: 30px;
	font-size:12px;
	}	
	
#left_02{
	width:490px;
	float:left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	}
	
#left_02 img{
	padding-right:10px;
		}


.right_box{
	width:450px;
	overflow:hidden;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	display:block;
	margin-bottom:10px;
	padding: 10px;
	}
	
.right_box h1{
	font-size: 16px;
	font-weight:bold;
	color: #990000;
	text-align: center;
		}
		
.right_box h2{
	font-size: 16px;	
		}
	
.right_box_01{
	float:left;
	width:240px;
	display:block;
	}
	
.right_box_02{
	float:left;
	width:200px;
	display:block;
	}

.right_box dt{
	padding-left:20px;
	background:url(img/sannkaku.jpg) no-repeat 5px 5px;
	line-height: 30px;
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
}
	
#light{
	width:215px;
	float:right;


}
#footer{
	width:926px;
	height:49px;
	clear:both;
	background: url(img/foot_back.png) no-repeat;

	
}

#footer img{
	padding-right:100px;
	float:right;
	
	}

#footer_02{
	width:908px;
	background: #F0037E;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;


}

#footer_02 a{
	color:#FFFFFF;
	text-decoration:underline;
	}

/*調整用*/
.mozi{
	font-size: 16px;
	padding:10px;
	}
	
.kazari{
	padding-left:40px;
	padding-top:5px;
	}
	
.kazari_01{
	padding-top:5px;
	padding-left:150px;
	}
	
.space{
	padding-right:10px;
	}

.space_02{
	padding-left:20px;

	}
	
.linkmono{
	text-decoration:underline;
	color: #990000;	
	}
	
.hyou{
	width:350px;
	background: #FFCCCC;
	border: 1px solid #FF6699;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

	}
	
.hyou li{
		text-decoration:underline;
		font-weight:bold;
		color: #990000;
	}


/*リンク用*/
.right_link{
	font-size:11px;
	border: 1px solid #CCCCCC;
	width:185px;
	margin-top: 10px;
	margin-right:20px;
	padding:5px;

	}
.right_link a{
	text-decoration:underline;
	}

.link_page_box {
	margin: 10px 10px 10px 25px;
	padding: 5px;
	height: auto;
	width: 350px;
	border: 1px solid #CCCCCC;

}

.link_page_box a{
	text-decoration:underline;
}
.footer_link{
	width: 880px;
	font-size: 11px;
	clear: both;
	border: 1px solid #CCCCCC;
	float: none;
	padding: 5px;
}

.footer_link a{
	text-decoration:underline;
	}
	
.sashikomipr{
	margin:15px;
	}

.topsashikomi{
	padding:10px;
	clear:both}
