@charset "utf-8";

/*===================================================================
[00]基本設定
[01]リンクに関する指定
[02]レイアウトに関する指定
[03]ヘッダー内の各部分指定
[04]グローバルナビの指定
[05]パス部分指定
[06]コンテンツ内の各部分指定
[07]サイドバー内の各部分指定
[08]フッター内の各部分指定
[09]その他諸指定
===================================================================*/

/*===================================================================
[00]共通基本設定
===================================================================*/

* {padding: 0;margin: 0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
:focus {outline: 0;}
* {zoom: 1;}
body{background:#FFFFFF;}

	
ol, ul { list-style: none;}
hr { display: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",Arial,Helvetica, sans-serif;
	line-height: 1;
	font-size: 12px;
	color:#333333;
	background:#FFFFFF;
}
body{behavior:url("http://sympress.jp/common/htc/csshover.htc");}/* IE6 対策 */

/*class指定*/
.clear {clear: both; float: none;}
.hiden {display: none;}
.out {position: absolute;left: -999999px;top: -999999px;}
.left{float:left;}
.right{float:right;}

/*===================================================================
[01]リンクに関する指定
===================================================================*/

a {
/*	color:#06C;*/
	color:#31569B;
/*	text-decoration: underline;*/
	text-decoration: none;
}

a:hover {
	color:#CC3333;
/*	text-decoration: none;*/
	text-decoration: underline;
}

/*
===================================================================
[02]レイアウトに関する基本指定
===================================================================
/*
----------------------
構造図
----------------------
#wrapper
	└#header
		└#logo
			└h1
		└#hnavi
	└#gnavi
	└#path
	└#container
		└#contents
		└#sidebar
	└#footer
		└#fnavi
----------------------*/

#wrapper{
	width:900px;
	margin:0 auto;
	text-align:center;
	background:#ffffff;
}

/*===================================================================
[03]ヘッダー内の各部分指定
===================================================================*/
#header{
	height:83px;
	background:url(../img/bg_header.gif) no-repeat 0 0;
	}

/*
.web{background:url(../img/bg_header.gif) no-repeat 0 0;}
.human{background:url(../img/bg_header-human.jpg) no-repeat 0 0;}
.nature{background:url(../img/bg_header-nature.jpg) no-repeat 0 0;}
.local{background:url(../img/bg_header-local.jpg) no-repeat 0 0;}
*/

/*logo*/
#header #logo{
	width:230px;
	height:83px;
	float:left;
	text-align:left;
	text-indent:-999999px;
	margin:0;
}
#header #logo h1 a{
	display:block;
/*	background:url(../img/logo.gif) 0 0 no-repeat;*/
	width:230px;
	height:83px;
}

/*hnavi*/
#header #hnavi{
/*	min-width:260px;*/
	float:right;
	margin:5px 0 0;
/*	padding:7px 5px 10px;*/
	}

#header #hnavi{
	/width:280px;
}
#header #hnavi ul{
/*	margin-left:100px;*/
}
#header #hnavi li{
	font-size:10px;
	float:right;
}

#header #hnavi li a{
	border-left:1px solid #FFFFFF;
	padding:0 15px;
	color:#000000;
	text-decoration:none;
	background:url(../img/arrow-02.gif) 0 0 no-repeat;
	padding-left:12px;
}
#header #hnavi li a:hover{
	text-decoration:underline;
}
#header #hnavi li.first a{
	border:none;
}
/*===================================================================
[04]グローバルナビの指定
===================================================================*/
#gnavi{height:35px;width:900px;}
#gnavi li{
	float:left;
}
#gnavi li{
	text-indent:-999999px;
}
#gnavi li a{
	background: url(../img/gnavi2.gif) 0 0 no-repeat;
	display:block;
	height:35px;
}

#gnavi li#gnavi-01 a{width:128px;}
#gnavi li#gnavi-02 a{width:128px;}
#gnavi li#gnavi-03 a{width:128px;}
#gnavi li#gnavi-04 a{width:128px;}
#gnavi li#gnavi-05 a{width:129px;}
#gnavi li#gnavi-06 a{width:129px;}
#gnavi li#gnavi-07 a{width:129px;}

