@charset "Shift_JIS";

/* cssリセット */
*{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height; 100%
}

ul,li{
	list-style:none;
	margin: 0;
	padding: 0;
}

/* 全体構造 */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-family: "Arial", "Verdana", "Helvetica", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color: #ffffe0;
	color: #555;
}

/* ページ構成 */

#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#toppage {
	width: 750px;
	height: 470px;
	background-color: #fff;
	border: 1px solid #b5b5b5;
	margin-top: -235px;
	position:absolute;
	top:50%;
}

#page {
	width: 750px;
	background-color: #fff;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}

#main {
	width: 600px;
	float: right;
}

/* ヘッダー */

#top-header {
	color: #fff;
	background: #f00;
	background-image: url(../image/logo.gif);
	background-repeat: no-repeat;
	background-position: 407px 30px;
	margin: 15px;
	height: 300px;
	padding-left: 20px;
	line-height: 300px;
}

#header {
	color: #fff;
	background: #f00;
	background-image: url(../image/logo_head.gif);
	background-repeat: no-repeat;
	background-position: 490px 10px;
	margin: 15px;
	height: 50px;
	padding-left: 20px;
	line-height: 50px;
}

/* パンくずリストの設定 */
#pankuzu {
	font-size: 0.6em;
	margin-left: 15px;
	margin-bottom: 20px;
}

/* 見出し */

#page h2 {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	background: #eeeeee;
	/*border-left: 5px solid #f00;*/
	border: 1px solid #b5b5b5;
	padding: 5px;
	font-size: 1.3em;
}

#page h4 {
	font-size: 1.2em;
	margin-bottom: 10px;
	border-bottom: 1px solid #b5b5b5;
}

#midasi {
	font-size: 1.3em;
	background: #ffc;
	border-top: solid 1px #fc6;
	border-bottom: solid 1px #fc6;
	border-right: solid 1px #fc6;
	border-left: solid 3px #f00;
	padding: 5px;
	margin-bottom: 20px;
}

/* ナビゲーション */

#navi {
	width: 150px;
	height: 430px;
	float: left;
	text-align: center;
	font-size: 0.9em;
	/*background: #cf0;*/
}

#menu {
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	/*background: #cc0;*/
}

#menu li {
	margin-bottom: 10px;
}

/* バナー設定 */

#bn {
	padding: 15px 20px;
}

#bn li {
	margin-bottom: 10px;
}

/* リンク設定 */

#menu a,#menu a:link,#menu a:visited {
	text-decoration: none;
	color: #555;
	background: #fff;
	display: block;
	width: 110px;
}
#menu a:hover {
	color: #fff;
	background: #fc6;
}

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

#bn a,#bn a:link,#bn a:visited {
	text-decoration: none;
	color: #fff;
	background: #b5b5b5;
	display: block;
	width: 110px;
}
#bn a:hover {
	color: #fff;
	background: #fc6;
}

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

/* コンテンツ */

#top-content {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 135px;
	/*background: #0cf;*/
}

#content {
	width: 570px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	/*background: #0cf;*/
	font-size: 0.8em;
	line-height: 150%;
	text-align: left;
}

/* 余白 */

.ind-b50 {
	margin-bottom: 50px;
}

.ind-b20 {
	margin-bottom: 20px;
}

.ind-b10 {
	margin-bottom: 10px;
}

.ind-10 {
	margin: 10px;
}

.ind-l10 {
	margin-left: 10px;
}

.ind-lb20 {
	margin-left: 20px;
	margin-bottom: 20px;
}

.pad-l10 {
	padding-left: 10px;
}

.pad-10 {
	padding: 10px;
}

/* 文字サイズ */

.f12 {
	font-size: 1.2em;
}

/* 文字色 */

.f-red {
	color: #f00;
}

/* ニュース＆トピックス */

#news-midasi {
	font-size: 0.8em;
	/*margin-bottom: 10px;*/
	padding-bottom: 5px;
	/*border-bottom: 1px solid #b5b5b5;*/
	float: left;
	/*background-color: #ffccff;*/
}

#news-topics {
	clear: both;
	font-size: 0.8em;
	padding-top: 10px;
	border-top: 1px solid #b5b5b5;
}

#news-topics li {
	margin-bottom: 5px;
}

#news-topics a,#news-topics a:link,#news-topics a:visited {
	text-decoration: none;
	color: #555;
}

#news-topics a:hover {
	text-decoration: underline;
	color: #f00;
}

#rss {
	float:right;
}

/* ＱＡ */

#qabox {
	border-bottom: solid 1px #fc6;
	border-left: solid 1px #fc6;
	border-right: solid 1px #fc6;
	margin-bottom: 30px;
	/*background: #ffc;*/
}

#qabox h3 {
	font-size: 1.3em;
	background: #ffc;
	border-top: solid 1px #fc6;
	border-bottom: solid 1px #fc6;
	border-left: solid 3px #f00;
	padding: 5px;
	margin-bottom: 10px;
}

#qabox p {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/* フッター */

#top-footer {
	clear: both;
	font-size: 0.7em;
	height: 20px;
	/*background: #ff0;*/
}

#footer {
	clear: both;
	font-size: 0.7em;
	height: 20px;
	padding-top: 30px;
	/*background: #ff0;*/
}

#footmenu {
	float: left;
	padding-left: 15px;
	/*background: #fc0;*/
}

#footmenu li {
	float: left;
	margin-right: 10px;
}

#footmenu a,#footmenu a:link,#footmenu a:visited {
	text-decoration: none;
	color: #555;
}

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

#copy {
	float: right;
	padding-right: 15px;
	/*background: #f90;*/
}
