@charset "utf-8" ;



/********************************************************************************************************
AUTHOR:  		Goto Kazuhito
CSS構成書:   	
LAST MODIFIED:	2008.08.12

*********************************************************************************************************/ 

/*全体
#wrapper

	#header					width	952px
	
	#contaner				width	952px
	
	#footer					width	952px





*/








/* -------------------------------------------------------------------------------------------------------
            全体の骨組み
------------------------------------------------------------------------------------------------------- */
/* 全体*/

#introduction{
	background:#147214;
}



/*810px */

#wrapper{
	margin:0 auto;
	width:952px;
	height:auto;
	background:#fff;
}
/*---------------------------------------------------------------------------------------------------------------
                    ヘッダ
---------------------------------------------------------------------------------------------------------------*/

/*ヘッダ*/


#header{
	margin:0 auto;
	width:952px;
	height:182px;
	float:left;
	background:url(../images/header/topbottom.jpg) bottom no-repeat;
}

#header a#logo{
	margin:43px 0 0 0;
	width:342px;
	display:block;
	background:#CC6666;
	float:left;
}



#header a#add{
	display:block;
	margin:28px 33px 0 0;
	width:auto;
	float:right;
}
#header p{
	margin:3px 0 0 0;
	display:block;
	text-align:center;
	width:100%;
	color:#fff;
}

#header ul li.b_1{
	padding:0 3px;
	margin:0;
	width:auto;
	float:left;
	border-right:1px solid #fff;
	display:block;
}

#header ul li.b_2{
	padding:0 3px;
	margin:0;
	width:auto;
	float:left;
	display:block;
}

#header ul{
	margin:15px 30px 0 0;
	padding:3px;
	width:auto;
	display:block;
	height:15px;
	float:right;
	background:#39a639;
}

* html #header ul{
	margin:10px 30px 0 0;
	padding:0;
	width:auto;
	display:block;
	height:15px;
	float:right;
	background:#39a639;
}



#header ul li a:link {
	color:#fff;
	text-decoration: none;
}
#header ul li a:visited {
	color:#fff;
	text-decoration: none;
}
#header ul li a:hover {
	color:#fff;
	text-decoration: underline;
}
#header ul li a:active {
	color:#fff;
	text-decoration: underline;
}





/*---------------------------------------------------------------------------------------------------------------
                   コンテナ
---------------------------------------------------------------------------------------------------------------*/

/*コンテナ*/
#container{
	width:950px;
	float:left;
	border:1px solid #000;
	
}

#fla{
	width:950px;
	height:284px;
	float:left;	
}




/*---------------------------------------------------------------------------------------------------------------
                  フッタ
---------------------------------------------------------------------------------------------------------------*/

/*フッタ*/
#wrapper #container #footer{
	width:950px;
	clear:both;
	font-size:12px;
}

#wrapper #container #footer #f_menu01{
	margin:10px auto;
	width:430px;
	color:#000;
}
* html #wrapper #container #footer #f_menu01{
	margin:10px 0 0 300px;
	width:430px;
	color:#000;
}
#wrapper #container #footer #f_menu02{
	margin:10px auto;
	width:210px;
	clear:both;
	color:#000;
}

* html #wrapper #container #footer #f_menu02{
	padding:10px 0 0 50px;
	width:210px;
	clear:both;
	color:#000;
}

#wrapper #container #footer ul .bo_side{
	margin:3px 0;
	padding:0 3px;
	width:auto;
	float:left;
	border-right:1px solid #000;
}

#wrapper #container #footer ul .bo_none{
	padding:0 3px;
	margin:3px 0;
	width:auto;
	float:left;
}

#wrapper #container #footer p{
	width:950px;
	height:25px;
	background:#147214;
	display:block;
}

#wrapper #container #footer p span{
	margin:8px auto 0;
	width:350px;
	display:block;
	color:#fff;
}