@charset "utf-8";

body {
	font-size: 93%;
	background:url(../img/main_bg.jpg) repeat-x;
}


/*
===== CONTAINER ==========================================
*/
#container {
	width:764px;
	margin:0 auto;position: relative;
	height:100%;
}
#container:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
#topSearchBoxBottom:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/*
===== ヘッダーHEADER ==========================================
*/
#header{
	position:relative;
	width:764px;
	margin:0 auto;
	height:78px;
}
#header h1{
	position:absolute;
	top:7px;
	left:0;
}
#header p{
	padding:5px 5px 5px 0;
	font-size:85%;
}
#header .headerSub {
	position:absolute;
	top:0px;
	right:-6px;
	}
	
/*
===== コンテンツサイドデザイン ==========================================
*/	

ul.sideMenu {
	width:175px;
	font-weight:bold;
}	
ul.sideMenu p{
	padding:4px;
}	
.sideMenu li a{
	background: url(../img/content_side_bg.gif) repeat-x 0 center;
	display:block;
	font-size:85%;
	height:40px;
	font-weight:bold;
	text-decoration: none;
	color: #000;
	padding-left:15px;
	line-height:3;

}
.sideMenu li a:visited, .sideMenu li a:active{
	color: #333;
	}

.sideMenu li a:hover{
	background: url(../img/content_side_bg01.gif) repeat-x 0 center;
	display:block;
	}
/*
===== トップページ構成 ==========================================
*/	

#contentBody {
	width:800px;
	margin:15px auto 10px;
	text-align:center;
	clear:both;
}
#contentBody p{
	margin:0;
	padding:0;
}
#leftCon {
	width:270px;
	float:left;
}
#leftCon div.leftRink  {
	margin-bottom:5px;
	margin-left:16px;
	background:#F7F7F7;
	border:2px solid #CCC;
	width:243px;
	overflow:auto;
	height:100px;
	}
#leftCon div.leftRink p {
	margin-left:10px;
	padding-top:3px;
	font-size:85%;
	}
#leftCon div.leftRink li {
	margin-left:10px;
	padding-left:7px;
	line-height:1.3;
	font-size:85%;
	background:url(../img/black_allow_icon.gif) no-repeat 0 50%;
	}	
#contentBody div.leftCounter {
	margin-left:16px;
	margin-bottom:20px;
	padding-bottom:20px;
	}

#leftCon div.leftInfoB {
	background:url(../img/sideinfo_bg.gif) repeat-y;
	height:120px;
	width:263px;
	}
div.leftInfoT {	
	margin:0;
	padding:0;
}
div.leftInfoBottom{
	display:inline;
	}
	
#leftCon div.leftTankaB {
	background:url(../img/tanka_body.gif) no-repeat;
	height:165px;
	width:263px;
	}
#rightCon {
	width:530px;
	float:right;
	display:inline;
	margin-bottom:20px;
}	
div.rightConTop {
	border:5px solid #3C2809;
	height:426px;
	width:509px;
	background:#FFF;
	}
	div.rightConMainB {
		padding:0 10px;
	}
div.rightConMain {	
	border-top:5px solid #3C2809;
	background:#F7F7F7;
	width:523px;
	min-height:300px;
	}
div.rightConMain h2{
	background:url(../img/content_t_title.gif) no-repeat;
	width:523px;
	height:63px;
	line-height:3.1;
	padding-left:25px;
	color:#794F0D;
	}	
div.rightConMain h3{
	font-size:116%;
	padding:5px 5px 0 5px;
	margin:0;
	}		
#rightCon p.privacytext {
	padding:0 5px 5px 5px;
	font-size:85%;
	}	
/*
===== トップフレーム ==========================================
*/		
.flameSet {
	margin-left:20px;
	}
/*
===== フォーム ==========================================
*/		

#maincol {
	padding:0 10px;
	}
div.leftCounter {
	margin-bottom:10px;
	}	
/*
===== 基本テーブル構成 ==========================================
*/	
div.formK {
	width:500px;
	overflow:auto;
	height:120px;
	clear:both;
	padding:5px 5px 5px 10px;
	font-size:85%;
	}
.normalTable {
	margin:10px auto;
	width:500px;
	text-align:center;
	border:1px solid #999;
	}
.normalTable th{
	padding:8px;
	background:#F7F7F7;
	color:#333333;
	font-size:93%;
	text-align:left;
	border:1px solid #CCC;
	}		
