﻿@charset "UTF-8";
/*
CSSリセット
*/
body {
	line-height: 1;
	margin: 0;
}
h1, h2, h3, h4, p {
	margin: 0;
}
header,nav,section,footer {
	display: block;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	padding: 0;
}
a {
	display: block;
	-webkit-tap-highlight-color: transparent;
}
/* ■■■基本設定■■■ */
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;
}
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;
}
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: normal;
	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 ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}


/* ■■■メイン■■■*/
#container {
	margin-top: 15px;
}
#main article {
	margin-bottom: 15px;
	background: #fff;
	border-bottom: 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;
}
#main article .img {
	padding: 0;
}
hr {
	border-top: 1px solid #8b8b8b;
}

/* ■■■メニュー■■■ */

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

	#menu ul li a:hover {
		color:#3333FF;
		background: #dcdcdc;
}

/* ■■■フッター■■■ */

footer {
	padding-left: 10px;
	border-top: 1px solid #8b8b8b;
	color: #8b8b8b;
	text-align: center;
}
#copy {
	line-height: 25px;
	font-size: 85%;
}
#sm {
	line-height: 45px;
}
#sm a {
	color: #8b8b8b;
}

/* ■■■トップへボタン■■■ */

.top_scroll {
 position: fixed;
 bottom: 0px;
 right: 10px;
}

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


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

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

/* フォントサイズ設定 */
.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%; }
