/******** 目次 ********

1.ベースの設定

2.ベースのリンク

3.全体を囲むコンテナ

4.ヘッダー関係

5.メインコンテナ

6.右関係共通

7.フッター関係

8.その他（メインフォーム、アクセス用、共通設定）

 *********************/
 
 
 
 
 

/***** 1.ベースの設定 *****/

body{
    margin:0px;
    padding:0px;
	text-align:center;
	background-color:#f4f1ee;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


h1{
	margin:0px;
    padding:0px;
}
	
	

h2{
	font-size:14px;
	padding:2px 10px;
	margin:15px 0px 5px 0px;
	border-width:0px 0px 1px 5px;
	border-style:solid;
	border-color:#996600;
	text-align:left;
	color:#663300;
}


h3{
	padding:0px;
	margin:10px 10px;
	text-align:left;
	font-size:14px;
	color:#663300;
}
#catrgory_name {
	line-height: 1.8em;
	color: #FFFFFF;
	display: block;
	background-color: #FCA20C;
	padding-left: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.05em;
	margin-top: 10px;
	}

#catrgory_sname {
	font-size:14px;
	padding:2px 10px;
	margin:15px 0px 5px 0px;
	border-width:0px 0px 1px 5px;
	border-style:solid;
	border-color:#996600;
	text-align:left;
	color:#663300;
}

h4{ margin:0px 0px 8px 0px;
    padding:4px 7px 4px 7px;
	font-size:15px;
	background-color:#E3C9AE;
	border-bottom:1px solid #663300;
	color:#330000;
    
}


h4 a{
    color:#663300;
    font-style:normal;
    text-decoration:none;
}


h4 a:visited {
    color:#663300;
    text-decoration:none;
}



h5{
    margin:0px;
    padding:0px;
	font-size:13px;
}






/***** 2.ベースリンク *****/

a{
    color: #000000;
    font-style:normal;
    text-decoration:underline;
	outline:none;
}

a:link {
    color:#000000;
    font-style:normal;
    text-decoration:underline;
}
a:visited {
    color: #333333;
    text-decoration:underline;
}

a:hover {
    color:#FF6600;
    font-style:normal;
    text-decoration:none;
}
a:active {
    text-decoration:none;
}




/***** 3.全体を囲むコンテナ *****/

#container{
	width:780px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../backbace.gif);
	background-repeat:repeat-y;
}





/****** 4.ヘッダー関係 ******/


/*ヘッダー関係*/

#header{
	width:760px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../header.jpg);
}




/*ヘッダーナビゲーション */

#headnav{
	margin-left:10px;
	margin-right:auto;
	margin-bottom:10px;
	padding:0px 8px;
	width:745px;
	height:24px;
	font-size:12px;
	font-weight:bold;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-image: url(../headnavi.gif);
	background-repeat:no-repeat;
	
}


#headnav ul{
	margin:0px;
	padding:0px;
	list-style:none;

}


#headnav li{
	padding:6px 3px 0px 0px;
	list-style:none;
	float:left;
}


#headnav li a{
    color: #333333;
    font-style:normal;
    text-decoration:underline;
}

#headnav a:link {
    color:#333333;
    font-style:normal;
    text-decoration:none;
}

#headnav a:visited {
    color:#333333;
    text-decoration:none;
}

#headnav a:hover {
    color:#FFCC00;
    font-style:normal;
    text-decoration:underline;
}

#headnav a:active {
    text-decoration:none;
}




/****** 5.メインコンテナ******/


#main{

	width:760px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:10px;
}







/******* 6.右関係共通 *******/


/* パンくずリスト */



.mainnav{
	text-align:left;
	font-size:0.8em;
	margin:15px 20px;
	
}


/* 右ベース */


#right{
	margin-bottom:10px;
	text-align:left;
	width:652px;
	height: auto;
	
}

#rightsiryou{
	margin: 10px 20px 10px 20px;
	text-align:left;
	width:730px;
	height: auto;
	
}



.rtext{
	margin:10px 20px 0px 15px;
	font-size:15px;
}

.rtext p{
	margin-left:10px;
	font-size:15px;
}


.rtext ul{
	font-size:15px;
}

.rtext ol{
	font-size:15px;
	margin-bottom:30px;
}

.rtext li{
	font-size:15px;
	margin:0px 0px 5px 0px;
}


.rtext ol li{
	font-size:15px;
	margin:0px 0px 20px 0px;
}


