@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	width: 95%;
	margin: 10px auto;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	line-height: 0;
	vertical-align: middle;
}
ul {
	list-style:none;
}
body {
	font:14px/2 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color:#666;
}
a:link, a:visited {
	color:#0099FF;
	text-decoration:none;
}
a:hover {
	color:#33CCFF;
}
a:active, a:focus {
	outline:0;
}
img {
	border:0;
}
.blue {
	color: #0099FF;
}
.f12 {
	font-size: 1.2em;
}
/*******************************
レイアウト
*******************************/
#header, #mainNav, #wrapper, #footer ul {
	margin:0 auto;
	width:980px;
	clear:both;
}
#sidebar, #sidebar_member {
	float:left;
	width:240px;
	padding:15px 0 50px;
}
#main, #main_member {
	float:right;
	width:720px;
	padding:15px 0 50px;
}
/*******************************
/* ヘッダー
*******************************/
#headerWrap {
	height:150px;
	background:#fff url(../img/wall.jpg) repeat-x 0 0;
}
#headerWrap_member {
	height:150px;
	background:#fff url(../img/wall_member.jpg) repeat-x 0 0;
}
#header {
	position:relative;
	height:150px;
}
#header h1, #header h2 {
	position:absolute;
	top:30px;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
}
#header #address {
	position:absolute;
	top:55px;
	font-size:12px;
	font-weight:normal;
	line-height:1.1em;
}
/* スローガン */
#header h1 {
	top:5px;
	left:0;
	color:#555;
}
/* ロゴ */
#header h2 {
	left:0;
}
/* 住所 */
#header #address {
	right: 0;
}
/************************************
/* メインナビゲーション
************************************/
ul#mainNav, ul#mainNav_member {
	position:absolute;
	top:100px;
	height:45px;
}
ul#mainNav li, ul#mainNav_member li {
	float:left;
	text-align: center;
	line-height: 45px;
}
ul#mainNav a, ul#mainNav_member a {
	display: block;
	width: 140px;
	height: 45px;
	color: #666;
}
ul#mainNav li a, ul#mainNav li a:hover {
	background-image:url(../img/mainNav.jpg);
}
ul#mainNav_member li a, ul#mainNav_member li a:hover {
	background-image:url(../img/mainNav_member.jpg);
}
ul#mainNav li a:hover, ul#mainNav_member li a:hover {
	background-position:0 -45px;
	color: #FFF;
}
/*******************************
/* メイン
*******************************/

/* 共通 */
.alignleft {
	float: left;
	padding: 0 15px 15px 10px;
}
.alignright {
	float:right;
	padding: 0 10px 15px 15px;
}
.aligncenter {
	padding: 20px 0 20px 0;
	text-align: center;
}
.red {
	color: #F00;
}
.bold {
	font-weight: bold;
}
/* メイン */
#main_member a:link, #main_member a:visited {
	color: #F60;
	text-decoration: none;
}
#main_member a:hover {
	color: #F90;
}
#main_member a:active, a:focus {
	outline: 0;
}
h3.heading {
	background: url(../img/headingBg.png) no-repeat 0 0;
}
h3.heading_member {
	background: url(../img/headingBg_member.png) no-repeat 0 0;
}
h3.heading, h3.heading_member {
	clear: both;
	padding-left: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
#main #news {
	padding: 15px 10px;
	margin: 0 0 20px 0;
	border: 0;
	background: none;
	border: 1px solid #dcdcdc;
}
#main #navi, #main_member #navi {
	margin-bottom: 10px;
	font-size: 12px;
}
#main ul, #main_member ul {
	margin: 10px 15px;
}
#main ul li {
	background: url(../img/list.png) no-repeat;
}
#main_member ul li {
	background: url(../img/list_member.png) no-repeat;
}
#main_member ul.list a {
	color: #666;
}
#main_member ul.list a:hover {
	color: #F90;
	text-decoration: underline;
}
#main ul li, #main_member ul li {
	background-position: left center;
	padding-left: 25px;
}
#main ol, #main_member ol {
	margin: 0 45px 15px;
}
#main #news #list, #main_member #news #list {
	padding: 0 10px;
	text-align: right;
}
.main, .event {
	padding: 15px 10px;
	margin: 0 0 20px 0;
	border: 0;
	background: none;
	border: 1px solid #dcdcdc;
}
#main div.main h4 {
	color: #0099FF;
}
#main_member div.main h4 {
	color: #666;
}
#main div.main h4, #main_member div.main h4 {
	margin: 0 0 5px 5px;
	font-size:16px;
}
#main div.main h5, #main_member div.main h5 {
	margin: 0 0 5px 10px;
	font-size:15px;
}
#main ul {
	margin-top: 0;
	margin-bottom: 25px;
}
.main p {
	padding: 0 10px 0 10px;
}
.event {
	font-size: 90%;
}
#top {
	text-align: right;
}
/* テーブル装飾 */
.t-head {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 5px;
	background-color: #efefef;
	text-align: center;
}
.t-item {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 5px;
}
/*******************************
/* サイトバー
*******************************/
#sidebar h3 {
	background:url(../img/side_headingBg.png) no-repeat 0 0;
}
#sidebar_member h3 {
	background:url(../img/side_headingBg_member.png) no-repeat 0 0;
}
#sidebar h3, #sidebar_member h3 {
	clear:both;
	padding-left:30px;
	line-height:30px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
}
ul.info {
	overflow:hidden;
	padding:0 0 10px 17px;
	border:1px solid #dcdcdc;
	margin-bottom:20px;
}
ul.info li {
	line-height:0;
	padding:10px 0;
	margin-right:15px;
	border-bottom:1px dashed #dcdcdc;
}
ul.info a:link, ul.info a:visited {
	display: block;
	padding-left:12px;
	line-height:normal;
	text-decoration:none;
	color:#313131;
	background:url(../img/linkArrow.gif) no-repeat 0 50%;
}
#sidebar ul.info a:hover {
	color:#0099FF;
}
#sidebar_member ul.info a:hover {
	color:#F60;
}
ul.info li.last {
	border-bottom:none;
}
#sidebar p {
	margin-bottom:20px;
}
/*******************************
/* フッター
*******************************/
#footer {
	clear:both;
	background:#909090;
}
#footer ul {
	padding:15px 0 0;
	text-align:center;
}
#footer li {
	display: inline;
	padding: 5px 15px;
	border-left:1px dotted #d5d5d5;
}
#footer li a {
	text-decoration:none;
	color:#fff;
}
#footer li a:hover {
	color:#dadada;
}
p#copy {
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-size:10px;
}
