@charset "utf-8";
/*===========================================
INDEX
---------------------------------------------
1.Common set
2.Layout set
===========================================*/


/* 1.Common Set
********************************************/

/*-------------------------------------------
Font set (62.5% = 10px)
下でサイズリセットをするのでCSS内で文字サイズ指定を
する際は文字サイズ10px =1em、12px=1.2em、14px=1.4emになります。
------------------------------------------ */
html {
     font-size: 62.5%;
}

body {
	font-size: 1.2em; /* 12px */
	font-family: Meiryo, Osaka, verdana, arial, sans-serif;
	color: #000;
	line-height: 1.6;
}

.topbg{
	background:url(../img/common/body_topbg.gif) repeat-x;
}

.underbg{
	background:url(../img/common/body_under_bg.gif) repeat-x;
}

/*-------------------------------------------
Link set
------------------------------------------ */
a:link {
	text-decoration:none;
	color:#6870b4;
}

a:hover {
	text-decoration:underline;
	color:#6870b4;
	opacity:70%;
}

a:visited{
	text-decoration:none;
	color:#6870b4;
}

/*-------------------------------------------
Clearfix
------------------------------------------ */
.clearfix:after { /* clearfix */
	clear: both;
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%; /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* 2.Layout set
********************************************/
.clear{
	clear:both;
}

#Header{
	padding:15px 0 0 0;
	text-align:right;
	font-weight:bold;
	color:#8895cc;
	height:24px;
}


h1{
	float:left;
	font-size:12px;
}

.access{
	float:right
}

.logo{
	float:left;
	width:204px;
}

#Global_navi{
	float:right;
	margin-top:15px;
	overflow:hidden;
}

#subNavi{
	margin-bottom:10px;
}

#pankuzu{
	clear:both;
	overflow:hidden;
	margin-bottom:1px;
padding:10px 0 4px 0;
}

#pankuzu li{
	float:left;
	padding-right:10px;
	color:#666;
}

#pankuzu li a{
	padding-right:15px;
	background:url(../img/common/pankuzu_arrow.gif) no-repeat right 5px;
	text-decoration:none;
	color:#8d93c8;
	text-decoration:none;
}

#pankuzu li a:hover{
	text-decoration:underline;
	color:#8d93c8;
}

#Wrapper {
	width:960px;
	margin:0 auto;
}

#Contents{
	width:700px;
	float:left;
	margin-left:10px;
}

#Contents_under{
	width:670px;
	float:right;
	margin-top:10px;
}

#Side_navi{
	clear:both;
	width:240px;
	float:left;
	margin-top:10px;	
}

#Left_navi{
	clear:both;
	width:270px;
	float:left;
}

#Right_navi{
	width:240px;
	float:right;
}

#Right_navi ul li{
	margin-bottom:10px;
}

#Under_link{
	clear:both;
	padding:30px 0 10px 0;
}

#Under_link li{
	float:left;
	padding:0 15px 0 0;
	margin-bottom:5px;
}

.social{
	padding-bottom:10px;
}

#Right_navi ul.social li{
	padding-right:5px;
	float:left;
}

.backtop{
	padding:0;
	margin-bottom:5px;
	text-align:right;
}

#Footer{
	width:100%;
	clear:both;
	background-color:#8d93c8;
	text-align:center;
	color:#FFF;
	padding:40px 0 30px 0;
}

.facebook{
	margin-top:20px;
}



.block_box{
	padding-top:20px;
	margin-bottom:10px;
}

#current_box{
	float:left;
	width:200px;
}

.inclede{
	float:right;
	width:500px;
}