.category-caption{
	font-size:smaller;
	color:#333333;
	margin-left: 10px;
	background-color: #ECE9D8;
	padding: 10px 10px 10px 10px;
}

.kanren{
    margin-left:10px;
	margin-top:10px;
	padding: 10px 0px 10px 0px;
	}
.kanren-inleft{
    width:280px;
	height:auto;
	float:left;
	}
.kanren-inright{
    width:240px;
	float:right;
	}

.kadomaru{
width:240px;
    margin-left:10px;
	margin-top:20px;
	padding: 10px 10px 10px 10px;
	}

.roundcorner_box{
display:block;
}
.roundcorner_box *{
	display:block;
	height:1px;
	overflow:hidden;

background: ;
	background-color: #bfeefb;
}
.roundcorner_box1{
border-right:1px solid #bfeefb;
padding-right:1px;
margin-right:3px;
border-left:1px solid #bfeefb;
padding-left:1px;
margin-left:3px;
background:#bfeefb;
}
.roundcorner_box2{
border-right:1px solid #bfeefb;
border-left:1px solid #bfeefb;
padding:0px 1px;
background:#bfeefb;
margin:0px 1px;
}
.roundcorner_box3{
border-right:1px solid #bfeefb;
border-left:1px solid #bfeefb;
margin:0px 1px;
}
.roundcorner_box4{
border-right:1px solid #bfeefb;
border-left:1px solid #bfeefb;
}
.roundcorner_box5{
border-right:1px solid #bfeefb;
border-left:1px solid #bfeefb;
}
.roundcorner_box_content{
	padding:0px 10px 10px 10px;
	background:#bfeefb;
	height: auto;
} 


.kanren2{
    width:600px;
	height:28px;
    margin:10px 0 10px 10px;
	padding:10px 10px 10px 10px;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	font-size:small;
}
.kanren2-inleft1{
    width:180px;
	height:28px;
	float:left;
}
.kanren2-inleft2{
    width:205px;
	height:28px;
	float:left;
}


/****　7.フッター関係****/


/*フッターナビゲーション*/


#footnav{
	width:730px;
	height:10px;
	padding:3px 10px 15px 20px;
	font-size:12px;
	background-color:#ffffff;
	color:#663300;
	clear:both;
	border-color:#663300;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	margin-left:10px;
	margin-right:auto;
	text-align:center;
}



#footnav ul{
	margin:0px;
	padding:0px;
	list-style:none;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#footnav li{
	padding:6px 6px 0px 0px;
	margin:0px 0px;
	list-style:none;
	float:left;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


#footnav a{
    color:#663300;
    font-style:normal;
    text-decoration:none;
}

#footnav a:link {
    color:#000000;
    font-style:normal;
    text-decoration:none;
}

#footnav a:visited {
    color:#663300;
    text-decoration:none;
}

#footnav a:hover {
    color:#339900;
    font-style:normal;
    text-decoration:underline;
}

#footnav a:active {
    text-decoration:none;
}


/*フッター画像*/


#footer{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	font-size:12px;
	width:760px;
	height:15px;
	margin-left:10px;
	margin-right:auto;
	text-align:center;
	padding-top:5px;
	border-color:#663300;
	clear:both;
	color:#ffffff;
	background-color:#D5181E;
}





/****　8.その他****/


/*フォーム用関係*/


.form{
	width:500px;
	height:auto;
	text-align:left;
	background:#ffffff;
	border:3px double #b29e93;
	padding:20px;
	margin-top:30px;
	font-size:small;
}
	
.formtitle{
   	text-align:center;
	font-size:16px;
	font-weight:bold;
	background-color:#F4F1EE;
	border:1px 0px 1px 0px;
	padding:6px 0px 6px 0px;
	border-color:#b29e93;
}
	


.order{
	text-align:right;
}



dl{
	text-align:left;
	padding:0px;
}


dt{


}


dd{
	margin:-15px 0px 0px 120px;
	padding:0px;
}




fieldset{
	padding:10px;
	color:#666600;
	font-size:medium;
}



textarea:foucus {
	background-color:#FFFFCC;

}


/*google adsense480*60*/

.adsense1{
	width:auto;
	height:auto;
	float:left;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
   }

	
/*回り込み解除用*/

	
.clear{
	clear:both;
	

}


.category_m {
	margin:0;
	font-size:1.05em;
	text-align:left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
	letter-spacing: 0.05em;
}