#gnavi li#gnavi-01 a{background-position:0 0;}
#gnavi li#gnavi-02 a{background-position:-128px 0;}
#gnavi li#gnavi-03 a{background-position:-256px 0;}
#gnavi li#gnavi-04 a{background-position:-384px 0;}
#gnavi li#gnavi-05 a{background-position:-512px 0;}
#gnavi li#gnavi-06 a{background-position:-641px 0;}
#gnavi li#gnavi-07 a{background-position:-770px 0;}

#gnavi li#gnavi-01 a:hover,#gnavi li#gnavi-01 a.active{background-position:0 -35px;}
#gnavi li#gnavi-02 a:hover,#gnavi li#gnavi-02 a.active{background-position:-128px -35px;}
#gnavi li#gnavi-03 a:hover,#gnavi li#gnavi-03 a.active{background-position:-256px -35px;}
#gnavi li#gnavi-04 a:hover,#gnavi li#gnavi-04 a.active{background-position:-384px -35px;}
#gnavi li#gnavi-05 a:hover,#gnavi li#gnavi-05 a.active{background-position:-512px -35px;}
#gnavi li#gnavi-06 a:hover,#gnavi li#gnavi-06 a.active{background-position:-641px -35px;}
#gnavi li#gnavi-07 a:hover,#gnavi li#gnavi-07 a.active{background-position:-770px -35px;}

/*===================================================================
[05]パス部分指定
===================================================================*/
#path{
	width:900px;
	background:url(../img/bg_path.gif) repeat-x;
	height:30px;
}
#path ul li{
	float:left;
	padding:5px;
}

/*===================================================================
[06]コンテンツ内の各部分指定
===================================================================*/
/*container*/
#container{
/*	background:url(../img/bg_contents.gif) no-repeat right 0;*/
	margin-bottom:20px;
	text-align:left;
	line-height:1.4;
}
#container:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	clear:both;
}

/*contents*/
#contents{
	width:630px;
	float:right;
	min-height:400px;
}

/*visual*/
body.local #contents #visual,
body.human #contents #visual,
body.nature #contents #visual,
body.web #contents #visual{
	height:80px;
	margin-bottom:15px;
}
body.local #contents #visual{background:url(../img/visual_local.jpg) no-repeat 0 0;}
body.human #contents #visual{background:url(../img/visual_human.jpg) no-repeat 0 0;}
body.nature #contents #visual{background:url(../img/visual_nature.jpg) no-repeat 0 0;}
body.web #contents #visual{background:url(../img/visual_web.jpg) no-repeat 0 0;}

body.local #contents #visual p,
body.human #contents #visual p,
body.nature #contents #visual p,
body.web #contents #visual p{
	text-indent:-999999px;
}

/*ウェブページh3設定*/
#contents .box1 h3{
	background:#f0f0f0 url(../img/bg_h3.gif) repeat-x 0 100%;
/*	width:560px;*/
/*	width:630px;*/
	min-height:20px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	clear:both;
	padding:10px;
}
/**/

#contents .box1 h2{
	background:url(../img/bg_h2.gif) repeat-x 0 100%;
/*	width:560px;*/
/*	width:630px;*/
	min-height:40px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
	padding:10px;
	line-height:1.1;
}

#contents .box1 .bg_h3{
	background:#f0f0f0 url(../img/bg_h3.gif) repeat-x 0 100%;
/*	width:580px;*/
	width:630px;
	min-height:20px;
	margin-bottom:10px;
	clear:both;
}
#contents .box1 .bg_h3:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	clear:both;
}
#contents .box1 .bg_h3 h3{
	background:none;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	width:550px;
	float:left;
}

#contents .box1 .bg_h3 .topsy_widget_data{
	float:right;
	padding:5px;
}
#contents .box1 .entry-content{
	clear:both;
	margin-bottom:20px;
}
#contents .box1 h4{
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

