@charset "utf-8";

/* ******************************************************************************** */
/*  山口県公式ウェブサイト　style.css                                               */
/*                                                                        13.03.06  */
/* ******************************************************************************** */

/* ================================================================================ */
/*      スタイル                                                                    */
/* ================================================================================ */

/* リセット
----------------------------------------------- */
body, div, p, img, table, th, td, h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li, form, input, select, textarea{
	margin: 0;
	padding: 0;
}
body{
	color: #000000;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1.6;
	background: #ffffff;
}
ul, ol{
	list-style-type: none;
}
img{
	border: 0;
	vertical-align: bottom;
}


/* 書式
----------------------------------------------- */
/* --- フォント --- */
.font-small{ font-size: 80%; }

/* --- 配置 --- */
.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

/* --- リンク --- */
a:link{ color:#0000ff; text-decoration: underline; }
a:visited{ color: #006633; text-decoration: underline; }
a:hover, a:active, a:focus{ color: #990000; text-decoration: none; }


/* リスト
----------------------------------------------- */
/* --- 矢印リスト --- */
ul.arrow{
}
ul.arrow li{
	padding-left: 14px;
	background: url(../../img/common/ico_arrow.gif) no-repeat 0em 0.4em;
}


/* clearfix
----------------------------------------------- */
.floatclear{
	font-size: 0%;
	clear: both;
}


/* -------------------------------------------------------------------------------- */
/*      枠組み                                                                      */
/* -------------------------------------------------------------------------------- */

#container{
	margin: 0 auto;
	width: 960px;
}
#wrapper{
	margin-top: 20px;
}
#content{
}


/* コンテンツ
----------------------------------------------- */
#content .article_level01{
	margin: 0px 10px;
}

/* --- ページの先頭へ --- */
#content .return-head{
	margin: 10px 0px 20px 0px;
	clear: both;
}
#content .return-head p{
	padding-left: 18px;
	background: url(../../img/common/ico_return-head.gif) no-repeat 0em 0.3em;
	float: right;
}
