/* 共通項目 */ 

*{
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 90%;
	line-height: 1.5;
	color: #333333;
	font-family: Arial, Helvetica, "Lucida Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gohic", sans-serif;
	margin: 0 auto;
	padding: 0;
	background: url(../img/back.gif) repeat;
}

img {
	border:0;
}

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.backnext{
	font-size: 90%;
	margin:5px 0;
	padding-top:5px;
	padding-right:5px;
	border-top: #CCCCCC 1px dotted;
}

.backnext2{
	border-bottom: #CCCCCC 1px dotted;
	margin:5px 0;
}


.skip {
	display: none;
}

.media1 {
	display: none;
}

.totop {
	font-size: 80%;
	text-align: right;
	margin: 10px 0 10px 0;
}


.indent {
	margin: 0px 10px;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}
.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
}

em{
	color: #FF3333;
	font-weight: bold;
}


.attention{
	color: #FF3333;
}


.attention-l{
	font-size: 120%;
	font-weight: bold;
	color: #000099;
	letter-spacing: 0.1em;
}


.blue{
	color: #0066CC;
}


.text-s{
	font-size: 85%;
}


.text-ss{
	font-size: 75%;
}

img.photo-waku{
	 padding:2px;
	 border:#EEEEEE 1px solid;
}

p.bottom {
	 padding-top:10px;
	 border-top:#990000 1px solid;
}

/* サイトの全体像 */ 
#wrapper{
	width: 100%;
	margin:0px;
	text-align: center;
}
#site_box{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width:967px;
	background: url(../img/back-left.gif) repeat-y top left;
}
#site_box2{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width:967px;
	background: url(../img/back-right.gif) repeat-y top right;
}


#contents{
	margin:0px 7px;
	padding: 0;
	background-color: #FFFFFF;
}

.line1{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #990000;
	margin:10px 0;
}

/* ヘッダ */ 


#header1{
	height:100px;
	width:947px;
	margin: 0px;
	padding: 3px;
	background: #FFFFFF;
	border-bottom: #CC9900 1px solid;
}

#header_form{
	margin:5px;
	padding:4px 4px 4px 7px;
	float: right;
	color:#333333;
	font-size:80%;
	vertical-align:middle;
	text-align:right;
	height:83px;
	width:260px;
	background: url(../img/login-back.gif) repeat;
}

#header_form input.formtext{
	padding: 3px;
	margin: 3px 6px 2px 3px;
	width:180px;
	border: 1px solid #BBBBBB;
}


#header_form .logouttext{
	padding: 0;
	margin: 5px 6px 2px 3px;
	height: 30px;
	font-weight: bold;
}


#header_form input.button{
	margin: 4px 6px 0 3px;
	border: 0px;
	width:104px;
	height:20px;
}



#header_text{
	margin:0px 5px;
	padding:4px 0px 0px 15px;
	float: left;
	color:#333333;
	font-size:80%;
	vertical-align:middle;
	text-align:left;
	height:20px;
	width:630px;
}


#header_image{
	margin:0px 5px;
	padding:0px 10px;
	text-align:left;
}

#header2{
	height:210px;
	width:953px;
	margin: 3px 0;
	padding: 3px 0;
	background: #FFFFFF url(../img/top-back3.png) no-repeat;
	border-top: #CC9900 3px solid;
	border-bottom: #CC9900 3px solid;
}


#header_text2{
	padding:120px 0 10px 25px;
	color:#000000;
	font-size:100%;
	text-align:left;
}



#main{
	margin:0px;
	padding: 0;
	border-top: #CC9900 solid 2px;
}

/* フッタ */ 

#footer{
	margin:0px;
	padding:5px 0;
	font-size:80%;
	border-top: #CC9900 solid 3px;
	border-bottom: #CC9900 double 3px;
	background-color: #EAE8E3;
}


#footer_menu{
text-align:center;
margin: 5px 10px;
}
#footer_copyright{
text-align:center;
margin: 5px 15px 5px 15px;
}






/* 左メニュー */ 
#left_contents {
	float:left;
	margin:0;
	width:205px;
	padding:0;
}



.main_menu ul{
margin:0;
padding:10px 0 10px 5px;
}

.main_menu ul a{
	text-decoration: none;
	color: #333333;
}

.main_menu ul a:hover{
	text-decoration: none;
	color: #0066FF;
}

.main_menu li.menu1{
	list-style-type: none;
	margin: 5px 10px;
	text-align: left;
}


.main_menu li img{
border:0;
}

#left_contents .menu_banner {
	margin:0;
	padding:10px 0 10px 15px;
	font-size:85%;
}

#left_contents .menu_banner img {
	padding: 5px 0;
}


