@charset "utf-8";

/* -------------------------------------------------- */

/*デフォルト*/

* {
	font-size: 100%;
	font-style: normal;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;	
}

ul {
	list-style-type: none;
}

/*フォント調整*/

.b {font-weight: bold;}

.f8 {font-size: 8pt;}
.f10 {font-size: 10pt;}
.f12 {font-size: 12pt;}
.f14 {font-size: 14pt;}
.f16 {font-size: 16pt;}

/*フォントカラー調整*/

.red {color: #f00;}
.blue {color: #00f;}
.green {color: #090;}

/*配置調整*/

.al-r {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.al-l {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* -------------------------------------------------- */

/*html*/

body {
	font-family: 'ＭＳ Ｐゴシック';
	color: #333;
	background: #EEFBFF url(../images/bg.png) center top repeat-y;
	text-align: center;
}

img {
	border: 0px;
}

a {
	color: #009;
	text-decoration: none;
}

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

h1 {
	font-weight: normal;
}

/* -------------------------------------------------- */

/*共通カラー*/

#logo {
	color: #fff;
}

#header,
#logo p,
#footer {
	color: #333;
}

#main .u-b li {
	color: #00f;
}

/* -------------------------------------------------- */

/*共通フォントサイズ*/

#main .d-a dt,
#main .d-b dt,
#main .d-c dt {
	font-weight: bolder;
}

#main .u-b li {
	font-size: 20pt;
}

#main .d-a dd {
	font-size: 16pt;
}

#main .section h2 {
	font-size: 12pt;
}

#logo,
#main .section,
#main .d-a dt,
#sidebar .menu {
	font-size: 10pt;
}

#header,
#navi,
#footer {
	font-size: 8pt;
}

/* -------------------------------------------------- */

/*共通フォントウェイト*/

#main .u-b li {
	font-weight: bold;
}

/* -------------------------------------------------- */

/*共通ライン高*/

#logo,
#main .u-b li,
#sidebar .menu li {
	line-height: 2em;
}

#main .section p,
#main .qa dl,
#main .d-c dd,
#main .u-a li,
#footer {
	line-height: 1.6em;
}

/* -------------------------------------------------- */

/*共通横幅*/

#container,
#header,
#logo,
#contents,
#footer {
	width: 800px;
	_width: 802px;
}

/*共通背景カラー*/

#container {
	background-color: #fff;
}

/* -------------------------------------------------- */

/*共通クリア*/

#container,
#header,
#logo,
#contents,
#footer,
#main .section {
	clear: both;
}

/* -------------------------------------------------- */

/*コンテンツ*/

div#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* -------------------------------------------------- */

/*ヘッダー*/

div#header {
	padding-top: 8px;
	height: 20px;
	background: url(../images/header-footer-bg.png) left center repeat-x;
}

div#header h1 {
	margin-left: 5px;
	float: left;
}

div#header p {
	margin-right: 5px;
	float: right;
}

/* -------------------------------------------------- */

/*ロゴ*/

div#logo {
	height: 150px;
	margin-bottom: 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-image: url(../images/logo-bg.png);
}

div#logo p {
	float: right;
	padding-top: 35px;
	padding-right: 30px;
	text-align: right;
}

/* -------------------------------------------------- */

/*メイン*/

div#main {
	width: 550px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	overflow:hidden;
}

div#navi {
	color: #333;
	margin-bottom: 10px;
}

div#main .section {
	margin-bottom: 10px;
}

div#main .section h2 {
	font-weight: bold;
	padding: 0.6em 10px 0.6em 10px;
	margin-bottom: 10px;
	background: url(../images/section-h2-bg.png) no-repeat left center;
	clear: both;
}

div#main .section .section-left {
	width: 265px;
	float: left;
}

div#main .section .section-right {
	width: 265px;
	float: right;
}

/*dl*/

div#main .d-a dt {
	padding: 5px;
	margin-bottom: 1px;
	border-left: 3px solid #f90;
	background-color: #FFF5E8;
}

div#main .d-a dd {
	color: #00f;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	text-align: right;
}

div#main .d-b dt {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
}

div#main .d-b dd {
	padding: 5px;
	margin-bottom: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #f5f5f5;
	text-align: right;
}

div#main .d-c dt {
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px dotted #999;
}

div#main .d-c dd {
	padding: 5px;
	margin-bottom: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #f5f5f5;
}

div#main .qa dt {
	padding-left: 25px;
	border-bottom: 1px dotted #ccc;
	background: url(../images/qa-dt-bg.png) no-repeat left top;
}

div#main .qa dd {
	padding-left: 25px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	background: url(../images/qa-dd-bg.png) no-repeat left top;
}

/*ul*/

div#main .u-a ul {
	padding: 10px;
}

div#main .u-a li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

div#main .u-b ul {
	padding: 10px;
}

div#main .u-b li {
	display: inline;
	padding-left: 5px;
	margin-right: 5px;
	border-left: 5px solid #f00;
}

/* -------------------------------------------------- */

/*サイドバー*/

div#sidebar {
	width: 200px;
	margin-bottom: 10px;
	float: right;
	overflow:hidden;
	margin-right: 10px;
}

div#sidebar .menu {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
	background: url(../images/menu-bg.png) no-repeat center top;
}

div#sidebar .menu h2 {
	color: #333;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../images/menu-h2-bg.png) repeat-x left bottom;
}

div#sidebar .menu p {
	margin-bottom: 10px;
}

div#sidebar .images {
	width: 200px;
	text-align: center;
	clear: both;
}

/*ul*/

.menu ul {
	margin-bottom: 5px;
}

.menu li {
	padding-left: 25px;
	background: url(../images/menu-li-bg.png) no-repeat left center;
}

/* -------------------------------------------------- */

/*フッター*/

div#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #333;
	background: url(../images/header-footer-bg.png) left center repeat-x;
	text-align: center;
}
