﻿@charset "utf-8";

/* reset css */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", Tahoma, Arial, sans-serif;
	line-height: 1.4;
	color: #333;
	font-size: 12px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
	text-decoration: none;
}
/* NINJAのコマーシャルを消す */
ul.tdftad {
	display: none;
}

/* chapter5 */
body {
	background: #f4f4f4 url(../images/body_bg.gif) left top repeat-x;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066cc;
}
img {
	vertical-align: top;
}
#wrapper {
	width: 741px;
	margin: 0 auto;
	padding-top: 17px;
	background: #ffffff;
}
#logo {
	margin-bottom: 18px;
}
ul#globalNav {
	width: 741px;
	height: 33px;
	background: #000 url(../images/global_nav_bg.gif) repeat-x;
	overflow: hidden;
}
ul#globalNav li {
	float: left;
	width: 94px;
}
ul#globalNav li a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 33px;
	color: #fff;
	background-image: url(../images/global_nav.gif);
	background-repeat: no-repeat; /* 画像が繰り返して表示されるのを防ぐ */
	overflow: hidden;
}

/* オフマウス時 */
#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 {
	width: 100%;
	padding-bottom: 30px;
	overflow: hidden;
	background: #fff url(../images/content_bg.gif) repeat-y;
}
#about {
	float:left;
	width: 493px;
}
#newsRelease {
	float: left;
	width: 246px;
	padding-left: 1px;
}
#footer {
	clear: both;
	color: #fff;
	background: #333;
}
#about h3, #newsRelease h3 {
	color: #fff;
	background: #3452b2 url(../images/title_bg.gif) repeat-x;
}
#about .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#about .section .link {
	padding-left: 14px;
	background: url(../images/arrow.gif) left center no-repeat;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	margin-top: 10px;
	color: #666;
	font-size: 90%;
}
