@charset "utf-8";
/* メインスタイル */

body{
	background-color:#fff;
	color:#036;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.8em;
	line-height:150%;
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -o-linear-gradient(top, #fff, #eee);
	background: linear-gradient(top, #fff, #eee);
	letter-spacing: 0.1em;
}

strong{
	font-size:1.2em;
	line-height:150%;
	color:#09C;
}

.re{
	color:#F30;
}

.bl{
	color:#F39;
	font-size:1.1em;
}

.ao{
	color:#36C;
}

div.container{
	width:960px;
	padding:25px;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	background-color:#fff;
	box-shadow: 1px 1px 5px #aaa;

	
}

div.l{
	float:left;
	padding:0;
	margin-left:10px;
	width:300px;
}

div.r{
	float:left;
	padding:0;
	margin-left:10px;
	width:600px;
}

p{
	clear:both;
	margin-left:10px;
}

a {
	text-decoration: none;
	color:#F60;
}

a:hover {
	color:#69C;
}

a:visited{
	color:#F60;
}


.clear{
	clear:both;
}

.l{
	float:left;
}
.r{
	float:right;
}

h1{
	font-size:1em;
	line-height:150%;
	color:#69C;
}

h2{
	font-size:1.2em;
	color:#F36;
}

h3{
	color:#F90;
	text-decoration:none;
	line-height:150%;
}


hr.red {
	clear:both;
	height: 3px;
	background-color: #C00;
	border: none;
	color: #C00;
	width: 100%;
}

hr{
	border-top:1px solid #999;
	background-color: #FFF;
	width: 95%;
}

img{
	border:none;
}

img a{
	border:none;
}

img.l{
	float:left;
}



/* ヘッダボックス */
.box_header{
	padding:0;
	margin:0;
}

/* 左寄せボックス */
.box_left{
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	text-align:left;
	float:left;
	width:605px;
}

/* 右寄せボックス */
.box_right{
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	text-align:left;
	float:right;
	width:305px;
}

/* ブチ抜きボックス */
.box_all{
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	width:910px;
}

/* 横並びメニュー */
.box_l{
	padding:0;
	margin:0;
	width:494px;
	float:left;
}
.box_r{
	padding:0;
	margin:0;
	width:450px;
	float:left;
}
.box_a{
	padding:0;
	margin:0;
	width:960px;
	float:left;
}
/* TOP中央メニュー */

.main_menu_img{
	position:relative;
	margin-right:10px;
	float:left;

}

.main_menu_text{
	position:relative;
	line-height:110%;
	width: 255px;
	height: 37px;
	top:-70px;
	left:13px;
	font-size:1em;
	line-height:15px;
	color:#600;
}

.main_menu_box{
	float:left;
	width:50%;
}


a.main {
	text-decoration: none;
	border-bottom: none;
	color:#600;
}

a:hover.main {
	color:#696;
}

/* その他メニュー*/
div.menu_other{

	font-size:1em;
	line-height:150%;
	padding-left:5px;
	padding-bottom:5px;
	width:290px;
	float:left;
}

a.other {
	text-decoration: none;
	border-bottom: none;
	color:#369;
}

a:hover.other {
	color:#F63;
	border-bottom: 1px solid;
	background-color:#E1F7EF;
}

	
/* トピックス */
div.topi{
	
	text-overflow: ellipsis;
	font-size:0.75em;
	line-height:120%;
}

img.topi{
	float:right;
	border:solid #999999 1px;
}

/* トピボックス */
.box_topi{
	padding-top:5px;
	padding-left:0px;
	padding-right:5px;
	margin-bottom:5px;
	text-align:left;
	float:right;
	width:305px;
	height:500px;
	overflow: auto;

}

/* サイトマップ */
div.site_map{

	font-size:1em;
	line-height:150%;
	padding-left:10px;
	padding-top:0;
	width:32%;
	float:right;
	background-color:#FFFFCC;
}

/* リスト */
ul {
	list-style-type: square;
}

ol {
	list-style-type: disc;
}

/*２階層ページ*/
div.box_left_main2{
	padding-top:80px;
	padding-left:260px;
	padding-right:5px;
	padding-bottom:5px;	
	text-align:left;
	float:left;
	width:605px;
	background-position:5px 5px;
	background:5px 5px no-repeat url(../images/2014/img_oheyasagashi/main_f1.jpg) ;
}


/* ------------------各種------------------ */

.b{
	color:#000;
}