@charset "UTF-8";
/* CSS Document */

body
{
	background: #fff;
	line-height:1.8;
	/* letter-spacing: 1px; */
	font-family: "Arial", "sans-serif";
	font-size:12px;
	color: #111;
	padding-top:10px;
/* 	background-image: url("../img/back_img.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed; */
}


*{
	    margin:0;
	    padding:0;
}

/* =================================== */
/* 構成 */
/* =================================== */


#wrapper
{
	width: 1064px;
	margin: 0px auto;
	padding-right:20px;
	padding-left:20px;
	background-color: #fff;
}

#main
{
	width: 1024px;
	margin: 0px auto;
	background-color: #fff;
}

#left
{
	width: 714px;
	float:left;
	padding-bottom:30px;
	color:#0075c1;
	background-color: #fff;
}

#right
{
	width: 256px;
	padding-left:54px;
	float:right;
	line-height:1.8;
	padding-bottom:30px;
	background-color: #fff;
}


/* フッターを幅いっぱいにする為のボックス*/
#footerbg {
background-image: url(../img/background.png);
width:100%;
height:128px;
min-width:1024px;
background-repeat: repeat;
clear:both;
border-top:#F2BBBB dotted 1px;
}
/* フッター*/
#footer        {
width: 1024px;
height:128px;
margin-right: auto;
margin-left: auto;
}
	
/* =================================== */
/* リンク */
/* =================================== */

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

/* =================================== */
/* メニュー */
/* =================================== */


#menu
{
	width: 1024px;
	padding-bottom:44px;
	margin-bottom:32px;
	padding-top:12px;
	border-bottom:#F2BBBB dashed 4px;
}


ul.globalNavi {
	margin: 0;
	padding: 0;
	line-height: 1;
	background-color: #fff;
	list-style-type: none;
	font: 150%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

ul.globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 146px;
	text-align: center;
}

ul.globalNavi li a {
	padding: 0px 0px 10px 0px;
	display: block;
	position: relative; /* for IE6 */
	color: #0075c1;
	font-weight:900;
	background-color: #fff;
	text-decoration: none;
	height:18px;
	border-bottom:#ffffff solid 6px;
}

ul.globalNavi li a:hover {
	border-bottom:#FF0 solid 6px;
	color: #008B8B;
	background-color: #FF0;
}

/* ClearFix */

ul.globalNavi {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}



/* =================================== */
/* その他 */
/* =================================== */

.pr_line{ border-top:#F2BBBB dashed 4px;
padding-top:7px;
padding-bottom:7px;}


.date_title {
	display: inline-block;
	padding-right: 10px;
	font-weight:900;
	font-size: 3.4rem;
	font-family: 'arial narrow', Helvetica, sans-serif;
	line-height: 1;
}


#left_art {
   float: left;
   width: 154px;     /* floatの width 指定は必須です。*/
}
#right_art {
   float: left;
   width: 560px;     /* floatの width 指定は必須です。*/
}


.art_img{
border:#ff0 solid 2px;
}

.clear {
	clear:both;　/*floatの解除*/
}

.art_line
{
	padding-top:0px;
	padding-bottom:0px;
	border-bottom:#ccc dotted 2px;
}


.space_10
{
	padding-top:10px;
}

.text_big
{
	font-size:16px;
	font-weight:900;
	font-family: 'arial narrow', Helvetica, sans-serif;
}

.text_13
{
	font-size:13px;
}

.text_12
{
	font-size:12px;
}


.midashi_text_00
{
	font-size:16px;
	background-image: url(../img/top_text_back.png);
	padding:6px;
	font-weight:900;
}


.top_text_00
{
	font-size:22px;
	font-weight:900;
}

.top_text_01
{
	color:#ffffff;
	background-color:#0075c1;
	font-weight:900;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	padding-right:6px;
	font-size:13px;
}

.top_text_01a
{
	color:#ffffff;
	background-color:#0075c1;
	font-weight:900;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	padding-right:6px;
	font-size:15px;
}

.top_text_02
{
background-image: url(../img/top_text_back.png);
}

.top_text_02a
{
	background-image: url(../img/top_text_back.png);
	font-weight:900;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:12px;
	padding-right:12px;
	font-size:26px;
}


.news_img
{
	padding-bottom:10px;
}


.news_feed
{
	color:#0075c1;
}
