*
{
	margin: 0;
	padding: 0;
	font-family: 'Meiryo', 'Verdana', sans-serif;
}

body
{
	text-align: center;
	line-height: 1.5em;
	background: url("../image/index/background.png");
	position: relative;
}

ul, ol
{
	margin: auto -3em 1em 0;
	padding: 0;
	position: relative;
	left: -3em;
	overflow: hidden;
}

li
{
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

ul ul, ul ol,
ol ol, ol ul
{
	margin-left: 1em;
	padding-left: 0;
}

ul li, ol li
{
	margin-left: 5em;
}

div
{
	text-align: left;
}

#container
{
	width: 984px;
	margin: 0 auto;
	overflow: hidden;
}

/* ------------------------------
タイトル
------------------------------ */

#title
{
	width: 500px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -250px;
	text-align: center;
}

#title h1
{
	font-size: 65%;
	font-weight: 400;
	color: #666;
}

/* ------------------------------
ヘッダー
------------------------------ */

#header
{
	width: 984px;
	overflow: hidden;
	margin: 40px 0;
}

#header ul,
#header ul li
{
	position: static;
	left: 0;
	padding: 0;
	margin: 0;
	listy-sty;le-type: none;
}

#header ul li
{
	display: inline;
	list-style-type: none;
	color: #0cf;
	font-size: 70%;
}

#header ul li a:link,
#header ul li a:visited
{
	color: #0cf;
}

#header ul li a:hover,
#header ul li a:active
{
	color: #f00;
}

#header ul li:before
{
	content: " > ";
}


#header ul li:first-child:before
{
	content: none;
}

/* ------------------------------
メイン
------------------------------ */

#main
{
	width: 984px;
	overflow: hidden;
}

/* ------------------------------
アイキャッチ
------------------------------ */

#eyecatch
{
	width: 608px;
	float: left;
	overflow: hidden;
}

#eyecatch img
{
	display: block;
}

/* ------------------------------
本文
------------------------------ */

#text
{
	width: 376px;
	background: #000;
	float: left;
	overflow: hidden;
}

#text .text-inner
{
	margin: 20px;
}

/* ------------------------------
パラグラフ1
------------------------------ */

#para1
{
	width: 336px;
	overflow: hidden;
}

#para1 h2
{
	width: 336px;
	height: 16px;
	overflow: hidden;
	background: url("../image/index/label-para1.png") no-repeat;
	text-indent: -9999em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 7px solid #0093ef;
}

#para1 .text
{
	width: 216px;
	float: left;
}

#para1 .text p.read
{
	color: #eee;
	font-size: 80%;
	line-height: 150%;
}

#para1 .text p.sub
{
	color: #eee;
	font-size: 65%;
	line-height: 150%;
}

#para1 .text p.sub a:link,
#para1 .text p.subi a:visited
{
	color: #0cf;
}

#para1 .text p.sub a:hover,
#para1 .text p.sub a:active
{
	color: #f00;
}

#para1 .photo
{
	margin-left: 20px;
	width: 96px;
	float: left;
	display: inline;
}

#para1 .photo img
{
	border: 0;
}

/* ------------------------------
矢印
------------------------------ */

#allow
{
	width: 336px;
	margin: 20px 0;
	overflow: hidden;
}

#allow h2
{
	width: 336px;
	height: 48px;
	overflow: hidden;
	background: url("../image/index/allow.png") no-repeat;;
	text-indent: -9999em;
}

/* ------------------------------
パラグラフ2
------------------------------ */

#para2
{
	width: 336px;
	overflow: hidden;
	margin-bottom: 20px;
}

#para2 h3
{
	width: 336px;
	height: 16px;
	overflow: hidden;
	background: url("../image/index/label-para2.png") no-repeat;
	text-indent: -9999em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 7px solid #0093ef;
}

#para2 p.read
{
	color: #eee;
	font-size: 80%;
	line-height: 150%;
}

#para2 p.sub
{
	color: #eee;
	font-size: 65%;
	line-height: 150%;
}

/* ------------------------------
パラグラフ3
------------------------------ */

#para3
{
	width: 336px;
	overflow: hidden;
	margin-bottom: 20px;
}

#para3 h3
{
	width: 336px;
	height: 16px;
	overflow: hidden;
	background: url("../image/index/label-para3.png") no-repeat;
	text-indent: -9999em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 7px solid #0093ef;
}

#para3 p
{
	color: #eee;
	font-size: 80%;
	line-height: 150%;
}

/* ------------------------------
トクだね
------------------------------ */

#tokudane
{
	width: 336px;
	background: #fff;
	overflow: hidden;
}

#tokudane .tokudane-inner
{
	margin: 20px;
	overflow: hidden;
}

#tokudane .tokudane-inner h2
{
	width: 70px;
	height: 18px;
	background: url("../image/index/tokudane.png") no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	float: left;
	display: inline;
	margin-top: 19px;
}

#tokudane .tokudane-inner p
{
	width: 166px;
	height: 28px;
	background: url("../image/index/access.png") no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	float: left;
	display: inline;
	margin-top: 14px;
}

#tokudane .tokudane-inner img
{
	float: right;
}

/* ------------------------------
フッター
------------------------------ */

#footer
{
	width: 984px;
	text-align: center;
	margin: 40px 0;
}

#footer address
{
	font-size: 65%;
	font-style: normal;
	color: #666;
}

#footer address a:link,
#footer address a:visited
{
	color: #666;
}

#footer address a:hover,
#footer address a:active
{
	color: #f00;
}