@charset "shift_jis";

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 140%;
	color: #444;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFF;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	color: #B233CC;
	text-decoration: none;
}
a:hover {
	color: #0074BE;
	text-decoration: none;
}

/*コンテナー
-------------------------------------------------------------------------------------
■背景画像を変えたい場合、背景画像をiamgesフォルダに入れて下の「container_bg.gif」を
その画像名に変更する。
-------------------------------------------------------------------------------------*/
#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y;
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}


/*ヘッダー
-------------------------------------------------------------------------------------
■「#header p」という項目は、ロゴ画像を使わずテキストでサイト名を入れる人のための設定です。
文字サイズの変更は「30px」で行います。
-------------------------------------------------------------------------------------*/
#header_left{
	background: url(images/header_img01.jpg) no-repeat;
	height: 80px;
	width: 400px;
	float: left;
}

#header_left h1 {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 12px;
	font-weight: normal;
}

#header_left h2 {
	text-indent: -9999px;
}

#header_right{
	background: url(images/header_img_bg.gif) repeat-x;
	height: 80px;
	width: 400px;
	float: left;
	display: block;
}

#header_right img {
	padding-top: 15px;
}

#header {
	clear: both;
	background: url(images/header_img01.gif) no-repeat;
	height: 80px;
	width: 800px;
	line-height: 1;
	float: left;
}

#header h1 {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 15px;
	font-weight: normal;
}

#header h2 {
	text-indent: -9999px;
}

#header p {
	height: 45px;
	width: 380px;
	padding-left: 400px;
}

#header a {
	display: block;
}

#header_navi {
	clear: both;
	background: #f5f5f5 url(images/header_navi_bg.gif) repeat-x;
	height: 30px;
	text-align: right;
}

/*サイド（メニュー）
-------------------------------------------------------------------------------------
■メニューの各見出し(メインメニューとか書いてある所)を変更したい場合、「#side h3」を編集する。
枠線の色を変えたい場合「#003A90」を希望色に変更する。背景色を変えたい場合「#00175A」を変更。
■メニューのリンクを変更したい場合、「#side .menu a」を編集する。
「border-left: 5px solid #0074BE」というのは左側の水色のアクセント用のラインの事。
5pxの幅で直線(solid)で#0074BE(水色)で入っています、という意味です。
また、下のアンダーラインはその下の「border-bottom: 1px dotted #FFFFFF」部分。dottedは点線という事。
あと、文字色は「color: #FFFFFF」部分です。
■メニューのリンク(カーソルオーバー時)を変更する場合、「#side .menu a:hover」を編集する。
ここでは、背景色を「#0074BE」の水色にして、左の線の色を「#FF0000」の赤にしています。
■「#side a」はメニュー下のテキストにリンクを貼った場合の設定です。
-------------------------------------------------------------------------------------*/
#side {
	float: left;
	width: 180px;
	background: #FFF;
	color: #000;
	padding: 0px 10px 50px;
}

#side h3 {
	text-align: left;
	background: #E5E5E5;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px 0px 3px 10px;
	font-size: 100%;
}

#side h3.info{
	background: url(images/side_img01.jpg) no-repeat;
	width: 180px;
	height: 102px;
	text-indent: -9999px;
}

#side h3.sample{
	background: url(images/side_img02.jpg) no-repeat;
	width: 180px;
	height: 67px;
	text-indent: -9999px;
}

#side h3.aisatu{
	background: url(images/aisatu.jpg) no-repeat;
	width: 180px;
	height: 72px;
	text-indent: -9999px;
}

}

#side p {
	padding: 5px 2px;
	font-size: 70%;
	line-height: 120%;
}

#side a {
	color: #4C4C4C;
	text-decoration: none;
}

#side li {
	margin-bottom: 10px;
}

#side .menu a {
	width: 160px;
	color: #4C4C4C;
	text-decoration: none;
	border-left: 3px solid #E50000;
	border-bottom: 1px dotted #7F7F7F;
	padding-left: 10px;
	display: block;
}