.normalTable td.data01{
	padding:8px;
	width:140px;
	background:#F7F7F7;
	font-size:85%;
	font-weight:bold;
	text-align:right;
	border:1px solid #CCC;
	}		
.normalTable td{
	text-align:left;
	padding:8px;
	font-size:85%;
	border:1px solid #CCC;
	}	
#pro {
	background:#FFF;
	}	
#pro p{
	text-align:center;
	margin:0 auto;
	}
p.btn01{
	background:url(../img/profile01-02.jpg) no-repeat;width:348px;
	text-align:center;
	margin:0 auto;
}
p.btn01 a{
	display:block;
	width:348px;
	height:217px;
	background:url(../img/profile01-01.jpg);
	text-indent:-9999em;
	text-align:center;
	margin:0 auto;
}
p.btn01 a:hover{
	background:none;
	color:#FFFFFF;
}
p.btn02{
	background:url(../img/profile02-02.jpg) no-repeat;width:348px;
}
p.btn02 a{
	display:block;
	width:348px;
	height:217px;
	background:url(../img/profile02-01.jpg);
	text-indent:-9999em;
}
p.btn02 a:hover{
	background:none;
	color:#FFFFFF;
}
/*
===== フッター ==========================================
*/
#footer{
	width:100%;
	font-size:85%;
	min-height:100px;
	height:100px;
	margin:0 auto;
	text-align:center;
	background:url(../img/footer_bg.gif) repeat-x ;
	clear:both;
}

#footer .footercon{
	color:#333;
	text-align:center;
	padding-top:7px;
}
.footercon a:link,
.footercon a:visited	{
	text-decoration:none;
	color: #FFF;
	}	
.footercon a:hover{
	text-decoration:underline;
	color: #FFF;
	}	
/*
===== ナビゲーション ==========================================
*/
	
#navi {
	width:799px;
	height:52px;
	}
#navi ul li{
	float:left;
	padding:0;
	margin:0;
	margin-left:-1px;
	}
#navi ul {
	padding:0;
	margin:0;
	}
ul a span{display:none;
	padding:0;
	margin:0;} 
a.home{
    background-position:0px 0px;
    display:block;
    width:109px;
    height:52px;
    background-image:url(../img/main_bottan.gif);
}
a:hover.home{
    background-position:0px -56px;
}
a.homeOn {
    background-position:0px -56px;
    display:block;
    width:109px;
    height:52px;
    background-image:url(../img/main_bottan.gif);
	}
a.about{
    background-position:-108px 0px;
    display:block;
    width:172px;
    height:52px;
    background-image:url(../img/main_bottan.gif);
}
a:hover.about{
    background-position:-108px -56px;
}
a.aboutOn {
    background-position:-108px -56px;
    display:block;
    width:172px;
    height:52px;
    background-image:url(../img/main_bottan.gif);
	}
a.info{
    background-position:-279px 0px;
    display:block;
    width:120px;
    height:52px;
    background-image:url(../img/main_bottan.gif);
}
a:hover.info{
    background-position:-279px -56px;
}
a.infoOn{
    background-position:-279px -56px;
    display:block;
    width:120px;
    height:52px;
    background-image:url(../img/main_bottan.gif);
}
a.blog{
    background-position:-398px 0px;
    display:block;
    width:132px;
    height:52px;
    background-image:url(../img/main_bottan.gif);
}
a:hover.blog{
    background-position:-398px -56px;
}	
a.blogOn{
    background-position:-398px -56px;
    display:block;
    width:132px;
    height:52px;
    background-image:url(../img/main_bottan.gif);
}
a.form{
    background-position:-529px 0px;
    display:block;
    width:150px;
    height:52px;
    background-image:url(../img/main_bottan.gif);
}
a:hover.form{
    background-position:-529px -56px;
}	
a.formOn{
    background-position:-529px -56px;
    display:block;
    width:150px;
    height:52px;
    background-image:url(../img/main_bottan.gif);
}
a.contact{
    background-position:-678px 0px;
    display:block;
    width:122px;
    height:52px;
    background-image:url(../img/main_bottan.gif);
}
a:hover.contact{
    background-position:-678px -56px;
}	
a.contactOn{
    background-position:-678px -56px;
    display:block;
    width:122px;
    height:52px;
    background-image:url(../img/main_bottan.gif);
}	
