@charset "utf-8";
/* ■ 共通スタイル指定 ■ 
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}

html {
height:100%; /* コンテンツ背景 最下到達用 */
}

body {
font-size:75%;/*12px*/
font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
line-height:1.4;
color:#333333;
height: 100%;
background-image:url(/common/images/bg.jpg);
background-repeat:repeat-x;
text-align:center;
}

/* mac Safariのみ適用 \*/
html:\66irst-child body{
font-size:75%;/*12px*/
font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
line-height:1.4;
color:#333333;
height: 100%;
background-image:url(/common/images/bg.jpg);
background-repeat:repeat-x;
letter-spacing:-1.5px;
text-align:center;
}
/* end */


/*均等文字幅設定*/
p{
text-align:justify;
text-justify:distribute;
}

img {
	vertical-align:bottom; /* 画像下余白ナシ */
	border-style:none;
}

hr {
	clear:both; /* 回り込み解除予備 */
}

.divide{
	clear:both;
	height:1px;
}

.divide hr{
	display:none;
}

.clear{
	clear:both;
}

a:link{color:#3399FF; text-decoration:none;}
a:visited{color:#3399FF; text-decoration:none;}
a:hover{color:#0066CC; text-decoration:underline;}
a:active{color:#0066CC; text-decoration:underline;}


/*強調*/
em{
font-weight:bold;
}

/*より強調*/
strong{
font-weight:bold;
}

.red{
color:#FF0000;
}

.kaigyo{
margin:12px 0 0 0;
}

.kaigyo2{
margin:24px 0 0 0;
}

.kaigyo3{
margin:3em 0 0 0;
}


p.hosoku{
font-size:84%;
padding-top:10px;
}

span.hosoku{
font-size:84%;
}

.dn{
display:none;
}

/*コンテンツ幅設定
--------------------------------------------------*/
div#wrapper{
width:930px;
min-height:100%;
height: auto !important;
height: 100%;
margin:0 auto -75px auto;
text-align:center;
}

div#container{
float:right;
width:755px;
margin:15px 0;
text-align:left;
}

div#container h1{
width:755px;
height:32px;
}



div#primary{
float:left;
width:540px;
margin:15px 0;
}

div#secondary{
float:right;
width:200px;
margin:15px 0;
}

div#advertisement{
float:left;
width:160px;
margin:15px 0;
text-align:left;
}

div#footer{
width:930px;
height:50px !important;
height /**/:60px;
margin:0 auto;
padding:10px 0 0 0;
background:#FFFFFF url(/common/images/dotted_line.gif) top repeat-x;
}

div#posh{
height:75px;
clear:both;
}

/*ヘッダー定義
-------------------------------------------------- */
div#header{
position:relative;
width:930px;
height:130px;
margin:0 auto 0 auto;
text-align:left;
}

div#header p#logo a{
position:absolute;
width:106px;
height:72px;
top:10px;
left:175px;
background-image:url(/common/images/logo.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
overflow:hidden;
}

div#header ul#globalNav{
position:absolute;
list-style-type:none;
clear:both;
left:175px;
bottom:0;
}

	div#header ul#globalNav li{
	float:left;
	}
	
	div#header ul#globalNav li a{
	background-repeat:no-repeat;
	display:block;
	height:35px;
	text-indent:-9999px;
	text-decoration:none;
	outline:0;
	}
	
		div#header ul#globalNav li a:hover{
		background-position:0 -35px;
		}
		
		div#header ul#globalNav li a.stay{
		background-position:0 -35px;
		}
		
			li#gmenu01 a{
			background-image:url(/common/images/gmenu01.gif);
			width:83px;
			}
			
			li#gmenu02 a{
			background-image:url(/common/images/gmenu02.gif);
			width:97px;
			}
			
			li#gmenu03 a{
			background-image:url(/common/images/gmenu03.gif);
			width:79px;
			}
			
			li#gmenu04 a{
			background-image:url(/common/images/gmenu04.gif);
			width:79px;
			}
			
			li#gmenu05 a{
			background-image:url(/common/images/gmenu05.gif);
			width:84px;
			}
			
			li#gmenu06 a{
			background-image:url(/common/images/gmenu06.gif);
			width:116px;
			}
			
			li#gmenu07 a{
			background-image:url(/common/images/gmenu07.gif);
			width:58px;
			}
			
form#cse-search-box{
position:absolute;
top:30px;
right:0px;
}


/*左バナー枠定義
-------------------------------------------------- */
/*コンテンツバナー*/
div#con-banner ul{
width:160px;
list-style-type: none;
}

div#con-banner ul li{
margin: 0 0 5px 0;
padding:0;
}


div#con-banner ul li a{
display:block;
width:160px;
height:160px;
text-indent:-9999px;
background-repeat:no-repeat;
outline:0;
text-decoration:none;
overflow:hidden;
}

div#con-banner ul li a:hover{
background-position:bottom;
}

div#con-banner ul li#con-ban01 a{background-image:url(/common/images/banner01.jpg);}


/*コンテンツ中共通定義
-------------------------------------------------- */
div.section{
width:540px;
margin:0 0 50px 0;
}

div.section h2{
font-size:116%;
border-left:5px solid #333333;
padding:2px 5px 2px 5px;
font-weight:bold;
margin-bottom:5px;
}



/*コンテンツ右メニュー共通定義
-------------------------------------------------- */
ul.list-section{
list-style-type: none;
width:200px;
margin:0;
background-repeat:no-repeat;
}

ul.list-section li{
margin:0;
padding:0;
background:#FFFFFF url(/common/images/list_on.gif) left center no-repeat;
text-align:left;
}

ul.list-section li a{
padding:3px 0 3px 17px;
background:#FFFFFF url(/common/images/list_off.gif) left center no-repeat;
display:block;
width:183px !important;
width /**/:200px;
color:#333333;
text-decoration:none;
font-size:84%;
}

ul.list-section li a:hover{
color:#666666;
background-image:none;
background-color:transparent;
}


/*ページトップへ戻る定義
-------------------------------------------------- */
div#page-top{
width:930px;
height:25px;
margin:0 auto;
}

div#page-top p a{
width:130px;
height:25px;
background-image:url(/common/images/page_top.gif);
background-repeat:no-repeat;
text-indent:-9999px;
display:block;
overflow:hidden;
margin-left:800px;
}

div#page-top p a:hover{
background-position:right;
}


/*お問い合わせボタン共通定義
-------------------------------------------------- */
p#contact-btn a{
width:540px;
height:100px;
text-indent:-9999px;
background-image:url(/common/images/contact_btn.gif);
background-repeat:no-repeat;
display:block;
overflow:hidden;
margin:30px 0 50px 0;
}

p#contact-btn a:hover{
background-position:bottom;
}


/*フッター定義
-------------------------------------------------- */
div#footer{
width:100%;
height:50px;
background-color:#E0E0E0;
margin:0;
padding:0;
}

div#foot-section{
width:930px;
height:40px !important;
height /**/:50px;
padding-top:10px;
margin:0 auto;
background-image:url(/common/images/footer_bg.gif);
background-repeat:no-repeat;
background-position:right bottom;
}

div#foot-section p{
text-align:right;
font-size:84%;
}