#side .menu a:hover {
	background: #FFFFCC;
	border-left: 3px solid #FF7F00;
}


/*メインコンテンツ
-------------------------------------------------------------------------------------
■「#main」は特に編集の必要なし。
■メインコンテンツの見出し(h2タグ部分)の文字サイズを変更したい場合、下の「#main h2」内にある
「font-size: 14px」の14pxを変更する。また、色を付けたい場合は以下の１行を追加すればいい。
color: #FF0000;
（→#FF0000部分は好きな色にして下さい。ちなみに#FF0000は赤色。）
-------------------------------------------------------------------------------------*/
#main {
	float: right;
	width: 574px;
	margin-right: 13px;
	display: inline;
	padding-top: 20px;
	padding-bottom: 50px;
}

#main h2 {
	background: url(images/h2_bg.gif) no-repeat;
	width: 574px;
	font-size: 18px;
	color: #FFF;
	line-height: 34px;
	margin: 10px 0px 5px 0px;
	padding-left: 30px;
}

#main h2 .small {
	font-size: 15px;
}

#main h3 {
	color: #7F0000;
	border-bottom: 1px dotted #7F0000;
	margin: 10px 0px 0px 0px;
}

#main p {
	padding: 5px 0px;
}

#main p.small {
	font-size: 80%;
	line-height: 120%;
}

#main p.small {
	color: #E50000;
	text-decoration: none;
}

.small {
	font-size: 80%;
	line-height: 120%;
}

.strong {
	color: #7F0000;
	font-weight: bold;
}

p.spacer {
	padding: 100px 0px;
}

p.navi_top {
	font-weight: bold;
	float: right;
}

#main p.input {
	padding: 5px 0px;
}

#main_koe {
	width: 574px;
}

#main_koe img {
	float:left;
	margin:10px 20px 20px 10px;
}

#main_koe p.koe {
	font-weight:bold;
	color: #7F0000;
	font-size: 120%;
}

#main_koe p.new {
	font-weight:bold;
	color: #7F0000;
	font-size: 100%;
}

#main_koe ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#main_koe li {
	list-style: none;
	background:url(images/navi_list.gif) no-repeat;
	color: #7F0000;
	margin: 0px;
	font-size: 80%;
	line-height: 120%;
	padding:0px 0px 0px 10px;
}

#main_left {
	padding:10px 10px 10px 0px;
	float: left;
	width: 150px;
}

#main_right {
	padding:10px 0px;
	float: left;
	width: 414px;
}

#main_right li {
	margin-bottom: 5px;
}

#main_right a:hover {
	color: #F2E5CC;
	background: #7F0000;
	border-left: 3px solid #F2E5CC;
}

#main_table {
	margin: 10px 0px;
	width: 570px;
	border-collapse:collapse;
	border:1px solid #666;
	font-size: 100%;
	text-align: center;
}

#main_table tr,td {
	border-collapse:collapse;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	padding: 5px;
}

#main_table td.color_a {
	background-color: #F2E5D8;
}

#main_table td.color_b {
	background-color: #F2F2F2;
}

#main_table_info {
	margin: 10px 0px;
	width: 570px;
	border-collapse:collapse;
	border:1px solid #666;
	font-size: 100%;
	text-align: left;
}

#main_table_info tr,td {
	border-collapse:collapse;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	padding: 5px;
}

#main_table_info td.color_a {
	background-color: #F2E5D8;
}

#main_sample {
	margin: 20px 0px;
}

/*sample
-------------------------------------------------------------------------------------*/
.gallery a img {
	padding: 5px;
	margin: 0px 0px 5px 0px;
}

/*フッター
-------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	color: #666;
	width: 800px;
	height: 40px;
	padding: 5px 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background: #CCC;
	font-size: 90%;
	text-align: center;
}

#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #E50000;
	text-decoration: none;
}


#footer p {
	font-size: 100%;
	text-align: center;
}


/*clearfix
-------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
