@charset "utf-8";
/*問い合わせページ・活動紹介ページのレイアウト用CSS*/

*{
	padding:0;
	margin:0;
}
li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	padding-left: 15px;
	list-style: none;
	margin-left: 5px;
	margin-bottom: 5px;
}
#main ol li {
	list-style: decimal outside;
	margin-left: 30px;
}


a:visited{
	color:#990099;
	text-decoration:underline
}


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

	
body {
	font-size: 0.85em;
	line-height: 1.6em;
}

#header {
	height: 110px;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	overflow: auto;
}
#contents:after {
   content : "";
   display : block;
   height : 1px;
   clear : both;
	 overflow: auto;
}


#main {
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}
#main p {
	padding-left: 10px;
	line-height: 180%;
}
h4 {
	border-left: 5px solid #006600;
	border-bottom: 1px dotted #009900;
	padding-left: 5px;
	font-size: 110%;
}



#side {
	float: right;
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
}

#footer {
	clear: both;
	text-align: center;
}
#main h2 {
	border-bottom: 1px solid #0033cc;
	font-size: 120%;
	color: #FFFFFF;
	background: url(h2_back.gif) no-repeat;
	padding-left: 20px;
	line-height: 25px;
	height: 25px;
	margin-bottom: 20px;
}
#contents #main h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	background: url(main_list.gif) no-repeat left center;
	padding-left: 20px;
	border-bottom: 1px dotted #66FF66;
}


#side h2 a{
	background: url(left_top.gif) no-repeat left top;
	margin-bottom: 5px;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	height: 25px;
	width: 175px;
	line-height: 25px;
	display: block;
	text-decoration: none;
}

#contents #side h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration: underline;
	padding-top: 20px;
	text-align: center;
}

p img {
	float: right;
	clear: both;
	margin-left: 5px;
}

/*法人会員ページのテーブル用*/
#main table {
	width: 580px;
}

td {
	height: 20px;
	padding: 0px;
}
#side ul li {
	background: url(list.gif) no-repeat left center;
}

img {
	border:0;
}

