@charset "utf-8";
/* CSS Document */

/* 初期設定
-------------------------------------------------------------- */

a,h1,h2,h3,h4,p,img,hr,body,ul,ol,li,dl,dt,dd,table,td,form {
	border:0;
	padding:0;
	margin:0;
	font-size:100%;
}

*:first-child+html img{
	font-size:0;
}

* html img{
	font-size:0;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	vertical-align:top;
}

blockquote {
	clear:both;
	padding:42px;
	margin:0;
	background:url(img/icon_voice.gif) no-repeat 0 28px;
}

hr{
	clear:both;
	width:100%;
	height:1px;
	border-top:1px dotted #333;
	margin:28px 0;
}


/* HTML
-------------------------------------------------------------- */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";	
	font-size:14px;
	line-height:1.5em;
	color:#333;
	background:#F2F2F2 url(img/bg_body.gif) repeat-x top;
}

a {	
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#999999;
	text-decoration:underline;
}

a img {
	display:block;
}

a:hover img{
	background:url(../img/hover.gif);
	filter:alpha(opacity=60); 
	opacity:0.6;
}

.left{
	float:left;
	padding-right:14px;
}

.right{
	float:right;
}


/* Header
-------------------------------------------------------------- */

#sitemap{
width: auto;
text-align: right;
font-size: 12px;
color: #0000ff;
padding: 5px 5px 5px 5px;
}

#sitemap a{
width: auto;
text-align: right;
font-size: 14px;
text-decoration: none;
color: #0000ff;
padding: 5px 5px 5px 5px;
}

#sitemap a:visited{
width: auto;
text-align: right;
font-size: 14px;
text-decoration: none;
color: #0000ff;
padding: 5px 5px 5px 5px;
}

#sitemap a:hover{
width: auto;
text-align: right;
font-size: 14px;
text-decoration: underline;
color: #0000ff;
padding: 5px 5px 5px 5px;
}




#header{
	width:700px;
	height:567px;
	margin:0 auto;
	padding:28px 70px 0px 70px;
	background:url(img/bg_header.png) no-repeat;
	overflow:hidden;
}



/* Contents
-------------------------------------------------------------- */
#contents{
	width:630px;
	height:auto;
	margin:0 auto;
	padding:28px 105px;
	background:url(img/bg_contents.gif) repeat-y;
	border-bottom:1px solid #333333;
}

h2,h3,h4,h5,p{
	clear:both;
}

h2{
	margin:1em 0;
	font-size:28px;
	color:#0055FF;
	font-family:"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", serif;
	line-height:1.5;
	text-align:center;
}

h3{
	padding:1em 0;
	font-size:21px;
	color:#0055FF;
	font-family:"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", serif;
	line-height:1.5;
}

h4{
	padding:21px 0;
	font-size:15px;
	line-height:1.5;
	
}

p{
	padding:1em 0;
	font-size:14px;
	color:#000;
	line-height:1.5;
}

strong{
	font-size:15px;
}

.caption{
	font-size:12px;
	line-height:21px;
}

dt{
	padding:1em 0 0 0; 
}

dd{
	padding:1em 0;
}

ul{
	list-style:none;
	padding:28px;
}

li {
	background:url(img/icon_check.gif) no-repeat 0 0;
	line-height:1.5em;
	padding-left:14px;
	font-weight:bold;
	margin:0;
}

/*文字装飾*/

.red {
	color:#CC0010;
}


.bg_yellow{
	background:url(img/bg_yellow.gif)  0 2px;
}

.red_bg_yellow{
	font-size:15px;
	color:#CC0010;
	background:url(img/bg_yellow.gif) 0 2px;
}

.ex{
	font-size:21px;
	font-weight:bold;
	line-height:28px;
	color:#CC0010;
	background:url(img/bg_ex.gif) repeat-x 0 7px;
}

.voice_title{
	background:#0055FF;
	border-top:1px solid #ccc;
	color:#fff;
	font-size:14px;
	line-height:1.2em;
	height:1.2em;
	font-weight:bold;
	padding:0;
	margin:0 0 1em 0;
}

.voice{
	margin-top:3em;
	width:628px;
	background:#f2f2f2;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.voice p{
	padding-left:14px;
}

.box{
	width:628px;
	border:1px solid #fff;
}

.box h2{
	padding-top:0;
	margin-top:0;
}

.btn{
		
}

/* Flash
-------------------------------------------------------------- */
#flashcontent {
	margin-top:175px;
	margin-left:462px;
	width:214px;
	height:44px;
}

#flashcontent p{
	font-size:10px;
	line-height:1.5;
}


