@charset "UTF-8";

/*-------------------------------------------------------------------
	基本設定
--------------------------------------------------------------------*/
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding:0;
	margin:0;
	}

html {   
    overflow-y:scroll;   
	}
body{
	background-image:url(img/bg.gif);
	font:12px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	line-height:18px;
	color:#333333;
	}
	
img { 
	border:0;
	}

object,embed {
	margin: 0;
	padding:0;
	overflow:hidden;
	outline:none;
	}

p,div,li,td{
	font:"ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	font-size:12px;
	line-height:22px;
	color:#333333;
	}
.S{
	font-size:11px;
	line-height:14px;
	}
.red{
	color:red;
	}
h*{
	font-size:14px;
	line-height:1.5em;
	color:#333333;
	}
/*-------------------------------------------------------------------
	リンク設定
--------------------------------------------------------------------*/

a:link {
	color:#666666;
	background:transparent;
	}

a:visited {
	color:#666666;
	background:transparent;
	}

a:hover, a:active {
	color:#ff0000;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	}
a.NUL{
	text-decoration: none;
	}
a.UL{
	text-decoration: underline;
	}



/*-------------------------------------------------------------------
	［body］設定　（ページ全体）
--------------------------------------------------------------------*/

#main {
	margin-left: auto;
    margin-right: auto;
    text-align: center;
	background-image:url(img/bg.gif);
	margin:0;
	width: 100%;
    position: relative;
    height: 100%;
    min-height: 100%;
	}

#head_box{
	margin-left: auto;
    margin-right: auto;
	width:100%;
	background-image:url(img/bg_head.gif);
	background-repeat: repeat-x;
	height:90px;
	text-align: center;
	}


/*--------------------------------------------------------------------
ナビ
--------------------------------------------------------------------*/
#head_box ol{
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	width:900px;
	padding-top:10px;
	}
#head_box li{
	width:80px;
	float:left;
	list-style-type: none;
	padding:0;
	margin:0;
	font-size: 14px;
	background:url(img/navi_kugiri.gif) repeat-y right;
	text-align: center;
	}
#head_box li#logo{
	width:150px;
	background:none;
	text-align:left;
	}
#head_box li.narrow{
	width:65px;
	}
#head_box li.wide{
	width:110px;
	}

#head_box li#last{
	background:none;
	}

#hontai{
	width:900px;
	/*height:500px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom:10px;
	padding-bottom: 50px;
	/*border-style: solid;
	border-width: 1px;*/
	
	}
	
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
	}
.clearfix {
	display: inline-table;
	min-height: 1%;
	}
/* for macIE ＼*/
* html .hoge {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* end of for macIE */

.M{
	font-size:12px;
	_font-size:93%;
	line-height:1.5em;
	color:#333333;
	}
.S{
	font-size:11px;
	_font-size:77%;
	line-height:1.8em;
	color:#333333;
	}
.orange{
	color:#ff6600;
	}

#footer{
	width: 100%;
	bottom: 0;
	height: 150px;
	text-align: center;
	background-image:url(img/bg_foot.gif);
	background-repeat: repeat-x;
	clear: both;
	}
#foot_box{
	margin-left: auto;
    margin-right: auto;
	width:900px;
	padding-top: 30px;
	}
#comp_name{
	float: left;
	width:210px;
	color: white;
	}
#foot_navi{
	float: left;
    text-align:left;
    margin-left: 300px;
	}
#foot_navi01{
	width:200px;
	float: left;
    text-align:left;
    background-image:url(img/foot_dot.gif);
	background-repeat: repeat-y;
	}
#foot_navi02{
	color: white;
	float: left;
    text-align:left;
    background-image:url(img/foot_dot.gif);
	background-repeat: repeat-y;
	}
#foot_navi01 li{
	list-style-type: none;
	margin-left:20px;
	font-size: 11px;
	color: white;
	}
#foot_navi01 a{
	color: white;
	text-decoration: none;
	}
#foot_navi02 li{
	list-style-type: none;
	margin-left:20px;
	font-size: 11px;
	color: white;
	}
#foot_navi02 a{
	color: white;
	text-decoration: none;
	}
.btn_box a{
	 
	 }

.CLEAR{
	clear:both
	}

/*
###########################

ツールチップ

###########################
*/

.tooltip {  
	position: relative;  
	}
.tooltip .tooltipBody {  
	border: solid 2px black;  
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;  
	border-radius: 4px;  
	position: absolute;  
	left:0px;  
	top: 50px;  
	text-decoration: none;  
	visibility: hidden;  
	padding: 2px 3px;  
	width: 80px;
	zoom: 1;  
	color:white;
	font-size:11px;
	}
.tooltip:hover ,  
.tooltip:hover .tooltipBody {  
	background-color: black;  
	visibility: visible;  
	z-index: 10;  
	}
.tooltip:hover {  
	background-color: white;
	}  
.tooltip .tooltipBody .tooltipAngle {  
	border-right: solid 10px transparent;  
	border-left: solid 0 transparent;    
	border-bottom: solid 10px black;  
	line-height: 0;  
	position: absolute;  
	left: 3em;  
	top: -10px;  
	}  
.tooltip .tooltipBody .tooltipAngle .tooltipAngleInner {  
	border-right: solid 5px transparent;  
	border-left-width: 0;  
	border-top: solid 5px white;  
	line-height: 0;  
	position: absolute;  
	left: 2px;  
	bottom: 5px;  
	}  
  
/*  not supported tanseparent for border by IE6. */  
* html .tooltip .tooltipBody .tooltipAngle {  
	border-right-color: white;  
	bottom: -11px;  
	}  
* html .tooltip .tooltipBody .tooltipAngle .tooltipAngleInner {  
	border-right-color: black;  
	} 
	
/*
###########################

SNSリンク

###########################
*/

.sns-link{
	margin:5px 0 5px 0;
	padding:9px 0 9px 0;
	text-align:left;
	}
.sns-link ul{
	margin:0;
	padding:0;
	}
.sns-link li{
	float:left;
	display: inline;
	margin:0 5px 10px 0;
	height:20px;
	overflow:hidden;
	}
.sns-link li.gplus{
	width:60px;
	}
.sns-link li.tweet{
	width:100px;
	}
.sns-link li.fbiine{
	width:122px;
	}
