@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #F4F4F4 url(../gif/body_bg.gif) left top repeat-x;
}
a:{ text-decoration: none; 
}
a:link { color: #333333; text-decoration: none;
 }
a:visited { color: #660066; text-decoration: none;
 }
a:hover { color: #2735b6; text-decoration: underline;
 }
a:active { color: #ff0000; text-decoration: underline;
 }
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 741px;
	background: #FFFFFF;
	padding-top: 106px;
}

h4 {
	font-size: 400%; /* フォントサイズをbody要素から継承された計算値の117%分に指定 */
}
h5 {
	font-size: 190%; /* フォントサイズをbody要素から継承された計算値の117%分に指定 */
}


/* ロゴ、ヘッダー
---------------------------------------------*/

#header h1 {
	position: absolute;
        padding: 0px 0px 0px 10px;
	color: #ffffff;
	margin-top: -105px;
	font-size: 90%;
	font-weight: normal;
}


#logo {
	position: absolute;
	left: 17px;
	top: 18px;
}



/* ナビゲーション
---------------------------------------------*/

#globalNav {
	position: absolute;
	top: 73px;
	left: 0;
	width: 741px;
	height: 33px;
	list-style-type: none;
	background: #000000 url(../gif/global_nav_bg.gif) left top repeat-x;
}
#globalNav li {
	float: left;
	width: 94px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:33px;
	padding-top: 33px;
	background-image: url(../gif/global_nav.gif);
	color: #FFFFFF;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -94px  0; }
	#nav03 a { background-position: -188px 0; }
	#nav04 a { background-position: -282px 0; }
	#nav05 a { background-position: -376px 0; }
	#nav06 a { background-position: -470px 0; }
	#nav07 a { background-position: -564px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -66px; }
	#nav02 a.stay { background-position: -94px  -66px; }
	#nav03 a.stay { background-position: -188px -66px; }
	#nav04 a.stay { background-position: -282px -66px; }
	#nav05 a.stay { background-position: -376px -66px; }
	#nav06 a.stay { background-position: -470px -66px; }
	#nav07 a.stay { background-position: -564px -66px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -33px; }
	#nav02 a:hover { background-position: -94px  -33px; }
	#nav03 a:hover { background-position: -188px -33px; }
	#nav04 a:hover { background-position: -282px -33px; }
	#nav05 a:hover { background-position: -376px -33px; }
	#nav06 a:hover { background-position: -470px -33px; }
	#nav07 a:hover { background-position: -564px -33px; }



/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;

	padding-bottom: 30px;
}
#about {
	float: left;
	width: 741px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background: #333333;
}

/* 本文のレイアウト
---------------------------------------------*/
#about h3 {
	color: #FFFFFF;
	background: #3452B2 url(../gif/title_bg.gif) left top repeat-x;
}
#about .section {
	margin: 16px 15px 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}



#about .section ul {
	margin: 0 0px 0 380px;
}
#about .section ol {
	margin: 0 0px 0 460px;
}


#about .figure-left {
        float: left;
	padding: 0 30px 0 0; /* 左右方向にパディング指定 */* 画像の回り込み左側*/
 }
#about .figure-right {
        float: right;
	padding: 0 30px 0 0; /* 左右方向にパディング指定 */* 画像の回り込み左側*/
 }


#about .section .link {
	background: url(../gif/arrow.gif) left center no-repeat;
	padding-left: 14px;

}


#about .section dd {
	padding: 5px;
}
