﻿@charset "UTF-8";

/* ■■■全体設定■■■ */

body {
	line-height: 150%;
	background: #FFFAFA;
	color: #353535;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",Meiryo, "メイリオ",  sans-serif;
	font-size: 15px;
}
a {
	color: #0000cd;
}
	a:hover {
		color: #87cefa;
	}

img {
	border: none;
	vertical-align: bottom;
}

/* ■■■レイアウト■■■ */
header {
	background: #800000;
	box-shadow: 0px 0px 5px #800000;
	-webkit-box-shadow: 0px 0px 5px #800000;
	-moz-box-shadow: 0px 0px 5px #800000;
}
#container {
	width:800px;
	margin:15px auto;
}
#container:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
#main {
	float: right;
	width: 600px;
}
#menu {
	float: left;
	width: 185px;
}
footer {
	padding-left: 5px;
	border-top: 1px solid #8b8b8b;
	color: #8b8b8b;
}


/* ■■■ヘッダー■■■ */
header h1 {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	color: #f5f5f5;
	font-size: 150%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
header p {
	padding: 0 10px 0 30px;
	color: #fffff0;
	font-size: 80%;;
}

/* ■■■パンくずリスト■■■ */
#pan {
	height: 30px;
	border-top: 1px solid #fffff0;
}
#pan ul {
	line-height: 30px;
	color: #fffff0;
	font-size: 80%;
}
#pan li {
	list-style: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #fffff0;
}
	#pan li:first-child {
		border-left: none;
	}
#pan li a {
	color: #fffff0;
	text-decoration: none;
}
	#pan li a:hover {
		color: #f5f5f5;
	}
#pan ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}



/* ■■■ メイン ■■■ */
#main article {
	margin-bottom: 15px;
	background: #fff;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
 	padding: 0 5px;
}
#main article h2 {
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	background: #800000;
	font-size: 110%;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #f5f5f5;
}
#main article h2, #main article p {
	margin-bottom: 10px;
	padding: 0 10px;
}
hr {
	border-top: 1px solid #8b8b8b;
}
/* ■■■ メニュー ■■■ */
#menu h2 {
	/*height: 25px;
	line-height: 25px;*/

	height: normal;
	line-height: normal;
	padding: 10px;
	background: #800000;
	font-size: 110%;
    color: #f5f5f5;
}
#menu ul li {
	height: normal;
	line-height: normal;
	padding: 10px;
	/*height: 75px;
	line-height: 20px;*/
	border-bottom: 1px solid #e3e3e3;
}
#menu h2, #menu ul li {
	/*padding: 0 10px;*/
}
#menu ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	height: normal;
	/*padding : 0px 0px 0px 0px;*/
}
	#menu ul li a:hover {
		color:#3333FF;
		background: #dcdcdc;
	}

/* ■■■ フッター ■■■ */
#copy {
	line-height: 25px;
	font-size: 85%;
}

/* ■■■ トップへスクロール ■■■ */
.top_scroll {
 position: fixed;
 bottom: 0px;
 right: 10px;
}

.home_img{
 width: 60px;
 height: 40px;
 filter: alpha(opacity=50);
 -moz-opacity:0.5;
 opacity:0.5;
}


/* ■■■テキスト設定■■■ */
/* 表示位置指定 */
.center { text-align: center; }
.right { text-align: right; }

/* 色指定 */
.gray { color: #fffff0; }
.blue { color: #0000ff; }
.green { color: #008000; }
.yellow { color: #ffff00; }
.orange { color: #ff8c00; }
.red { color: #ff0000; }
.pink { color: #ffc0cb; }
.purple { color: #800080; }

/* フォントサイズ設定 */
.fpx_60 { font-size: 60%; }
.fpx_70 { font-size: 70%; }
.fpx_80 { font-size: 80%; }
.fpx_90 { font-size: 90%; }
.fpx_110 { font-size: 110%; }
.fpx_120 { font-size: 120%; }
.fpx_130 { font-size: 130%; }
.fpx_140 { font-size: 140%; }
.fpx_150 { font-size: 150%; }
