@charset "UTF-8";
 /* ボディに関するCSS */
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka"sans-serif;
	color: #666;
}


/* ヘッダーに関するCSS */

#header {
	width: 900px;
	margin-bottom: 10px;
}


/* ナビゲーションに関するCSS */

#navi {
	font-size: 80%;
	line-height: 170%;
	margin:5px 0px;
	padding:0px;
	list-style:none;	
	float:left;	
}

#navi li {
	float:left;
	background-color: #FAFAFA;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #000;
	text-align: center;
	width: 140px;
	height:22px;
}

#navi a{
	color: #000;
	display:block;
	width: 140px;
	height:22px;
}

#navi a:hover {
	color: #FFF;
	background-color: #708090;
	text-decoration:none;
}



/* コンテンツに関するCSS */

#content {
	clear:left;
	width: 845px;
	height: 2100px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 15px;
	margin-top: 5px;
}

#col1 {
	width:470px;
	margin-bottom: 15px;
	margin-left:10px;
	float:left;
}

/* 右サイドバー［ファン交レーダー］ パート*/	
#sidebar { 
	width: 280px;
	height: 1200px;
	padding: 5px 15px 15px;
	background-image: url(img/bck_top_news.gif);
	position: absolute;
	left: 550px;
	top: 750px;
}

/* 右サイドバー［被災地の皆様へ］ パート*/	
#sidebar2 { 
	width: 280px;
	height: 400px;
	padding: 5px 15px 15px;
	background-image: url(img/bck_top_news.gif);
	font-size: 90%;

	position: absolute;
	left: 550px;
	top: 280px;

}

/* 右サイドバー［お問合わせ先］ パート*/
#sidebar3 { 
	width: 280px;
	height: 150px;
	padding: 5px 15px 15px;
	background-image: url(img/bck_top_news.gif);
	position: absolute;
	left: 550px;
	top: 2000px;
}


/* テキストに関するCSS */

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
	background-color:EEE8AA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	text-indent: 5px;
	margin-bottom: 15px;
	margin-top: 0px;
}

h4 {
	width:450px;
	margin-top: 0px;
	font-size: 70%;
	line-height: 150%;
	margin-bottom: 15px;
}

.prt {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}

.bold {
	font-weight: bold;
}


.textOrange {
	color: #FF6600;
}

.boldOrange {
	font-weight: bold;
	color: #FF6600;
}


.textRed {
	color: #FF0000;
}


.boldRed {
	font-weight: bold;
	color: #FF0000;
}


.textGreen {
	color: #336600;
}


.boldGreen {
	font-weight: bold;
	color: #336600;
}



.textBlue {
	color: #003873;
}


.textBlue2 {
	color: #003873;
	font-size: 10px;
}

.textBlueR {
	color: #003873;
	float:right;
}


.boldBlue {
	color: #003873;
	font-weight: bold;
}



.style20 {
	color: #003873;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


.style21 {
	font-size: 10px; 
	padding-bottom: 2px; 
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



.style22 {
	font-size: 12px; 
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



.news_title {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	margin-top: 0px;
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 15px;
}



.pagemark {
	font-weight: bold;
}

.news {
	font-size: 70%;
	line-height: 150%;
}

#credit {
 clear:left;
	font-size: 80%;
	line-height: 150%;
	margin-top: 5px;
}

.mail{
	font-size: 70%;
 clear: left
}

/* 画像に関するCSS */

img.thumb {
	float: left;
	margin-right: 10px;
}

.line {
	width: 100%;
	background-image: url(img/dotline_s.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	height:1px;
	}
	
img.topkey {
	margin-bottom: 15px;
}


/* リンクに関するCSS */

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:none}
