@charset "utf-8";


/* 基本スタイル
---------------------------------------------*/

* {
 margin: 0px;
	padding: 0px;
	font-size: 100%;
}
body {
 text-align: center;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
	line-height: 1.5;
	color: #666666;
	background: url(../images/bg_body_naka.gif) top repeat-x;
}
a {
	color: #666666;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FF6600;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
#header {
 position: relative;
	width: 100%; /* for WIN IE6*/
 height: 125px;
}
#hdimg {
 position: relative;
	width: 100%; /* for WIN IE6*/
	height: 130px;
}
#logo {
 position: absolute;
	left: 5px;
	margin-top: 25px;
}
#sidelogo {
 position: absolute;
	right: 15px;
	margin-top: 20px;
}
#fontsize {
	position: absolute;
	right: 0px;
	margin: 72px 40px 0px 0px;
	text-align: right;
}



/* グローバルナビゲーション
---------------------------------------------*/

#navi {
 position: relative;
	width: 100%; /* for WIN IE6*/
 height: 50px;
	background: url(../images/globalnav_bg.gif) left top no-repeat;
}
#globalnav {
 position: absolute;
	margin-left: 0px;
	width: 750px;
	height: 50px;
	list-style-type: none;
}
#globalnav li {
 float: left;
	width: 150px;
}
#globalnav li a {
 display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:50px;
	padding-top: 50px;
	background-image: url(../images/globalnav.gif);
	color: #FFFFFF;
}

/*　オフマウス　*/
#glo01 a { background-position:    0px  0; }
#glo02 a { background-position: -150px  0; }
#glo03 a { background-position: -300px  0; }
#glo04 a { background-position: -450px  0; }
#glo05 a { background-position: -600px  0; }


/*　選択済み　*/
#glo01 a.stay { background-position:    0px  -50px; }
#glo02 a.stay { background-position: -150px  -50px; }
#glo03 a.stay { background-position: -300px  -50px; }
#glo04 a.stay { background-position: -450px  -50px; }
#glo05 a.stay { background-position: -600px  -50px; }


/*　オンマウス　*/
#glo01 a:hover { background-position:    0px  -100px; }
#glo02 a:hover { background-position: -150px  -100px; }
#glo03 a:hover { background-position: -300px  -100px; }
#glo04 a:hover { background-position: -450px  -100px; }
#glo05 a:hover { background-position: -600px  -100px; }



/* ボディー
---------------------------------------------*/

#container {
 float: left;
	width: 750px;
	padding-bottom: 20px;
}
#primary {
 float: left;
	width: 210px;
	padding-top: 15px;
}
#secondary {
 float: left;
	width: 510px;
	text-align: left;
	padding-right: 20px;
}


/* ボディー内容（プライマリー）
---------------------------------------------*/
#primary .section {
	margin: 5px 0px;
}
#primary h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 3px 25px;
	font-weight: normal;
	background: url(../images/hd_txt_01.gif) left bottom no-repeat;
	border-bottom: 1px solid #CCCCCC;
}



/* ボディー内容（セカンダリー）
---------------------------------------------*/
#secondary h2 {
 margin-top: 30px;
	padding: 5px 0px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
}
#secondary .section {
 margin: 10px 0px 10px 40px;
	border-bottom: 1px dotted #CCCCCC;
}
#secondary .section a {
	background: url(../images/arrow_02.gif) left bottom no-repeat;
	padding-left: 15px;
}
#secondary p {
 margin: 5px 0px;
	padding-bottom: 5px;
 color: #333333;
}
#secondary em {
 margin: 5px 0px;
	color: #006699;
	font-style: normal;
}
#secondary .pagetop {
margin : 10px 0px 0px 400px;
}



/* フッター
---------------------------------------------*/

#footer {
 clear: both;
	text-align: right;
	width: 750px;
 height: 65px;
	background: url(../images/footer_bg.gif) top repeat-y;
}
#footer p {
 color: #999999;
	padding-top: 30px;
	font-size: 90%;
}
#footer a {
 text-decoration: none;
}




