@charset "utf-8";

/* スタイル */

* {
	margin:0;
	padding:0;
	font-size:100%;
}

body {
	font-size:75%;
    font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
	line-height:1.4;
	color:#333;
	background:#F4F4F4;
	text-align:center;
}
a {
	color:#039;
}
a:visited {
	color:#333;
}
a:hover {
	color:#06C;
}
img {
	border:none;
	vertical-align:top;
}
#wrapper {
	width:740px;
	background:#FFF;
	padding-top:9px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
/* スタイル終了 */

/* ロゴとナビ */

#logo {
	top:9px;
	height:64px;
	margin:0 auto;
}
#ybm {
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
	font-size:14px;
}
#ybm img {
	vertical-align:baseline;
}
#globalNav {
	top:73px;
	width:740px;
	height:33px;
	list-style-type:none;
	background:#666 url(../images/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(../images/global_nav.gif);
	color:#FFF;
}
/* ロゴとナビ終了 */

/*  背景画像の位置 */
	
	/* 通常 */
	#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; }

/*  背景画像の位置終了 */


/* メインイメージと段組 */

#content {
	overflow:auto !important;
	overflow /**/:hidden;
	width:100%;
	background:#FFF url(../images/content_bg.gif) right top repeat-y;
	padding-bottom:30px;
}
#newsRelease {
	float:right;
	width:201px;
	text-align:left;
}
#about {
	float:left;
	width:538px;
}
#footer {
	clear:both;
	color:#FFF;
	background:#666;
}
#footer a {
	color:#fff;
    text-decoration:none;
}

/* メインイメージと段組終了 */

/* 本文のレイアウト */

#about h3, #newsRelease h3 {
	color:#FFF;
	background:#69F url(../images/title_bg.gif) left top repeat-x;
}
#about .section {
	margin:16px 18px 0;
}
#about .section p {
	margin:10px 0;
}
#about .section .link {
	background:url(../images/arrow.gif) left center no-repeat;
	padding-left:14px;
}
dt {
	font-size:90%;
	color:#666;
	margin-top:10px;
}
#footer {
	padding:7px 18px;
}
/* 本文のレイアウト終了 */


/* TOP以外のコンテンツレイアウト */

#contents div.line {
	width:700px;
	margin:16px 18px 0;
	margin-bottom:2em;

}
#contents h2.contents {
	font-size:14px;
	color:#FFF;
	background-color:#69C;
	border-left:5px solid #0850B2;
	border-bottom:1px solid #666;
	margin:0;
	padding:5px;
}
#contents .text {
	margin:10px 10px 0;
}

#contents .text h3 {
	font-size:18px;
	margin:20px;
	text-align:center;
}
#contents .text h3 a {
	text-decoration:none;
}

#contents span.samePageLink a {
	color:#C00;
	text-decoration:none;
}

#contents .text h4 {
	background-color:#CDF;
	border-top:1px solid #DDD;
	border-bottom:1px solid #999;
	padding:4px 4px 4px 16px;
}

#contents .text h5 {
	background-color:#CCC;
	border-top:1px solid #DDD;
	border-bottom:1px solid #999;
	padding:4px 4px 4px 16px;
}

#contents .text p {
	margin:0 0 10px;
	font-size:12px;
}
#contents .text p.follow {
	margin-top:1em;
}

#contents .text ul, #contents .text ol {
	margin:0 0 10px 2em;
}
#contents .text ol li {
	margin:0 0 8px;
}

#contents p.bottom, #contents ul.bottom, #contents ol.bottom {
	margin-bottom:20px
}

#newsRelease h4 {
	padding:4px;
	background:#DEF;
}
#newsRelease dl {
	margin:0 10px;
}
.separator {
	clear:both;
	text-align:center;
}
.separator img {
vertical-align:middle;
}
.center {
	text-align:center;
}

/* メッセージページ 開始 */
#contents div.messageText p {
	font-size:120%;
}
.messageImg {
	float:right;
	margin:8px 0 20px 20px;
}
/* メッセージページ 終了 */

/* 主な活動 開始 */
.mainactText {
	width:350px;
}
#contents .mainactText h3 {
	margin:0;
}

.mainactImg {
	width:300px;
}

div.odd div.mainactText {
	float:right;
}
div.odd div.mainactImg {
	float:left;
}
div.even div.mainactText {
	float:left;
}
div.even div.mainactImg {
	text-align:right;
	float:right;
}
/* 主な活動 終了 */

/* スタッフページ 開始 */
.staffName {
	font-size:115%;
}
.staffPost {
	color:#600;
}
.staffHistory {
	color:#666;
}
.staffText {
	width:520px;
}
.staffText p {
}
.staffImg {
	width:150px;
}

div.odd div.staffText {
	float:right;
}
div.odd div.staffImg {
	float:left;
}
div.even div.staffText {
	float:left;
}
div.even div.staffImg {
	text-align:right;
	float:right;
}
/* スタッフページ 終了 */

/* お問い合わせページ */
.contactForm {
	text-align:center;
}
.contactForm table {
	margin:10px auto;
	border-top:1px solid #999;
	border-left:1px solid #999;
}
.contactForm th {
	text-align:right;
}
.contactForm td {
	text-align:left;
}
.contactForm th, .contactForm td {
	padding:5px 8px;
	background:#CCC;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.contactForm th.cap {
	text-align:center;
	background:#ACE;
}
input, textarea {
	padding:2px;
}
.caution {
	color:#F00;
}
/* お問い合わせページ 終了 */

/* TOP以外のコンテンツレイアウト終了 */
