@charset "Shift_JIS";

/****
*　
*　作成：2009/05/04
*/

html{
    height:100%;
}
body{
    height:100%;
}
div#container{
	width:750px;
    margin:0px auto;
	position:relative;
	min-height: 100%;
}
* html div#continer {
	height:100%;
}
div#contents{
    padding-bottom:3em;
}
div#foot{
    clear:both;
    width:100%;
    position:absolute;
	bottom:0;
}

/*--------------------------------
共通
----------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-style: normal;
	line-height: 1.4em;
	
}
img{ border: none; }
ul{ list-style-type: none; }

body{
	color: #999999;
	background-color: #FCFCED;
	height: 100%;
	font-size: 0.8em;
}
.hide{
	display: none;
}
#head , #contents{
	margin: 0 auto;
	position: relative;
}


/*--------------------------------
リンク関係
----------------------------------*/
#site_allmenu a      { color: #000000; }
#site_allmenu a:hover{ color: #000000; }

#navi_G a            { color: #000000; }
#navi_G a:visited    { color: #000000; }

#small_colomn a      { color: #000000; }
#small_colomn a:hover{ color: #000000; }


/*--------------------------------
ヘッダ
----------------------------------*/


#head{
	background-color: #FCFCED;
	background-image: url(../img/bk_header.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 29px;
}
#site_name {
	width: 300px;
	font-size: 1.0em;
	color: #846934;
}
#site_allmenu{
	position: absolute;
		top: 0;
		right: 0;
}
#site_allmenu:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#site_allmenu li{
	width: 6em;
	float: left;
	padding: 2px;
	padding-left: 20px;
	background-image: url(../img/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
}
#site_discription{
	padding-right: 20px;
	padding-bottom: 1em;
	width: 730px;
	margin: 0 auto;
	color: #4C6626;
	text-align: right;
}


/*--------------------------------
コンテンツ
----------------------------------*/
#container{
	background-color: #ffffff;
}
#container:after{
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;  
}
*:first-child+html #container {   
    display: inline-block;
	padding-bottom: 4em;
}

/* Gナビゲーション */
#navi_G{
	clear:both;
	margin: 3px 0 5px;
	padding: 5px 0;
	background-color: #8EAA6A;
	color: #000000;
	_height: 1%;
}
*+html #navi_G{
	min-height: 2em;
}

#navi_G li{
	margin: 3px 5px;
	width: 95px;
	text-align: center;
	float: left;
}
#navi_G:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* 左（ナビ） */
#colomnL{
	float: right;
	width: 190px;
	margin: 5px;
	padding: 5px;
	background-color: #EBF9FF;
	margin-bottom:3em;
}
#selected_contents{
	padding: 5px;
	color: #0F4563;
	font-size: 1.2em;
	background-color: #B3D8E8;
	border-bottom: solid 3px #65A4BA;
}
#small_colomn{
	margin: 1em;
}
#small_colomn li{
	padding: 10px 0px 10px 22px;
	background-image: url(../img/icon_02.gif);
	background-repeat: no-repeat;
	background-position: left 0.7em;
}


/* 右（記事） */
#colomnR{
	float: left;
	width: 515px;
	width: 505px;
	padding: 0 10px 3em;
}

/* 記事 */
.article{
padding: 0 0 10px;
}
.article .title{
	color: #FF66A4;
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 5px;
	margin: 15px 5px;
	border-left: solid 5px #FF66A4;
}



/*--------------------------------
フッタ
----------------------------------*/
#foot{
	text-align: center;
	color: #4C6626;
	background-color: #ffffff;
	border-top: solid 3px #8EAA6A;
	_clear: both;
}




