﻿@charset "utf-8";
/* ----------------- */
/* 共通 CSS Document */
/* ----------------- */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, ul, li, ol, img, p {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

body {
	color: #333333;
	text-align: center;
	font-size: small;
	font-weight: normal;
	font-family: Verdana, monospace, Arial, sans-serif;
	background: #0066FF;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ラッパー */
#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #0066FF;
}

/* HEADER */
#header {
	width: 800px;
	height: 110px;
	background: #0066FF url(../images/bg_header.png) bottom center no-repeat;
	text-align: left;
}
#header img {
	margin-left: 26px;
}

#header_logo {
	float: left;
	width: 200px;
}
#navi {
	float: right;
	width: 360px;
	margin: 50px 5px 0 0;
}
ul.navi li {
	display: inline;
	padding-right: 0px;
	font-size: 12px;
}
#description {
	width: 798px;
	text-align: right;
	color: #FFFFFF;
	font-size: x-small;
}

/* MAIN */
#main {
	width: 800px;
	background: url(../images/bg_main.png) center repeat-y;
}

#mainbottom {
	width: 800px;
	height: 20px;
	margin-bottom: 5px;
	background: url(../images/bg_footer.png) center no-repeat;
}

/* フッター */
#footer {
	width: 800px;
	font-size: x-small;
	color: #FFFFFF;
}

#copyright {
	width: 790px;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: x-small;
	text-align: center;
	border-top: 1px solid #FFFFFF;
}


/* サイドナビゲーション */
#sideNav {
	float: left;
	width: 200px;
	padding-top: 8px;
	padding-left: 14px;
	padding-right: 10px;
	text-align: left;
}
#sideNav ul {
	margin-top: 14px;
}
#sideNav li {
	margin-bottom: 10px;
}
#sideNav ul.banner {
	margin-top: 20px;
	margin-right: 10px;
	text-align: right;
}
#sideNav ul.banner li {
	margin-bottom: 10px;
}
#banner {
	float: left;
	width: 200px;
	text-align: left;
	margin: 5px 0;
	padding-left: 46px;
}

/* パンくずリスト */
#history {
	padding: 0 5px;
	font-weight: bold;
	font-size: x-small;
}

/* コンテンツ部分 */
#contents {
	float: left;
	width: 540px;
	text-align: left;
	line-height: 140%;
	margin-left: 20px;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
}

#contents h2 {
	height: 20px;
	font-size: medium;
	padding: 4px 0 0 30px;
	background: url(../images/bg_contentsTitle.gif) left no-repeat;
	border-bottom: 2px solid #FF3366;
}

#contents h3 {
	font-weight: bold;
	padding: 15px 0 1px 3px;
	border-bottom: 1px dotted #666666;
	color: #36677E;
}

#contents h4 {
	font-weight: bold;
}

#contents p {
	padding: 10px 0 0 5px;
}

.font_bold {
	font-weight: bold;
}

.font_large {
	font-size: large;
}

.font_red {
	color: #FF0000;
}