@charset "utf-8";
/* CSS Document */
@import "menu.css";
@import "SpryMenuBarHorizontal.css";

/*------------------------------------------------
 初期設定
------------------------------------------------*/

html, body, div, p,
h1, h2, h3, h4, h5, h6,
blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, tr, td, img,
form, fieldset, legend {
	margin: 0;
	padding: 0;
	border:0;
	text-indent: 0;
}

html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	color: #191919;
	background:#ffffff url(../images/common/bg.jpg) center top repeat-x;
	font-size:90%;
}

a:link, a:visited{
	color: #2561A9;
	text-decoration: none;
}

a:hover{
	color: #0099ff;
	text-decoration: underline;
}


/*------------------------------------------------
 共用タグ / 共用クラス
------------------------------------------------*/

/* Clearfix */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.bold{
	font-weight:bold;
}

.small{
	font-size: 90%;
}

.small_EX{
	font-size: 80%;	
}

.red{
	color:#FF0000;
	font-weight: bold;
}

.blue{
	color: #101082;;
}

.orange {
	color:#f93;
}


.lightBlue{
	color:#0066CC;
}

.comingsoon {
	color: #777;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.floatRight{
	float: right;
}

.spacer_20{
	height: 20px;
	display: block;
}

.spacer_50{
	height: 50px;
	display: block;
}

.spacer_80{
	height: 80px;
	display: block;
}


/* ページの先頭へ戻る */
.pagetop{
	text-align: right;
	font-size: 90%;
	margin:10px 0;
}

.pagetop a:link,
.pagetop a:visited{
	color:#999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.pagetop a:hover{
	border-bottom: 1px solid #666;
}

/* 仕切り線 */ 
hr.border{
	border: 1px solid #ddd;
}

/* リンクテキスト 文字色黒・下線 */
.linkTxt_type1 a{
	color:#000;
	text-decoration:underline;
}

.linkTxt_type1 a:visited{
	color:#000;
	text-decoration:underline;
}

.linkTxt_type1 a:hover{
	color:#333;
	text-decoration:underline;
}


/*------------------------------------------------
 コンテナー
------------------------------------------------*/
#container{
	background-color:#4f7287;
	width:960px;
	margin:0 auto;
	
}

/*------------------------------------------------
 ヘッダー
------------------------------------------------*/
#header{
	background:url(../images/common/header.jpg) center top no-repeat;
	height:75px;
}

#header p{
	padding: 20px 0 0 66px;
}

/*------------------------------------------------
 コンテナ
------------------------------------------------*/
#mainContainer{
	min-height:730px;
	height: auto !important;
	height: 730px;
}


/*------------------------------------------------
 メイン
------------------------------------------------*/
#main{
	float:right;
	width:720px;
}

#main img.mainImg{
	margin:0;
	padding:0;
}

/* グローバルメニュー */
#main #globalMenu{
	background:url(../images/common/bg_globalMenu.gif) left top no-repeat;
	height:34px;
	margin:0;
	padding:0;
}

/* メインコンテンツ */
#mainContainer #main #mainCont{
	width:705px;
	margin:0;
}

#main #mainCont div.mainCont_inner{
	background:url(../images/common/bg_mainCont_inner.gif) center top repeat-y;
}

div.mainCont_header{
	background:url(../images/common/bg_mainCont_header.gif) center top no-repeat;
	height:40px;
	text-align:center;
	line-height:2.5;
}

div.mainCont_footer{
	background:url(../images/common/bg_mainCont_bottom.gif) center bottom no-repeat;
	margin:0 auto;
	padding:0 0 51px 0;
}

div.mainCont_header h2{
	font-size:110%;
	line-height: 2.6;
}

div.mainCont_inner h3{
	color: #101082;
	font-weight: bold;
	font-size: 105%;
}

div.mainCont_inner div.inner{
	padding:40px 50px 60px;
}
div.mainCont_inner div.inner a:hover{
	text-decoration:none;
	color:#000;
}

/*------------------------------------------------
 パン屑ナビ
------------------------------------------------*/
#pankuzu{
	color:#FFF;
	text-align:left;
	clear:both;
}

#pankuzu p{
	font-size: 80%;
	line-height: 3;
}

#pankuzu a:link,
#pankuzu a:visited{
	color: #ffffff;
	text-decoration: none;
}

#pankuzu a:hover{
	color: #eeeeee;
	text-decoration: underline;	
}

/*------------------------------------------------
 フッター
------------------------------------------------*/
#footer{
	text-align: right;
	font-size:80%;
	padding:10px 0;
	margin:0;
}

/* フッターリンク */
#footer #footerLink{
	color:#FFF;
	padding-right: 22px;
}

#footer a:link,
#footer a:visited{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	color: #eeeeee;
	text-decoration: underline;	
}

 
/* カウンター*/
#footer #counter{
	margin-top: 20px;
	padding-right: 22px;
}

/* Copyright */
#footer #copyright{
	color:#CCCC00;
	padding-right: 22px;
}
