@charset "utf-8";
/* CSS Document */

/*　　基本設定　　*/
body {
	font-family: Meiryo, "メイリオ", "Lucida Grande", Verdana, "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-image: url(img/back-line.gif);
	background-position: center top;

}

.clear {
	clear: both;
}

h1 {
	color: #003300;
	font-size: 16px;
	background-image: url(images/h1_02_02.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 40px;
	height: 30px;
}
img  {
	border: 0;
}

/*　リンク設定　*/
a:link {
	color: #004080;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #663366;
	text-decoration: none;
}

/*　　全体枠　　*/
#container {
	height: 1100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	
}

/*　　全体枠　　*/
#container_sab {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	
}


/*　ヘッダー　*/

#header_line {
	height: 15px;
	margin: 0;
	background-color: #00CC66;
}


#header {
	padding-top: 20px;
}

#header_banner {
	clear: both;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/*　　ページ設定　　　*/



.pageblock {
	margin: 0;
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 90%;
	color: #333;
	line-height: 1.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
}

.pageblock_left,
.pageblock_centre,
.pageblock_right {
	float: left;
	width: 260px;
	margin: 0;
	background-color: #999999;
	color: #FFFFFF;
}

.pageblock_left,
.pageblock_centre{
	margin-right: 10px;
}

/*　トップページ設定　*/


#description h1 {
	color: #045230;
	font-weight: normal;
	font-size: 14px;
	background-position: right;
	text-align: left;
	display: inline;
	background-image: none;
}



/*　パンくずリスト　*/
#navi-list {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: thin dotted #006600;
}




/*　タググラウド　*/
#tag {
	padding-top: 10px;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#tag img {
	position: relative;
	top: 4px;
}
#tag span {
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


/*　　ページ設定　　　*/
#page {
	float: left;
	height: auto;
	width: 495px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 15px;
}

/*　　サイドバー　　*/
#page-sideber {
	margin: 0px;
	height: auto;
	width: 255px;
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#page-sideber h2 {
	padding: 0px;
	height: 35px;
	width: 255px;
	margin: 0px;
	font-size: 12px;
}




/*　　フッター　　*/
#footer {
	clear: both;
	background-color: #66CC33;
	height: 50px;
	color: #FFFFFF;
}
