@charset "utf-8";
/*
Theme Name: kubikiengei_01
Theme URI: http://www.kubikiengei.com/
Description: 頚城園芸
Version: 1.0
Author: 頚城園芸
Author URI: http://www.kubikiengei.com/
*/

/*9行目まではテンプレート認識情報です。*/
/*この部分に不具合が発生するとテンプレートが正しく認識されません。*/
/*変更の際はご注意ください。*/

/*ここからCSS*/

/*リセットスタイル*/
/*firefoxコンテンツ高さ揃え*/
html{
	position:relative;
	height:100%;
	padding-bottom:1px;
	}
/*共通パーツリセットスタイル*/
body,div,table,tr,td,ul,li,caption,img,p,h1,h2,a,dl,dt,dd,form{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none outside;
	border:none;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size:12px;
	line-height:1.6em;
	}
body{
	background-color:#fffde6;
	}
img{
	vertical-align:bottom;
	}
/*リンク色*/
/*リンク色*/
a:link{
	color:#000000;
	}
a:visited{
	color:#000000;
	}
a:hover{
	color:#FF9900;
	}
a:active{
	color:#FF9900;
	}
/*段組み*/
/*各ページ二段組みはここに記述しない*/
#header{
	width:920px;
	height:100px;
	position:relative;
	left:50%;
	margin-left:-460px;
	}
#section{
	width:900px;
	height:auto;
	position:relative;
	left:50%;
	margin:0px 0px 0px -450px;
	}
#footer{
	margin:60px 0px 0px 0px;
	padding:28px 0px 20px 0px;
	background:url(img/top/footer_line.jpg) left top no-repeat;
	position:relative;
	}
/*ヘッダ内部*/
h1{
	position:absolute;
	left:0;
	top:0;
	margin:26px 0px 0px 10px;
	}
#mail{
	position:absolute;
	right:0;
	top:0;
	margin-right:10px;
	}
/*メインナビゲーション*/
#nav{
	width:auto;
	height:30px;
	position:absolute;
	right:0;
	top:0;
	margin:35px 10px 0px 0px;
	}
.nav_li{
	display:inline-block;
	float:left;
	}
/*メイン画像*/
#main_img{
	position:relative;
	left:50%;
	margin-left:-460px;
	}
/*フッター内部*/
#nav_footer{
	position:absolute;
	top:0;
	right:0;
	margin-top:28px;
	}
.nav_footer_li{
	float:left;
	margin-left:12px;
	padding-left:17px;
	background:url(img/top/f_menu_mark.jpg) left center no-repeat;
	}