#left_contents .contact {
	margin:10px 0 20px 10px;
	padding:10px 5px;
	font-size:85%;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
}

/* 中央 */  

#main_contents{
float:right;
margin:0 0 0 5px;
width:741px;
padding:0;
}


*html #main_contents{
float:right;
margin:0 -5px 0 5px;
width:736px;
padding:0 0 0 0;
}



/* トップ最新情報
---------------------------------------------*/

.top_news{
	width:670px;
	margin: 20px 0 10px 30px;
	padding:0 0 0 0;
	text-align:left;
}

*html .top_news{
	width:670px;
	margin: 13px 10px 0 -10px;
	padding:0 0 0 0;
}

*+html .top_news{
	width:670px;
	margin: 10px 10px 0 -5px;
	padding:20px 0 0 0;
}

*:first-child+html .top_news{
	width:670px;
	margin: 0 10px 0 -5px;
	padding: 13px 0 0 0;
}

head~/* */body .top_news{
	width: 670px;
	margin: -5px 10px 0 30px;
	padding:0 0 0 0;
	margin /*\**/: -28px 10px 0 30px\9;
}




.top_news .top-title{
	margin: 30px 0 15px 0;
}



*html .top_news .top-title{
	margin: 35px 0 15px 0;
}



.top_news .date-top{
	float: right;
	margin: 15px 5px 0 5px;
	text-align: right;
	font-size:90%;
	padding: 0;
}

.top_news h2{
	margin: 25px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #990000;
}

.top_news_body{
	width:670px;
	margin: 5px 0 20px 0;
	padding: 0;
}

.top_news_body table{
	margin: 0;
	padding: 5px;
}

.top_news_body tr{
	margin: 0;
	padding: 0;
}


.top_news_body th{
	margin: 0;
	padding: 2px;
	width: 5px;
}

.top_news_body td{
	margin: 0;
	padding: 3px 3px 3px 15px;
	vertical-align: middle;
}

.top_news_body .date{
	padding:0 5px;
	font-size: 85%;
}
.top_news_body .title{
	padding:0 5px;
}
.top_news_body .title a{
	color:#000000;
	font-weight:bold;
	font-size: 110%;
}
.top_news_body .title a:hover{
	color:#990000;
}

