﻿@charset "UTF-8";

/* --- 友の会のボタン反転 --- */
a.btn10 {
	width: 87px;
	background-image: url(../common/images/tomo21.gif);
}

/* --- サブボタン --- */
#subBtn {
	width: 760px;
	margin: 10px 0px 20px;
	padding: 10px 0px;
	border-style: solid none;
	border-color: #808080;
	border-width: 2px;
}
/* --- サブボタン左側 --- */
#subBtnL {
	width: 400px;
	float: left;
}

#subBtnL li {
	float: left;
}
#subBtnL a {
	width: 85px;
	height: 28px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#subBtnL li a:hover {
	background-position: 0px -26px;
}

a.sBtn01 {
	background-image: url(image_b/tomo12.gif);
}	
a.sBtn02 {
	background-image: url(image_b/tomonyukai12.gif);
}	
a.sBtn03 {
	background-image: url(image_b/tomokiyaku12.gif);
}	
a.sBtn04 {
	background-image: url(image_b/tomokatsudo12.gif);
}

/* --- サブボタン右側 --- */
#subBtnR {
	width:20em;
	float:right;
}

/* --- パンくずリスト --- */
.pankuzu_navi{
	margin-top:10px;
	font-size:smaller;
}
/* --- コンテンツ --- */
#content {
	margin: 15px 0px;
	/*overflow:auto;*/
}

#content p {
	margin: 0.5em 0;
	line-height: 1.5;
}

#content p.center {
	text-align: center;
}

#content p.right {
	text-align: right;
}

#content h1 {
	font-size: 1em;
	line-height: 1.2;
	text-align: left;
	font-weight: bold;
}

#content h1 a {
	vertical-align: middle;
}

#content h1 img {
	vertical-align: middle;
}

#content h2 {
	clear: both;
	margin: 20px 0 5px 0;
	padding: 5px;
	background-color: #009966;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
}

#content h3 {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
}

#content img.photo {
	margin-right:10px;
	/*margin-bottom:10px;*/
	float:left;
}

#content img.photoend {
	/*margin-bottom:10px;*/
}

#content ul {
	line-height: 1.2;
	list-style-type	: disc;
	margin-left:1em;
}

#content li {
	list-style-type	: disc;
	margin:0.5em 0 0 1em;
	line-height:1.5;
}

#content ol.num1 {
	list-style-type: decimal;
}

#content li.num2 {
	list-style-type: decimal;
	margin: 0 0 0 3em;
}

#content em {
	color: #cc0000;
	font-style: normal;
}

#content div.tokuten {
	margin: 10px 0;
	padding: 0 0 7px 0;
	width: 370px;
	background-image: url(images/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #006633;
}

#content div.tokuten h3 {
	margin: 0;
	padding: 20px 9px 20px 55px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.2em;
	font-weight: bold;
}

#content div#toku1 {
	float: left;
}

#content div#toku2 {
	float: right;
}

#content div#toku3 {
	float: left;
}

#content div#toku4 {
	float: right;
}

#content div#toku1 h3 {
	background-image: url(images/box_top1.gif);
}

#content div#toku2 h3 {
	background-image: url(images/box_top2.gif);
}

#content div#toku3 h3 {
	background-image: url(images/box_top3.gif);
}

#content div#toku4 h3 {
	background-image: url(images/box_top4.gif);
}

#content div.tokuten p {
	margin: 0;
	padding: 0 12px 0 20px;
	background-image: url(images/box_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 90%;
	line-height: 1.5;
}

#content div.tokuten ul {
	margin: 0;
	padding: 0 12px 0 35px;
	background-image: url(images/box_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 90%;
	line-height: 1.5;
	list-style-type	: disc;
}

#content div.tokuten li {
	margin:0;
	padding:0;
	list-style-type	: disc;
}

div#form {
	margin: 20px 0;
	border-color: #009966;
	border-style: solid;
	border-width: 2px;
}

#form h3 {
	margin: 3px;
	padding: 5px;
	background-color: #009966;
	color: #ffffff;
	border-color: #009966;
	border-style: solid;
	border-width: 1px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

#form ul {
	margin: 3px;
	padding: 1em 1em 1em 2em;
	border-color: #009966;
	border-style: solid;
	border-width: 1px;
	line-height: 1.5;
}

