@charset "UTF-8";

/*
	##### SITE NAME #####
	Copyright (C) ##### CLIENT NAME ##### All Rights Reserved.

	[Base]
		0. Resetting default margin and padding
		1. HTML, Body, Anchor
		2. Heading, Paragraph
		3. List
		4. Table
		5. Form
		6. Other
		7. For IE6/7

	[Layout]
		0. Container
		1. Header
		2. Content
		3. Footer

	[Module]
		1. Common Module
		2. ##### SPECIFIC MODULE NAME or SOMETHING #####
		90. Other
		99. Clearfix
*/

/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
	background-color: #ffffff;
	color: #000;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5;
	*font-size: 82%; /* for ie6/7 */
	*font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; /* for ie6/7 */
}

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

a:link {
	color: #00e;
	text-decoration: underline;
}
a:visited {
	color: #551a8b;
	text-decoration: underline;
}
a:hover,
a:active  {
	color: #00e;
	text-decoration: none;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.2;
}
/* p {} */

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li { list-style: none; }

/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset { border: none; }

input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label { cursor: pointer; }

textarea { overflow: auto; }

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after { content: ''; }

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre { font-family: monospace; }

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

hr { display: none; }

/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */

/* --- for ie7: page zoom bug fix --- */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }

/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
#container {
	width: 980px;
	margin: 0 auto;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#header {}

/* siteName
----------------------------------- */
#siteName {}

/* tagline
----------------------------------- */
#tagline {}

/* navGlobal
----------------------------------- */
#navGlobal {}
#navGlobal li {}

/* navUtility
----------------------------------- */
#navUtility {}

/* topicPath
----------------------------------- */
#topicPath {
	margin: 10px 0;
}
#topicPath span {
	margin: 0 0.5em;
}
#topicPath strong {
	font-weight: normal;
}

/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
#content {
	background-color: #ffffff;
	padding-bottom: 0;
}
#main {
position: relative;
background-image: url("../img/bg_02.jpg");	
background-repeat: no-repeat;
height:490px;
}

.announce {
	text-indent: -9999px;
}
#contTtl {
	height: 620px;
}

#contTtl img {
margin-left: 590px;
margin-top: 400px;
}

#contMain {
	margin-left: 90px;
	margin-top: -154px;
	margin-bottom: 20px;
	width: 800px;
	background-image: url("../img/box_back.gif");
	background-position: 40px 0;
	background-repeat: repeat-y;
	font-size:  77%;
	z-index: 2;
}

.contMainTtl {
	border-top: 1px solid #C1ECF5;
}

.contMainBtn {
	margin-left: 40px;
	padding:13px;
	background-color: #fff;
	border-top: 1px solid #C1ECF5;
}

.contMainText {
	width: 720px;
	margin-left: 40px;
	clear: both;
}

.numbers {
	margin-left: -40px;
	position: relative;
}

table.contMainText {
 margin-bottom: 20px;
 	border-top: 1px solid #C1ECF5;
}

table .contMainLeft {
	width: 160px;
}

table .contMainCenter {
width:366px;
}

table .contMainRight {
padding-left: 30px;
}

.alignBottom {
	vertical-align:bottom;
}

.alignBottom img {
		margin-left: 10px;
}

.alignRight img {
	margin-right: 20px;
}

#contSub {
	width: 720px;
	margin-left: 130px;
}

.contSubBox {
	clear: both;
}

.contSubBox ul {
	padding-left: 15px;
}

.contSubBox li {
	list-style-type: disc;
	list-style-position: outside;
}

.contSubBoxTtl {
	margin-bottom: 10px;
}

.contSubInBox {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.contSubInBoxLeft {
	float: left;
}

.contSubInBoxLeft img {
	margin-right: 5px;
	}
	
.contSubInBoxRight {
	margin-bottom: 20px;

}

.contSubInBoxRight p {
	margin: 0;
	margin-left: 304px;
}

.contSubInBoxRight ul{
	margin-left: 440px;
}

.contSubInBoxRight li{
	list-style-type: none;
	}

img.cover {
	position: absolute;
	top: 0;
 left: 0;
 margin: 0 !important;
 padding: 0 !important;
}

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
#footer {
}

/* copyright
----------------------------------- */
#footer .copyright {
	text-align: center;
}

/* //////////////////////////////////////////////////
[Module] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	1. Common Module
-------------------------------------------------- */

/* ##### ここにスタイルを追加してください ##### */


/* --------------------------------------------------
	90. Other
-------------------------------------------------- */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.group { *zoom: 1; } /* for ie6/7 */
.group:after { content: ""; display: block; clear: both; }
