@charset "UTF-8";

/* Initializations / Rules
------------------------------------------------------------------*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

body{
	background:url(../_img/bg.gif) repeat;
	margin: 0px;
	text-align:center;
	font-size:12px;
	line-height:18px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	color:#000000;
}

img {
	border: none;
}
	
img.b,
img.boxPart{
	display:block;
}

th,td{
	vertical-align: top; 
	text-align:left;
	font-size:12px;
	line-height:18px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
}

.floatRight{
	float:right;
	display:inline;
}
	
.floatLeft{
	float:left;
	display:inline;
}

.leftImg{
	float:left;
	display:inline;
	margin:0 10px 5px 0;
}

.rightImg{
	float:right;
	display:inline;
	margin:0 0 5px 10px;
}

.clear{
	clear: both;
	font: 1px/1px monospace;
}

.clear2{
	_clear:both;
	display:none;
	_display:inline;
	font: 1px/1px monospace;
}

/* === clearfix ==*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.alignRight{
	text-align:right;
}

.alignCenter{
	text-align:center;
}

hr {
	color:#000;
	background-color:#000;
	height:1px;
	border:none;
	margin:0 10px;
}

/* ====text==== */
strong{
	font-weight:bold;
	color:#FF8C00;
}

em{
	font-weight:bold;
}

p{
	margin:0 0 15px 0;
}

.note{
	padding-left:12px;
	text-indent:-12px;
}
	
.noMarg{
	margin-bottom:0 ! important;
}

.moreMarg{
	margin-bottom:25px ! important;
}

.miniMarg{
	margin-bottom:5px ! important;
}

.supp{
	font-size:10px ! important;
	line-height:14px ! important;
}
	
.imgBox{
	margin:0 0 20px 0;
}


/* Base Link
------------------------------------------------------------------*/
a{
	color:#00678a;
}
	
a:hover{
	text-decoration:none; 
	color:#00678a;
}

active,
a:focus{
outline:none;
}


/* Common Layout
------------------------------------------------------------------*/
#container{
	background:url(../_img/container_bg.gif) repeat-y;
	width:970px;
	text-align:left;
}

h1{
	margin:0 0 30px 30px;
}

#contents{
	background:#fff;
	background:url(../_img/contents_bg.gif) repeat-y;
	width:950px;
}

#contentBottom{
	float:right;
	display:inline;
	margin:0 21px 0 0;
}

/* === clearfix ==*/
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #contents{height: 1%;}
#contents{display: block;}
/* End hide from IE-mac */

#main{
	float:left;
	display:inline;
	width:670px;
	margin:0 0 -5px 30px;
}

#footer{
	background:#000 url(../_img/footer_line.gif) repeat-x;
	width:950px;
	height:100px;
}

#footer #footerLogo{
	float:left;
	display:inline;
	margin:0;
	padding:20px 0 0 350px;
}

#footer #copyrights{
	float:right;
	display:inline;
	color:#fff;
	margin:0;
	padding:25px 15px 0 0;
	font-size:10px;
	line-height:14px;
}

#main .box{
	background:#fdf9f1;
	margin:0 0 30px 0;
}

#main .box h2{
	margin:0 0 20px 0;
}

#main .box h2 img{
	display:block;
}

#main .box h3{
	margin:0 0 10px 0;
}

#main .box #oBlogs{
	margin:0 0 20px 25px;
	background:url(../_img/official_blog_bg.gif) repeat-y;
}

/* === clearfix ==*/
#main .box #oBlogs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main .box #oBlogs{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #main .box #oBlogs{height: 1%;}
#main .box #oBlogs{display: block;}
/* End hide from IE-mac */


#main .box #oBlogs .oblog{
	float:left;
	display:inline;
	width:170px;
	margin:0 35px 0 10px;
}

#main .box #oBlogs .oblog p{
	margin:0 5px 0 5px;
}

#main .box #oBlogs .oblog .img{
	margin:7px 0 5px 0;
}

