/* CSS Document */

h1,h2,h3,h4,p {
	line-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

ul,li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	text-align: center;
	margin: 0 auto;
	background-color: #99ccff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

/*-- 基本フレーム --*/
#wrapper {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #ffffff;
	border-left: 1px solid #ffffff;
	border-right:  1px solid #ffffff;
}

/*-- ヘッダー --*/
#header {
	width: 790px;
	text-align: left;
	background: url(../cont/bubun/img/bubun_header.png) no-repeat;
	height: 100px;
}

.sub_title {
	margin-left:220px;
	padding-top:10px;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
}

h1 {
	margin: 0 0 0 220px;
	color: #ffffff;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 2em;
}

/*-- 本文枠 --*/
#main {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

.preload{
  display:none;
  padding-left : 0px;
  padding-right : 0px;
}

/*-- サイドナビ --*/
#navi {
	width: 205px;
	background:url(../cont/menu/img/navi_back.gif) repeat left bottom;
	background-color: #ffffff;
	vertical-align: top;
}

#s_navi {
	margin: 10px 10px 0 20px;
	width: 175px;
}

#s_navi ul {
	width: 175px;
}

#s_navi li {
	height: 30px;
	list-style: none;
	margin: 5px 0;
}

#s_navi a {
	width: 175px;
	height: 30px;
	background: url(../cont/menu/img/sub_navi_out.gif) no-repeat;
	font-weight: bold;
	color: #17184b;
	text-decoration: none;
	display: block;
	line-height: 30px;
	text-indent: 20px;
}

#s_navi a:hover {
	color: #cc0033;
	background: url(../cont/menu/img/sub_navi_ovr.gif);
	text-decoration: underline;
}

/*-- メインコンテンツ --*/
#contents {
	width: 510px;
	padding: 20px 40px 0 35px;
	background-color: #eaeaea;
	vertical-align: top;
}

h2 {
	background: url(../cont/menu/img/h2_ul.gif) no-repeat;
	font-size: 1em;
	font-weight: bold;
	line-height: 2.75em;
	text-indent: 1em;
	margin-top: 1em;
}

h2 a {
	color: #cc3366;
	text-decoration: none;
}

h2 a:hover {
	color: #cc3366;
	text-decoration: underline;
}

p {
	font-size: 12px;
	line-height: 1.75em;
	margin: 0 2em;
}

p a {
	color: #333333;
	text-decoration: underline;
}

p a:hover {
	color: #cc3366;
	text-decoration: underline;
}

span {
	font-weight: bold;
}

.bubun_proms {
	margin: 2em 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	color: #0f2350;
}

.inlne_L {
	float : left;
	margin-right: 10px;
	margin-left: 5px;
}

.inlne_R {
	float : right;
	margin-right: 5px;
	margin-left: 10px;
}
	
/*-- フッター --*/
#footer {
	background-color: #333333;
	text-align: right;
	position: relative;
	height: auto;
	width: auto;
}

address{
	color: #ffffff;
	background-color: #333333;
	font-size: 0.75em;
	font-style: normal;
	text-align: right;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