.top_news ul{
	margin:0 0 10px 0;
	padding:0;
}
.top_news li{
	margin:5px 0;
	padding:0;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.top_news li .comment{
	font-size: 90%;
	padding:5px 20px 5px 20px;
}

/* トップコンテンツ
---------------------------------------------*/

.top_content{
	width:677px;
	margin: 30px 0 0 0;
	padding: 0;
	text-align:left;
	background-image: url(../img/waku.gif);
	background-repeat: repeat-y;
}

*html .top_content{
	width:670px;
}

*:first-child+html .top_content{
	width:675px;
}

.top_content_top{
	width:677px;
	height: 22px;
	background-image: url(../img/waku1.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.top_content_footer{
	width:677px;
	height: 28px;
	background-image: url(../img/waku2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.top_content_body{
	width:650px;
	margin: 0 10px;
	padding: 0 10px;
}
.top_content_body h2{
	margin: 10px 0 5px 0;
	padding: 2px 0 2px 10px;
	font-size: 125%;
	font-weight: bold;
	color: #CC0000;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #CC0000;
	line-height: 1em;
	border-bottom: 0px;
}


.top_content_body .comment{
	padding:0 10px 0 10px;
}



.top_content_body p.comment{
	padding:0 10px 10px 20px;
	font-size: 90%;
}

.top_content ul{
	margin:5px 20px;
	padding:0;
	font-size: 90%;
	border-top: #986665 solid 1px;
}
.top_content li{
	padding:2px 5px 2px 25px;
	list-style-type: none;
}
.top_content li .comment{
	font-size: 90%;
	padding:5px;
}



/* リスト
---------------------------------------------*/

.centercolumn{
	width:670px;
	margin: 20px 0 10px 30px;
	padding:20px 0 0 0;
	text-align:left;
}

*html .centercolumn{
	width:670px;
	margin: 3px 10px 0 -30px;
	padding: 10px 0 0 0;
}

*:first-child+html .centercolumn{
	width:670px;
	margin: 0 10px 0 -5px;
	padding: 13px 0 0 0;
}


head~/* */body .centercolumn{
	width: 670px;
	margin: -5px 10px 0 30px;
	padding:20px 0 0 0;
	margin /*\**/: -28px 10px 0 30px\9;
}



.centercolumn .top-title{
	margin: 25px 0 15px 0;
}

*html .centercolumn .top-title{
	margin: 35px 0 15px 0;
}

.centercolumn .date-top{
	float: right;
	margin: 15px 5px 0 5px;
	text-align: right;
	font-size:90%;
	padding: 0;
}
.centercolumn h2{
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #990000;
}

.centercolumn_body{
	width:670px;
	margin: 5px 0 20px 0;
	padding: 0;
}


.centercolumn_body table{
	margin: 0;
	padding: 5px;
}

.centercolumn_body tr{
	margin: 0;
	padding: 0;
}


.centercolumn_body th{
	margin: 0;
	padding: 2px;
	width: 5px;
}

.centercolumn_body td{
	margin: 0;
	padding: 2px 2px 2px 15px;
	vertical-align: middle;
}


.centercolumn_body .date{
	padding:0 5px;
	font-size: 85%;
}
.centercolumn_body .title{
	padding:0 5px;
}
.centercolumn_body .title a{
	color:#000000;
	font-weight:bold;
	font-size: 110%;
}
.centercolumn_body .title a:hover{
	color:#990000;
}

.centercolumn ul{
	margin:0 0 10px 0;
	padding:0;
}
.centercolumn li{
	margin:5px 0;
	padding:0;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.centercolumn li .comment{
	font-size: 90%;
	padding:5px 20px 5px 20px;
}




.centercolumn .smenu {
	letter-spacing: 0.1em;
	margin: 20px 0 0 0;
	padding: 0;
	height:22px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EFD59D;
}


*html .centercolumn .smenu {
	margin: 30px 0 -10px 0;
}

*:first-child+html .centercolumn .smenu {
	margin: 10px 0 0 0;
}

.centercolumn .smenu ul {
	margin: 0;
	padding: 0;
}

.centercolumn .smenu li {
	font-size: 85%;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #D9AA57;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px;
	font-weight: bold;
}

.centercolumn .smenu li a {
	display: block;
	padding: 0 1em;
	line-height: 1.8em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.centercolumn .smenu li a:hover {
	color: #993333;
	background: #EFD59D;
}


.centercolumn .smenu li a.ov {
	color: #990000;
	background: #EFD59D;
}






/* 詳細記事 
---------------------------------------------*/



.content{
	margin:10px 0 0 0;
	padding:0;
}
.content .title{
	margin: 0;
	padding:10px;
	background-color: #F5F3F6;
}

.content h3{
	margin: 5px 0;
	padding:2px 0;
	font-size: 125%;
	font-weight:bold;
	color:#990000;
}

.content h4{
	margin: 5px 0 3px 0;
	padding:2px 5px;
	font-size: 115%;
	font-weight:bold;
	background-color: #F3E0D1;
}

.comment h4{
	font-size: 105%;
	color: #993300;
	padding: 3px 0;
	font-weight:bold;
}


.comment p{
	padding-bottom: 10px;
}



.comment hr{
	margin: 10px 0;
}


.content table{
	width:100%;
	border-top: #000099 solid 1px;
	margin: 10px 0;
}
.content caption{
	text-align:left;
	font-weight: bold;
	margin: 0;
}
.content th{
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
	background-color: #EEEEEE;
	border-bottom: #000099 solid 1px;
	text-align:right;
}
.content td{
	margin: 0;
	padding: 5px 10px;
	border-bottom: #000099 solid 1px;
}

.content .comment h5{
	font-size: 100%;
	color: #993333;
	padding: 5px 0 0 0;
}



.board{
	margin: 10px 20px;
}


.content .board table{
	width:100%;
	border-top: 0px;
	margin: 0px 0;
}
.content .board caption{
	text-align:left;
	font-weight: bold;
	margin: 0;
}
.content .board th{
	margin: 0;
	padding: 0px 0px;
	font-weight: normal;
	background-color: #FFFFFF;
	border-bottom:0px;
	text-align:center;
}
.content .board td{
	margin: 0;
	padding: 0px 2px;
	border-bottom:0px;
	text-align:center;
	font-size: 85%;
	vertical-align: top;
}

.content .board .kiji{
	font-size: 85%;
}


.board img.board{
	margin: 5px 5px;
	padding:1px;
	border: 1px solid #CCCCCC;
}


/* フォーム
---------------------------------------------*/

.contact input{
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 2px;
	font-size: 100%;
}
.contact input.button{
	border: 0px;
	padding: 5px;
	margin-bottom: 2px;
	font-size: 100%;
	background-color: #CCCCCC;
}


.contact select{
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 2px;
	font-size: 100%;
}
.contact input.text{
	width: 380px;
}
.contact input.text2{
	width: 120px;
}
.contact input.text3{
	width: 60px;
}
.contact textarea.toi{
	border: 1px solid #BBBBBB;
	padding: 5px;
	font-size: 100%;
	width: 490px;
}


.contact input:focus {background-color: #FFEEEE !important;
}
.contact textarea:focus {background-color: #FFEEEE !important;
}

.centercolumn_body .contact table{
	width:100%;
	border-top: #AAAAAA solid 1px;
	border-left: #AAAAAA solid 1px;
	border-right: #AAAAAA solid 1px;
	margin: 10px 0;
	padding: 0;
	color: #333333;
}
.centercolumn_body .contact th{
	font-weight: normal;
	background-color: #EEEEEE;
	border-top: #FFFFFF solid 1px;
	border-bottom: #AAAAAA solid 1px;
	border-right: #AAAAAA solid 1px;
	text-align:right;
	width: 8em;
	padding: 5px 10px;
	margin: 2px 0;
	font-size: 90%;
	background-image: url(../img/table-back.png);
	background-repeat: repeat-y;
	background-position: right;
}
.centercolumn_body .contact td{
	border-top: #FFFFFF solid 1px;
	border-bottom: #AAAAAA solid 1px;
	padding: 5px 10px;
	margin: 2px 0;
}


/* 会員一覧
---------------------------------------------*/
table.memberphoto{
	border-top: #AAAAAA solid 1px;
}
.memberphoto td{
	margin: 0;
	padding: 2px 2px 2px 2px;
	text-align: center;
	vertical-align: top;
	width: 25%;
	font-size:70%;
	line-height: 150%;
	border-bottom: #AAAAAA solid 1px;
}
.memberphoto td a{
	text-decoration: underline;
	color:#333333;
}

.memberphoto  table.membertxt{
	border-top: #AAAAAA solid 1px;
	margin: 0 0 10px 0;
	padding: 0;
}
.memberphoto .membertxt td{
	vertical-align: middle;
	font-size:75%;
	line-height: 150%;
	border-bottom: #AAAAAA solid 1px;
	height: 3em;
}

.memberphoto p{
	text-align: left;
	padding: 1px;
}

.memberphoto img{
	padding:2px;
	border: 1px solid #CCCCCC;
	margin: 0 0 5px 0; 
}

.memberphoto td a img{
	text-decoration: none;
	border: 0px;
	padding: 0px;
	margin: 0 0 0 3px; 
	}

/* サイトマップ
---------------------------------------------*/

.sitemap{
	margin: 30px 20px 30px 50px;
	text-align: left;
	font-weight: bold;
}

.sitemap h2{
	margin:10px 0;
	padding:10px 0;
	text-align:left;
	font-size:150%;
	color: #52220E;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #43302B;
}


.sitemap ul{
	list-style-type: none;
	background: url(../img/dot-sitemap1.gif) left repeat-y;
	margin: 0 0 0 30px;
}
.sitemap li{
	list-style-type: none;
	padding-bottom: 10px;
	line-height: 1.3;
	color: #333333;
	padding-left: 40px;
	margin-top: 5px;
	background: url(../img/dot-sitemap.gif) left top no-repeat;
	font-weight: bold;
}

* html .sitemap li{
	list-style-type: none;
	padding-bottom: 0px;
	padding-top: 5px;
	background: url(../img/dot-sitemap3.gif) left top no-repeat;
}

*:first-child+html .sitemap li{
	list-style-type: none;
	padding-bottom: 0px;
	padding-top: 5px;
	background: url(../img/dot-sitemap3.gif) left top no-repeat;
}




.sitemap li.sitemap2{
	background: url(../img/dot-sitemap2.gif) left bottom no-repeat;
}

* html .sitemap li.sitemap2{
	background: url(../img/dot-sitemap2.gif) left top no-repeat;
}

*:first-child+html .sitemap li.sitemap2{
	background: url(../img/dot-sitemap2.gif) left top no-repeat;
}

.sitemap h3{
	font-size: 100%;
	line-height: 1.3;
	color: #333333;
	font-weight: normal;
	margin-top: 5px;
}

/* 写真他
---------------------------------------------*/
img.photo {
	padding:5px;
}

img.photo-left {
	margin: 0 10px 0 0;
}

img.photo-right {
	padding: 0 0 0 10px;
}


div.tooltip	{
	width: 250px;
	position: absolute;
	left: -9999px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
}

div.tooltip p{
	color: #FFF;
	background: #222;
	padding: 5px 10px;
}

/* ぱんくずリスト
---------------------------------------------*/


.plist {
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 75%;
	padding-bottom: 10px;
	color: #990000;
}


*html .plist {
	padding: 0 20px 10px 0;
}


*:first-child+html .plist {
	padding: 0 20px 10px 0;
}


.plist ul {
	margin: 0;
	padding:0;
	border: 0px;
}

.plist li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0px;
}

