@charset "UTF-8";
/* ---------------------------------------------
初期設定
--------------------------------------------- */
html {
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
}

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

table {
	border:0;
}

img {
	margin:0px;
	padding:0px;
	border: 0px;
	vertical-align: middle;
}

body {
	margin: 0px;
	padding: 0px;
	font: normal normal 75%/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background: #222;
	color: #FFF;
}

a,
a:link,
a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover,
a:active {
	color: #F39;
}

a span,
a:link span,
a:visited span {
	color: #F39;
	text-decoration: none;
}

a:hover span,
a:active span {
	color: #FFF;
}

/* ---------------------------------------------
BOX設定
--------------------------------------------- */
#header {
	width: 100%;
	min-width: 860px;
	margin: 0 auto;
}

#seo {
	position: relative;
	width: 860px;
	margin: 5px auto 20px;
	color: #FFF;
	line-height: 100%;
}


h1 {
	font-weight: normal;
	text-align: left;
	font-size: 84%;
	padding: 0 8px;
}

h2 {
	position: absolute;
	right: 3px;
	top: 0;
	font-weight: normal;
	font-size: 84%;
}

/* ---------------------------------------------
タイトル設定
--------------------------------------------- */
#title {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	font-size: 100%;
}

#title th {
	padding-left: 8px;
	padding-bottom: 20px;
	vertical-align: bottom;
	text-align: left;
}

#title td {
	text-align: right;
	font-size: 84%;
	vertical-align: bottom;
	color: #666;
}

/* ---------------------------------------------
コンテンツボックス設定
--------------------------------------------- */
#content {
	font-size: 100%;
	width: 860px;
	margin: 0 auto 20px;
	text-align: left;
}

#content_right {
	float: right;
	width: 640px;
	margin: 0;
	padding: 0;
	line-height: 160%;

}

#content_left {
	float: left;
	width: 200px;
	margin: 0;
	background: url(../images/left_bg.gif) no-repeat left top;
}

/* ---------------------------------------------
左サイド設定
--------------------------------------------- */
#gnavi {
	padding-bottom: 20px;
	background: url(../images/gnavi_bg.gif) no-repeat left bottom;
}

#gnavi h4 {
	padding: 15px 15px 0;
	background: url(../images/gnavi_top.gif) no-repeat left top;
	line-height: 100%;
	color: #FFF;
	font-size: 100%;
}

#gnavi ul {
	padding: 5px 4px 0;
}

#gnavi li {
	padding: 0 0 0 25px;
	line-height: 200%;
	background: url(../images/gnavi_icon.gif) no-repeat 10px;
}

#gnavi li.san {
	padding: 0 0 0 38px;
	background: url(../images/gnavi_san_icon.gif) no-repeat 25px;
}


#link_list {
	margin: 10px;
	background: url(../images/dotted_ccc.gif) repeat-x left top;
}

#link_list dt {
	padding: 5px 5px 0;
}


#link_list dd {
	padding: 0 0 5px 5px;
	font-size: 84%;
	color: #999;
	background: url(../images/dotted_ccc.gif) repeat-x left bottom;
}

/* ---------------------------------------------
フッター設定
--------------------------------------------- */
#footer {
	width: 860px;
	margin: 0 auto 15px;
	text-align: center;
	background: url(../images/footer_bg.gif) no-repeat left bottom;
	font-size: 84%;
	line-height: 100%;
}

#media {
	width: 860px;
	margin: 0 auto;
	padding: 15px 0 10px;
	background: url(../images/footer_top.gif) no-repeat left top;
}

#copyright {
	width: 860px;
	margin: 0 auto;
	padding: 0 0 15px;
	line-height: 10px;
}
/* ---------------------------------------------
他クラス設定
--------------------------------------------- */
a.none {
	color: #FFF;
	text-decoration: none;
	border: 0;
}

.clear {
	clear: both;
}

.mini {
	font-size: 84%;
	color: #666;
	font-weight: normal;
}

strong {
	font-weight: normal;
}

.page-up {
	padding: 0 10px 0;
	text-align: right;
}

.big {
	font-size: 150%;
	font-weight: bold;
}