*html #contents .box1 h2{
		padding-bottom:20px;
}
#contents .box1{
/*	width:580px;*/
	width:630px;
	font-size:14px;
	line-height:1.6;
	margin-bottom:20px;
}
#contents .box1 p{
	margin-bottom:10px;
}
#contents .box1 p.txt01{
	font-weight:bold;
}
#contents .box1 p img{
	border:1px solid #999999;
}
#contents .box1 p img.left{
	margin-right:30px;
	margin-bottom:20px;
}
#contents .box1 p img.right{
	margin-left:30px;
	margin-bottom:20px;
}
#contents .box2{
	width:630px;
}
#contents .box2 .link{
	margin-top:5px;
}
#contents .line_001{
	background:url(../img/border_dot.gif) repeat-x 0 50%;
	height:1px;
	padding:10px 0;
}
#contents .line_001 hr{
	width:580px;
}

/*各ブログページ記事一覧*/
#contents #archives-full{
	clear:both;
	margin-bottom:10px;

	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
/*	padding-right:10px;*/
}
#contents #archives-full ul{
	list-style:none;
	width:550px;
	float:left;
}
#contents #archives-full .topsy_widget_data{
/*	text-aling:right;*/
	float:right;
}

#contents #archives-full:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	clear:both;
}

/*各ウェブ・ブログページのフッタ*/
#contents #con_footer{
/*	width:560px;*/
	padding:10px;
	margin-top:30px;
	text-align:center;
	background:#eeeeee;
	color:#000000;
	font-size:12px;
}
#contents #con_footer a{
	text-decoration:none;
	color:#000000;
	padding-left:17px;
	background:url(../img/arrow-02.gif) 0 0 no-repeat;
	margin-right:10px;
}
#contents #con_footer a:hover{
	text-decoration:underline;
}

/*===================================================================
[07]サイドバー内の各部分指定
===================================================================*/
#sidebar{width:250px;float:left;}
#sidebar{
	padding:0;
}

#sidebar .banner li{
	margin-bottom:3px;
}
#sidebar .navi{
	margin-bottom:10px;
}
#sidebar .navi li.title{
	height:25px;
	width:220px;
	background:#000000;
	color:#FFF;
	font-weight:bold;
	padding:8px 15px 0px;
/*	border-bottom:#999 solid 2px;*/
}

#sidebar .navi li a span{
	background:url(../img/arrow-02.gif) no-repeat 15px 12px;
	display:block;
	padding:10px 10px 10px 40px;
	width:200px;
}
#sidebar .navi li a{
	display:block;
	background:url(../img/bg_sidelist_off.gif) no-repeat 0 100%;
	cursor:hand;
	color:#333333;
	text-decoration:none;
}
#sidebar .navi li a:hover{
	background:url(../img/bg_sidelist_on.gif) no-repeat 0 100%;
}

#sidebar .navi p.btm{
	height:15px;
	width:250px;
	background:url(../img/bg_sidebtm.gif) no-repeat;
	margin-bottom:10px;
}

#sidebar .navi li.msg{
	/width:230px;
	/padding:10px;
	/background:#000;
	/color:#FFFFFF;
}
html>/**/body #sidebar .navi li.msg{
	width:230px;
	padding:10px;
	background:#000;
	color:#FFFFFF;
}

#sidebar ul.keyword li.keyword_list a{
	display:inline;
/*	background:#000000 url(../img/bg_sidelist_off.gif) no-repeat 0 100%;*/
	background:none;
	cursor:hand;
	color:#ffffff;
	text-decoration:underline;
	margin-right:5px;
}
#sidebar ul.keyword li.keyword_list a:hover{
	text-decoration:none;
}

#sidebar .btm{
	background:#000 url(../img/bg_sidebtm.gif) no-repeat 0 100%;
	height:10px;
	margin-bottom:10px;
}
/*===================================================================
[08]フッター内の各部分指定
===================================================================*/
#footer{
/*	min-height:80px;*/
/*	background:#525252 url(../img/bg_footer.jpg) repeat-x 0 0;*/
	color:#333333;
	margin:0;
	border-top:1px solid #cccccc;
	border-bottom:10px solid #000000;
}
#footer a{
	color:#333333;
}
#footer:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	clear:both;
}
#footer address{
	font-style:normal;
	clear:both;
	padding:10px 0;
}
#footer #fnavi{
	padding:15px 0 10px;
/*	width:300px;*/
	margin-left:auto;
	margin-right:auto;
}
#footer #fnavi p{
	font-size:12px;
}
/*===================================================================
[09]その他諸指定
===================================================================*/
.clearfix:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	clear:both;
}


