@charset "Shift_JIS";


html {
	height:100%;
}

body {
	text-align:center;
	height:100%;
	background-color:#ffffff;
}

/*ヘッダー*/

#header {
    width:936px;
	margin:0 auto 0;
	height: 125px;
	background-color: #FFFFFF;
	background-image: url(../images/hd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:left;
	position:relative;
}

#header h1 {
	padding:43px 0px 0px 18px;
}

#header h2 {
    padding:5px 0px 0px 18px;
}

/*ヘッダー内バナー*/

#bnhd {
    position:absolute;
    top:37px ;
	right:18px;
	width:468px;
	height:60px;
}

/*ヘッダー下ナビゲーション*/

#headmenu {
	width: 902px;
	height: 42px;
	background-color:#ffffff;
	clear:both;
	margin:0 0 0 16px;
	padding:3px 0 0 0;
	background-image: url(../images/nav_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;      
}

#headmenu ul {
	list-style: none;
	margin: 0 0 0 4px;
	padding: 0;
	height: 36px;
	overflow: hidden;/*はみ出した内容を隠すように指定*/
}

#headmenu li {
	float: left;
	width: 179px;
	margin: 0;
	padding: 0;
}

#headmenu a {
	display: block; 
	width: 100%; 
	padding: 10px 0 8px 0;
	color: #666666;
	font-weight:bold;
	background-color: #ffffff;
	background-image: url(../images/nav_bg.jpg);
	background-position: left top;
	text-decoration: none;
	text-align: center;
}

#headmenu .menuon a {
	display: block; 
	width: 100%; 
	padding: 10px 0 8px 0;
	color: #444444;
	font-weight:bold;
	background-color: #ffffff;
	background-image: url(../images/nav_bg.jpg);
	background-position: right top;
	text-decoration: none;
	text-align: center;
}

#headmenu a:hover {
	color: #444444;
	font-weight:bold;
	background-position: right top;
}

/*コンテンツ・記事等を囲む枠共通*/

.sectionin {
	margin:0 0 20px 0;
	padding:5px 0 0 0;
}

.section {
	margin:0 0 20px 0;
	padding:0;
}

.bottombox {
	margin:10px 10px 5px 10px;
	padding:0 10px;
	background: #ffffff;
	border: 1px solid #bfbfbf;
}

#main .bottombox p {
	margin:10px 0;
}

/*メインエリア見出しスタイル共通*/

/*ブログ記事リスト・ブログ記事タイトル*/

.title {
	color: #ffffff;
	margin: 0;
	padding:0 0 0 25px;
	line-height:35px;
	background-image: url(../images/title_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
}

.title01 {
	background-color:#ededed;
	padding:3px 7px;
	border-left: 7px solid #f15a24;
	margin:25px 0;
}

.titlesub {
	color: #444444;
	margin: 0;
	padding:0 0 0 15px;
	line-height:70px;/*ここで高さ調節可能*/
	background-image: url(../images/title_main_sub.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
}

/* 段落共通 */

.section p {
	margin:10px 10px 10px 15px;
}

/* エントリーページ上部画像に使用 */

p.imginfo {
	text-align:center;
	margin:20px 0;
	padding:0;
}

p.stylenone {
    margin:0;
    padding:0;
}

/* olタグを使用した時の設定 */

ol {
margin:6px 0px 6px 10px; 
line-height:150%;
}

ol li {
list-style:decimal; 
margin:5px 0px 15px 24px;
list-style-position: outside;
}

/* コンテンツ用 ulタグ */

ul.list {
	padding:0;
	margin: 10px 0 0 0; 
}
ul.list li{
	padding:0px 0px 3px 27px;
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/icon02.gif);
	background-repeat: no-repeat;
	background-position: 1.2em 0.5em;
}

ul.list01 {
	padding:0;
	margin: 10px 0 0 0; 
}
ul.list01 li{
	padding:0px 0px 3px 30px;
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/icon03.gif);
	background-repeat: no-repeat;
	background-position: 1em 0.3em;
}

/*パンくず*/
.bread {
	margin: 0;
	padding: 10px 0 5px 25px;
}

/* 画像のレイアウト */

.imgleft {
	float: left;
	margin-right: 10px;
	vertical-align:top;
}

.imgborder {
	margin:0;
	border:1px solid #cbcbcb;
	padding:3px;
}

.iconac {
    padding:0;
	vertical-align:text-bottom;
	}
	
/* hr */

hr {
    display:none;
	}

div.line {
	height:10px;
	margin-bottom:0px;
	clear:both;
}

