
@charset "UTF-8";

/* 氣庵CSSテンプレート

------------------------
ver.2010/3/25/
------------------------

1:氣庵レイアウト
2:ナビ

----------------------------------------------------------*/

/*1:レイアウト
==========================================================*/

#wrap {
	margin:0px auto;
	background:url(../img/wrap_bg.gif) repeat-x center 0px;
}

#header {
	width:840px;
	background-position:center top;
	margin:0px auto;
	height:160px;
}

h1 {
	height:20px;
	padding:2px 8px 2px 0px;
	font-size:12px;
	color:#FFFFFF;
}

#header_inner {
	height:110px;
}

#header_left {
	margin:10px;
	float:left;
	width:320px;
	height: 50px;
	display:block;
}

#header_right {
	margin:10px;
	float:right;
	width:210px;
	height: 50px;
	display:block;
}



#contents {
	background:url(../img/body_bg.gif) repeat-y center center;
	width:840px;
	padding-bottom:60px;
	margin:auto;
}

#main_content {
	float:left;
	width:550px;
	margin-left:30px;
}


*html #main_content {
	float:left;
	width:550px;
	margin-left:10px;
}


/* サブエリア
----------------------------------------------------------*/
#sub_content {
	float:right;
	width:230px;
	margin-right:20px;
}



*html #sub_content {
	float:right;
	width:230px;
	margin-right:10px;
}



#sub_content li {
	background:url(../img/banner.jpg) no-repeat -10px -10px;
	margin:0px 0px 10px 0px;
	text-indent:-9140px;
}

#sub_content li a {
	background:url(../img/banner.jpg) no-repeat -10px -10px;
	display:block;
	height:100px;
	width:220px;
}

li#banner02 a {
	background-position: -10px -120px;
}

li#banner03 {
	background-position: -10px -230px;
	height:120px;
}

li#banner01 a:hover {
	background-position: -250px -10px;
}

li#banner02 a:hover {
	background-position: -250px -120px;
}


#footer {
	text-align:center;
	height:60px;
}

#footer_inner {
	width: 780px;
	border-top:#99CCFF 1px dotted;
	margin:auto;
	text-align:center;
}

#copyright {
	margin-top:35px;
	text-align:center;
	color:#ff9900;
}

/*2:ナビ
==========================================================*/

/*2-1:グローバルナビ
----------------------------------------------------------*/
#g_navi {
	width:780px;
	margin:2px 0px 0px 40px;
}

#g_navi ul {
	
}

#g_navi li {
	float:left;
	border-left:#FFFFFF solid 2px;
	text-align:center;
}

#g_navi li.li_last {
	border-right:#FFFFFF solid 2px;
}


#g_navi li a {
	width:125px;
	height:30px;
	display:block;
	color:#FFFFFF;
	line-height:16px;
	font-size:14px;
}


#g_navi li a:hover {
	text-decoration:none;
	color:#FFFF00;
}

#g_navi li em {
	font-size:12px;
}

/*2-2:サブナビ
----------------------------------------------------------*/
#s_navi {
	position: absolute;
	top: 3px;
	width: 100%;
}

#s_navi ul {
	width:260px;
	margin: 0px auto;
	padding-left: 580px;
}

#s_navi li {
	width:85px;
	float:left;
	background:url(../img/s_navi_icon.png) no-repeat 0px -2px;
	text-indent:16px;
}	

#s_navi li a {
	color:#FFFFFF;
	display:block;
}

/*2-3:フッターナビ
----------------------------------------------------------*/
#f_navi {
	width:640px;
	margin: 0px auto;
}

#f_navi ul {
	text-align:center;
}

#f_navi li {
	float:left;
	margin:0px 10px;
}	

#f_navi li a{
	color:#666666;
}


#f_navi li a:hover{
	color:#6699FF;
}

/*3:コンテンツ
==========================================================*/

.stripe li{
	padding:5px;
}

.stripeline{ 
	background:#FFEECC;
}

h2 {
	font-size:120%;
	border-left:solid 6px #ffbf00;
	padding-left:10px;
	margin:10px 0px;
}

h3 {
	font-size:110%;
	padding-left:10px;
	margin:10px 0px;
}

.section p {
	background-color:#eeeeee;
	margin:0px 0px 30px 0px;
	padding:15px;
	text-align: justify;
}

.section dl {
	margin:10px 0px;
	padding:2px 0px 6px 0px;
}

.section dt {
	color:#CC3300;
	font-size:120%;
	margin:2px 10px;
}

.section dd {
	color:#0066CC;
	font-size:90%;
	margin:0px 10px;
	line-height:1.8em;
}

