@charset "utf-8";

/*==========================================
File name: base.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2012.12.04
========================================== */

/* ▼ BASE SETTING ▼ */

* {
	margin: 0;
	padding: 0;
}


img{
	vertical-align: top;
}


/* ▼ BASE LAYOUT▼ */ 

html{
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	background: url(../images/common/body_upper_bg.jpg) repeat-x top;
	color: #000;
	font-family: Meiryo, "メイリオ","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height:1.8;
}


#screen{
	position: relative;
	min-height: 100%;  
    height: auto !important;  
    height: 100%;
	text-align: left;
}

#container{
	width: 980px;
	margin: 0 auto;

}

#container-footer{
	height: 128px;/* footerの高さを入れる */
	position: relative;
	clear: both;
}

#contents{
	clear: both;
	overflow:hidden;
	width: 980px;
	text-align: left;
/*	padding: 15px 0 15px 0;*/
}


/* ▼ LINK SETTING ▼ */

a{
	outline: none;
	color:#000;
}

a,a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;	
	color:#5186AD;
}

a.current,
a:active,
a:focus {
}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


.no_alpha a:hover img{
	opacity:1.0 !important;
	filter:alpha(opacity=100) !important;
	-ms-filter: "alpha( opacity=100 )" !important;
}



/* ▼ HEADER ▼ */

#header {
	width: 980px;
	height: 115px;
	position: relative;

}

#header_link{
	position: absolute;
	top: 10px;
	right: 0;
}

#header_link ul{
	width: 280px;
	text-align:right;
	
}

#header_link ul li{
	display: inline;
	background: url(../images/common/ar01.png) no-repeat 0px 4px;
	padding-left: 15px;
	margin-left:20px;
}


#header p{
	position: absolute;
	top: 58px;
	left: 233px;
	font-size: 10px;
	color:#666;
	width:460px;
}


/* ▼ MAIN IMAGE ▼ */

#keyvisual{
	margin: 0 auto;
}


/* ▼ GLOBAL NAVIGATION ▼ */


#gnav{
	margin: 0px 0 20px 0;	
}

#gnav ul{
	width: 980px;
	height: 48px;
}

#gnav li{
	list-style-type: none;
	display: inline;
	float:left;

}

/* ▼ MAIN CONTENTS ▼ */

#main{
	width: 980px;
	min-height: 300px;  
    height: auto !important;  
    height: 300px;
 	float: right;
}


#blog_main{
	width: 680px;
	min-height: 300px;  
    height: auto !important;  
    height: 300px;
 	float: right;
}


/* ▼ SIDEBAR ▼*/

#side{
	width: 240px;
	float: left;
	padding: 0 0 0 0;
	margin-bottom:40px;
}
/*

#snav{
	width: 240px;
	margin: 0 0 20px 0;
	
}


#snav ul{
	width: 240px;
}

#snav li{
	list-style-type: none;
	height: 40px;
	width: 240px;
	margin: 0 0 5px 0;
}


 */




/* ▼ FOOTER ▼ */

#footer {
	width: 100%;
	clear: both;
	height: 128px;
	background: url(../images/common/footer_bg.jpg) bottom repeat-x;
	position: absolute;
	bottom: 0;
}


#footer_body{
	width: 980px;
	height: 128px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


#footer_body img{
	vertical-align: bottom;
}


#footer_link{
	width: 410px;
	font-size:11px;
	position:absolute;
	top:18px;
	right:0;
}


#footer_link ul {
	float:left;
}

#footer_link li {
	background: url(../images/common/ar01.png) no-repeat left center;
	padding-left:15px;
	line-height:120%;
}

#footer_link li+li{
 margin-top:4px; 

}

#footer_ad{
	position:absolute;
	top:30px;
	left:155px;
	width:390px;
	}

#footer_ad p{
	font-size:11px;
	line-height:150%;}


#copyright{
	position: absolute;
	top: 106px;
	left: 0;
	width:980px;
	text-align:center;
	font-size:10px;
	color:#fff;
}


/*▼ 10: CLEAR FIX ▼ */
.clear{clear: both;}
/* modern browsers */
.clearfix:after,div#container:after,div#header:after,div#footer:after,div#contents:after{content: ".";display: block;height: 0;clear: both;visibility: hidden; overflow:hidden;}
/* IE7 */
.clearfix,div#container,div#header,div#footer,div#contents{display: inline-block;}
/* legacy IE */
* html .clearfix,* html div#container,* html div#footer,* html div#contents{height: 1%;}
.clearfix,div#container,div#header,div#footer,div#contents{	display: block;}

/* ▼ 10: COMMON STYLE ▼ */

section{
	clear: both;
	margin: 0 0 50px 0;
	/*overflow: hidden;*/
}

section p{
	margin: 0 0 15px 0;
}


/* --- ぱんくずナビ --- */

#breadcrumbs{
	text-align: left;
	margin: 8px 0 20px 0;
	font-size: 90%;
}


/* --- このページのトップへ戻る --- */


.pagetop{
	text-align:right;
	margin:10px 0;
	clear:both;}

.pagetop a{	color:#666;}
.pagetop a:hover{	color:#999;}


/* ==============================================

カラー、サイズ、ライン など　微調整用

============================================== */

/*カラー

.black{ color:#000;}
.red{ color:#C03;}
.blue{ color:#06F;}
.orange{ color:#FF6600;}
.green{ color:#060;}
.pink{ color:#F39;}
.yellow{ color:#FF3;}
.purple{ color:#63C;}
*/
 /*サイズ*/

.fsize10{ font-size:10px;}
.fsize11{ font-size:11px;}
.fsize12{ font-size:12px;}
.fsize14{ font-size:14px;}
.fsize16{ font-size:16px;}
.fsize18{ font-size:18px;}

/*文字配置*/

.textc{ text-align:center;}
.textr{ text-align:right;}
.textl{ text-align:left;}


/*余白微調整*/

.mt8{ margin-top:8px!important;}
.mt10{ margin-top:10px!important;}
.mt15{ margin-top:15px!important;}
.mt20{ margin-top:20px!important;}
.mt30{ margin-top:30px!important;}
.mt50{ margin-top:50px!important;}

.mb10{ margin-bottom:10px!important;}
.mb15{ margin-bottom:15px!important;}
.mb20{ margin-bottom:20px!important;}
.mb30{ margin-bottom:30px!important;}

.mr50{ margin-right:55px!important;}

/* --- Adobe Readerの取得 --- */

#get_adobe_reader{
	padding: 7px;
	border: solid 1px #CCCCCC;
}

#get_adobe_reader img{
	float: right;
}

#get_adobe_reader p{
	float: left;
	width: 400px;
	margin: 0 0 0 0;
	font-size: 11px;
}


@media print{#footer{display: none;}}