#main .box #oBlogs .oblog .title{
	color:#ec564d;
	font-weight:bold;
	min-height:30px;
	height: auto !important;
	height:30px;
	margin-bottom:5px;
}

#main .box #oBlogs .oblog .link{
	margin-bottom:10px;
}


.report{
	margin:0 0 0 20px;
	width:655px;

}

#cntNavi{
	margin:0 0 15px 20px;
}

#cntNavi a.on{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

#cntNavi a:hover.on{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

/* === clearfix ==*/
.report:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.report{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .report{height: 1%;}
.report{display: block;}
/* End hide from IE-mac */

.report .blog{
	width:280px;
	padding:2px;
	margin:0 35px 10px 0;
	float:left;
	display:inline;
}


.report .blog .in{
	margin:0 0 0 10px;
}

/* === clearfix ==*/
.report .blog .in:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.report .blog .in{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .report .blog .in{height: 1%;}
.report .blog .in{display: block;}
/* End hide from IE-mac */

.report .blog .in .title{
	font-weight:bold;
	color:#ec564d;
	margin:0 0 10px 0;
}

.report .blog .in ul{
	margin:0;
	padding:0;
}

.report .blog .in ul li{
	float:left;
	display:inline;
	list-style:none;
	margin:0 14px 10px 0;
	position:relative;
}


.report .blog .in ul li a .icon{
	display:block;
	position:relative;
	z-index:0;
}

.report .blog .in ul li .tum{
	display:none;
	position:absolute;
	background:#fff;
	border:1px solid #737373;
	z-index:100;
	top:-180px;
	left:-50px;
	font-size:10px;
	line-height:14px;
}

.report .block{
	display:none;
}

.report .block.first{
	display:block;
}

.report .blogs{
	background:url(../_img/blogs_bg.gif) repeat-y;
	margin:0 0 10px 0;
}

.report .blogs.one{
	width:310px;
	overflow:hidden;
}

/* === clearfix ==*/
.report .blogs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.report .blogs{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .report .blogs{height: 1%;}
.report .blogs{display: block;}
/* End hide from IE-mac */

#b03{
	background:#f4efe5;
	background:red;
	border:1px solid #a38f66;
}

#b03 .in{
	background:#fff;
	border:4px solid #f4efe5;
}

/* === clearfix ==*/
#b03 .in:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#b03 .in{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #b03 .in{height: 1%;}
#b03 .in{display: block;}
/* End hide from IE-mac */

#b03 .in .photo{
	float:right;
	display:inline;
	margin:5px;
}

#b03 .in .txt{
	float:left;
	display:inline;
	width:420px;
	margin:10px 0 0 20px;
}

#b03 .in .txt h2{
	margin:0 0 10px 0;
}

#b03 .in .txt p{
	margin:0;
}

#main #b04{
	margin-bottom:0;
}

#main #b04 h3{
	margin:0 0 30px 25px;
}

#b04 .photo{
	float:right;
	display:inline;
	margin:0 25px 20px 0;
}



#b04 .ele{
	margin:10px 0 40px 40px;
	width:422px;
	float:left;
	display:inline;
}

#b04 .ele h4{
	font-size:14px;
	font-weight:bold;
	margin:10px 0 10px 0;
}

#b04 .ele p{
	margin:0;
}

#mainBtn{
	margin:40px 0 50px 180px;
}


#sub{
	float:right;
	display:inline;
	width:199px;
	margin:0 21px 0 0;
}

#sub h2{
	margin:0 0 15px 0;
}

#sub .ele{
	background:url(../_img/line.gif) repeat-x left bottom;
	margin:0 5px 10px 5px;
	padding:0 15px 5px 15px;	
}

#sub .ele .title{
	font-weight:bold;
	margin:0 0 8px 0;
	color:#6a6a6a;
	line-height:14px;
}

#sub .ele .link{
	margin:0 0 8px 0;
	line-height:14px;
	font-size:10px;
}


