@charset "utf-8";

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

/* ▼ BASE SETTING ▼ */

* {
	margin: 0;
	padding: 0;
}



/* ▼ BASE LAYOUT▼ */ 

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

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


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

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

}

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

#contents{
	clear: both;
	width: 960px;
	text-align: left;
	padding: 0 0 15px 0;
}


/* ▼ LINK SETTING ▼ */

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

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

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

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: 960px;
	height: 120px;
	position: relative;

}

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

#header_link ul{
	width: 222px;
	
}

#header_link ul li{
	display: inline;
	font-size: 10px;
	background: url(../images/common/li.gif) no-repeat 0 50%;
	padding-left: 10px;
	margin: 0 0 0 0;
}

#header_link ul li a{
	color: #333333;
}

#header p{
	position: absolute;
	top: 1px;
	left: 0;
	color:#FFF;
	font-size: 10px;
}


/* ▼ MAIN IMAGE ▼ */

#keyvisual{
	margin: 0 auto;
}


/* ▼ GLOBAL NAVIGATION ▼ */


#gnav{
	margin: 0 auto 10px auto;
	width: 960px;
	height: 48px;
}

#gnav ul{
	position: relative;
	background: url(../images/common/gnav-bg.png) no-repeat top left;
	width: 960px;
	height: 48px;
}

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

}

#gnav li a{
	position: absolute;
	display: block;
	height: 40px;
}

#gnav li a:hover{
	background-color: transparent;

}

#gnav li a:hover img{
	visibility: hidden;
}

#gnav-home{
	left: 0;
	width: 50px;
}

#gnav-01,#gnav-02,#gnav-03,#gnav-04,#gnav-05,#gnav-06,#gnav-07{
	width: 130px;
}

#gnav-01{
	left: 50px;
}

#gnav-02{
	left: 180px;
}

#gnav-03{
	left: 310px;
}

#gnav-04{
	left: 440px;
}

#gnav-05{
	left: 570px;
}

#gnav-06{
	left: 700px;
}

#gnav-07{
	left: 830px;
}

/* ▼ MAIN CONTENTS ▼ */

#contents-nav{
	overflow: hidden;
	clear:both;

}

#contents-nav #sub-menu{
}

#contents-nav #breadcrumbs{
	margin: 0 0 10px 0;
}

#contents-nav #sub-menu p{
	text-align: right
}

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


/* ▼ SIDEBAR ▼ */

#side{
	width: 200px;
	float: left;
	padding: 5px 5px 0 5px;
	background: #E6EBFF;
	font-size: 90%;
}

/* --- SIDE MENU --- */


#snav{
	width: 200px;
	margin: 0 0 0 0;
	
}


#snav ul{
	width: 200px;
	position: relative;
}

#snav li{
	list-style-type: none;
	margin: 0 0 10px 0;
}

#snav li a.heading,
#snav li a.heading-w{
	display: block;
	width: 170px;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
	background: #FFF url(../images/common/side-hd-btn-01.png) no-repeat top left; 
}

#snav li a.heading{	
	height: 22px;
	padding: 13px 10px 13px 20px;
}


#snav li a.heading-w{
	height: 38px;
	padding: 5px 10px 5px 20px;
}

#snav li ul{
	padding: 5px;
	width: 190px;
	background: #FFF;
}

#snav li li{
	background: url(../images/common/side-list.png) no-repeat top left;
	width: 165px;
	padding-left: 15px;
	margin: 0 0 5px 0;
}

#snav li ul ul{
	width: 140px;
	padding-bottom: 0;
}

#snav ul ul ul li{
	background: none;
	width: 160px;
/*	list-style-type: disc;*/
	padding-left: 0;
}

#snav li ul img{
	margin: 0 0 5px 0px;
}

#ippon{
	background: none!important;
	padding: 0!important;
	
}

/* ▼ FOOTER ▼ */

#footer {
	width: 100%;
	clear: both;
	height: 350px;
	background: #021766;
	color: #888;
	font-size: 85%;
	position: absolute;
	bottom: 0;
}


#footer_body{
	width: 960px;
	height: 350px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	color: #FFF;
}

#footer_body a{
	color: #FFF;
}



#copyright{
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0;
}

#copyright p{
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer_link{
	width: 960px;
	position: absolute;
	top: 15px;
	left: 0;
	font-size: 95%;
}


#footer_link .ul_01{
	float: left;
	margin: 0 10px 0 20px;
	width: 200px;
}


#footer_link li{
	margin: 0 0 7px 0;
	list-style-type: square;
}

#footer_link li ul{
	margin: 7px 0 0 10px;
}

#footer_link li ul li{
	list-style-type: disc;
}


/*▼ CLEAR FIX ▼ */

.clear{
	clear: both;
}


/* modern browsers */

.clearfix:after,
#container:after,
#header:after,
#footer:after,
#contents:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

/* IE7 */

.clearfix,
#container,
#header,
#footer,
#contents{
	display: inline-block;
}

/* legacy IE */

* html .clearfix,
* html #container,
* html #footer,
* html #contents{
	height: 1%;
}

.clearfix,
#container,
#header,
#footer,
#contents{
	display: block;
}

/* ▼ 10: COMMON STYLE ▼ */

#main h1{
	background: url(../images/common/hd-01.png) no-repeat top left;
	width: 716px;
	height: 38px;
	color: #FFF;
	font-size: 1.1em;
	padding: 10px 10px 0 10px;
	border: none;
}


section{
	clear: both;
	margin: 0 0 20px 0;
}
section p{
	margin: 0 0 10px 0;
}

#main ol li{
	list-style-type: decimal;
}

.default-list ol,
.default-list ul{
	margin-left: 20px;
	margin-bottom: 15px;
}

.default-list ol li,
.default-list ul li{
}


.default-list ol li{
	list-style-type: decimal;
}
.default-list ul li{
	list-style-type: disc;
}



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

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


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

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



/* --- テーブル --- */

.table_type01{
	margin: 0px 0 15px 0;
	padding:0;
	font-weight:normal;
	}

.table_type01 th,
.table_type01 td{
	border: solid 1px #CCC;
	padding:5px 7px;
	text-decoration:none;
	border-collapse: collapse;}

.table_type01 th{
	background-color: #F2F2F2;
}

/*カラー*/

.black{ color:#000;}
.red{ color:#C00;}
.blue{
	color:#03C;
}
.orange{ color:#F60;}
.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;}


/* --- テキストの装飾・強調 --- */
.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt25{ margin-top:25px;}

.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}

.pl12{ padding-left:12px;}
.pl24{ padding-left:24px;}
.pl36{ padding-left:36px;}
.pl45{ padding-left:45px;}
.pl48{ padding-left:48px;}

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

.textc img{
	margin: 0 0 10px 0;
}

/* --- 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;
}

}