div.line2px {
	height:10px;
	margin-bottom:0px;
	clear:both;
	background-image: url(../images/line2px.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

/*トップページ*/

/*トップページ上部728-90 バナーエリア*/

.bntop {
    margin:0 8px 0 8px;
    padding:15px 0 15px 0;
	text-align:center;
	background-color:#f8f6f6;
}

/*トップページタイトル画像エリア*/

#topimage {
	margin:0 8px 20px 0;
	padding:0;
	background-image: url(../images/top_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
	width:660px;
	height:172px;
}

#topimagetext {
    position:absolute;
	top:75px;
	left:10px;
	width:500px;
	height:60px;
	}
	
#topimagetext p{
     margin:5px 0 5px 0;
	 padding:0;
	 }

/*トップページ上部 検索エリア*/

.mainserch {
	width: 658px;
	background-color: #ffffff;
	border-left: 1px solid #2c9e1d;
	border-right: 1px solid #2c9e1d;
	border-bottom: 1px solid #2c9e1d;
	margin:0 0 20px 0;
	padding:5px 0 5px 0;
}

.mainserch p{
     margin:5px 10px 5px 10px;
	 padding:0;
	 }

/*トップページカテゴリーリストエリア*/

.catenav {
    padding:10px 0 20px 10px;
}

.catenav h4 {
	background: url(../images/dir.gif) no-repeat top left;
	margin:0;
	border:0;
	padding: 5px 0 5px 20px;
	font-weight:bold;
}

.catenav ul{
	padding: 0;
	margin: 0 0 10px 0;
}

.catenav li{
	padding:0px 4px;
	display:inline;
}

p.more {
    	margin:0 0 10px 0;
        padding:0 15px 0 0;
		text-align:right;
}

/*ヨミサーチページ*/

/*ヨミサーチカテゴリーリスト*/

ul.catelist {
   list-style : none;
 padding:15px 0 15px 10px;
 margin:0;
  width:660px;
}

ul.catelist li{
   display:inline;
 float:left;
 padding:0 3px 0 0;
 width:123px;
}

.log {
   margin:10px 0 0 0;
   padding:10px 0 0 10px;
   clear:both;
   background: #f5f5f5;
   border-bottom: 1px dotted #bfbfbf;
}

.logtitle {
	font-weight:bold;
	margin:0 0 5px 0;
	}

.log ul {
   list-style : none;
 padding:0;
 margin:0;
}

.log ul li{
 padding:0 0 5px 0;
}

.day {
	margin:0;
	padding:0;
	text-align:right;
	font-size:90%;/*11px*/
}

/*エントリーページデータ*/

.table1 {
	border-collapse: collapse;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	width:96%;
	margin: 15px 10px 15px 15px;
	padding: 0;
	}

.celb20 {
	width:20%;
	padding: 5px;
	color: #666666;
	background-color: #e8f6e7;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
	text-align:center;
	}

.celb25 {
	width:25%;
	padding: 5px;
	color: #666666;
	background-color: #e8f6e7;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
	text-align:right;
	}

.celb40 {
	width:40%;
	padding: 5px;
	color: #666666;
	background-color: #e8f6e7;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
	text-align:center;
	}

.celb45 {
	width:45%;
	padding: 5px;
	color: #666666;
	background-color: #e8f6e7;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
	text-align:right;
	}

.celb47 {
	width:47%;
	padding: 5px;
	color: #666666;
	background-color: #e8f6e7;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
	text-align:center;
	}

.celb55 {
	width:55%;
	padding: 5px;
	color: #666666;
	background-color: #e8f6e7;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
	text-align:center;
	}

.cell71 {
	width:71%;
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	}

.cell47 {
	width:47%;
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	}

.cell40 {
	width:40%;
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	}

.cell20 {
	width:20%;
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	}

.cell25 {
	width:25%;
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	}

.cell55 {
	width:55%;
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	}





/*お問い合わせフォーム*/

.table2 {
	border-collapse: collapse;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	width:100%;
	margin: 0 0 10px 0;
	padding: 0;
	}

.sb30 {
	width:30%;
	padding: 5px;
	color: #666666;
	background-color: #ededed;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
	text-align:right;
	}

.s70 {
	width:70%;
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	}

