@charset "utf-8";
/* CSS Document */

/* 背景色はここ */
body {
	background-color: #E7FFB5;
	text-align: center;
}

/* 何か背景イメージを追加するならここ。コメントアウトを外して使ってください。
#bgimg{
	background-image: url(img/bg.gif);
}
*/

#wrapper {
	width:900px;
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
}


/*-----------------------------------------------------
Header
-------------------------------------------------------*/

/* ヘッダの画像指定はここ */
#header {
	width:900px;
	height:150px;
	background-image:url(img/title.jpg);
	background-color:#ffffff;
	background-position:0 0;
	background-repeat:no-repeat;
}
#header h1 {
	margin: 0px;
	padding:0px;
	text-indent: -1000em;
}
h1 a{
	display: block;
	margin: 0px;
	padding:0px;
	width: 900px;
	height: 150px;
	text-decoration: none;
}

/*-----------------------------------------------------
コンテンツBG
-------------------------------------------------------*/
#contbox{
	background-image: url(img/cont_bg.gif);}

/*-----------------------------------------------------
カテゴリメニュー
-------------------------------------------------------*/
#catbox{
	background-color: #BAF398;
}

.btn_ctr img{ margin-left:5px;}

/*-----------------------------------------------------
検索
-------------------------------------------------------*/
#search{
	background-color: #F0F0F0;
	font-size: 0.9em;
	color: #006666;
}
/*-----------------------------------------------------
カテゴリタイトル
-------------------------------------------------------*/
#h4box{
	background-color: #99CC00;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #006633;
	padding: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFCC33;
}
/*-----------------------------------------------------
コンテンツリスト
-------------------------------------------------------*/
.contlist{
	background-color: #F0F0F0;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.contlist .date{
	background-color: #E3E3E3;
	font-size: 0.8em;
	color: #333333;
}

.contlist a{
	text-decoration: none;
	font-size: 0.8em;
}

.contlist a:link,a:visited {
	color: #006699;
}

.contlist a:hover {
	color: #FF9900;
	text-decoration: underline blink;
}

#cont_nam{
	font-size: 0.8em;
}

/*-----------------------------------------------------
コンテンツメイン
-------------------------------------------------------*/
.contmain{
	padding-top: 2px;
	background-image: url(img/cont_bg.gif);}

.contmain #txt{
	font-size: 0.9em;
	line-height: 160%;
	color: #333333;
}

.contmain a{
	text-decoration: none;
	font-size: 0.8em;
}

.contmain a:link,a:visited {
	color: #006699;
}

.contmain a:hover {
	color: #FF9900;
	text-decoration: underline blink;
}