.sb100 {
	width:100%;
	padding: 10px;
	text-align:center;
	background-color: #ededed;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	}


/*よくある質問*/

.table3 {
	border-collapse: collapse;
	width:100%;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px dotted #bfbfbf;
	}
.s10 {
	width:10%;
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align:top;
	text-align:center;
	}
.s90 {
	width:90%;
	padding: 5px;
	background-color: #FFFFFF;
	}
	
.sb90 {
	width:90%;
	padding: 5px;
	font-weight: bold;
	background-color: #FFFFFF;
	}

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

ul.home {
    list-style: none;
    margin-left:30px;
}
ul.home li {
    line-height:18px;
}
ul.tree {
    margin: 0 0 0 35px!important;
    padding: 0!important;
    list-style: none!important;
}
ul.tree ul {
    margin: 0 0 0 1em!important;
    padding: 0!important;
}
ul.tree li {
    margin: 0!important;
    padding: 0 0 0 15px!important;
    background-image: url(../images/tree_lst.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.tree_end {
    background-image: url(../images/tree_end.gif);
    list-style: none;
}

/*サイドバーのスタイル*/

.sidetitle01 {
	margin: 0;
	padding:0 0 0 15px;
	background-image: url(../images/title_side.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height:32px;
	color:#ffffff;
}

#searcharea{
	    background-color: #ffffff;
	border-left: 1px solid #f7864a;
	border-right: 1px solid #f7864a;
	border-bottom: 1px solid #f7864a;
	margin:0 0 20px 0;
	padding:10px 0 10px 10px;
}

#loginarea{
	    background-color: #ffffff;
	border-left: 1px solid #f7864a;
	border-right: 1px solid #f7864a;
	border-bottom: 1px solid #f7864a;
	margin:0 0 20px 0;
	padding:10px 0 10px 10px;
}

.sidebox {
    background-color: #ffffff;
	border-left: 1px solid #f7864a;
	border-right: 1px solid #f7864a;
	border-bottom: 1px solid #f7864a;
	margin:0 0 20px 0;
	padding:10px 0 0 0;
	}
	
.sidebox p.imgside {
   text-align:center;
   	margin:0;
	padding:0 0 10px 0;
}

.sidebox p {
   padding:0 5px 0 5px;
}

ul.sidelist {
         padding : 0 0 5px 10px; 
         margin : 0;
}
ul.sidelist li {
	margin : 0;
	padding : 0 0 5px 15px;
	list-style : none;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.3em;
}

/*for ie6 */
* html ul.sidelist li {
	margin : 0;
	padding : 0 0 5px 18px;
	list-style : none;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.4em;
}

/*for ie7 */
*:first-child+html ul.sidelist li {
	margin : 0;
	padding : 0 0 5px 18px;
	list-style : none;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.4em;
}

/* PageTopへのリンクテキスト */

#pagetop {
	margin:0 0 0 0;
	padding:0 25px 0 0;
	height:35px;
	text-align:right;
	clear:both;
}
 
#pagetop p{
	margin:0;
	padding:0;
}

/*フッターのスタイル*/

#footer {
    width: 936px;
	height:290px;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: -290px; /* negative value of footer height */
	position: relative;
	padding:0 0 0 0;
	margin:0 auto;
	text-align:left;
}

#copyright {
    position:absolute;
	width:600px;
	top:265px;
	left:230px;
	padding:0;
	margin:0;
	color: #666666;
	line-height:16px;
}

 /*for ie6 */
/** html #copyright {
    position:absolute;
	width:600px;
	top:255px;
	left:230px;
	padding:0;
	margin:0;
	color: #666666;
	line-height:16px;
}
*/
#copyright a {
	color: #666666;
	text-decoration:none;
}

.foottitle {
     color: #666666;
	 font-weight:bold;
	 border-bottom:1px solid #666666;
	 width:800px;
	 margin:0 0 0 30px;
	 padding:10px 0 0 0;
	 }
	 
#footer p#footadd {
    margin: 0;
	padding:10px 0 0 30px;
}

#footer p#footinfo {
    margin: 0;
	padding:10px 0 10px 30px;
}
	 
#footmenu {
	height:35px;
	margin: 0 0 0 0;
	padding:10px 0 0 0;
	}

#footmenu ul {
	padding:0 5px 5px 0;
	margin : 0 0 0 30px;
}

#footmenu ul li {
    float:left;
	display:inline;
	padding: 0 0 0 8px;
	margin : 0 0 4px 9px;
	border-left:1px solid #666666;
	list-style : none;
	white-space:nowrap;/*forie6*/
}

#footmenu li.line {
	padding-left:0;
	margin-left: 0;
	border-left:none;
}

#footmenu ul li a {
    color:#666666;
	text-decoration:none;
}

#footmenu ul li a:hover{
    color:#666666;
	text-decoration:underline;
}

/*レイアウト*/

body > #container {height: auto; min-height: 100%;}

#container {
height:100%;
	width: 936px;
	margin: 5px auto 0;
	text-align:left;
	clear:both;
		background-image: url(../images/cont_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/*トップページ用*/

#contents {
     margin: 0;
	 padding: 10px 18px 290px 18px;
}

#main {
     float: left;
     width: 660px;
}

#right {
     float: right;
     width: 230px;
	 margin: 0;
}

#rightin {
    margin: 0;
	padding:0;
}