@charset "utf-8";

* {
	margin:0;
	padding:0;
}
/* 共通
------------------------------------------------------------------------------ */
body {
	width:757px;
	margin:0 auto;
	padding:0;
	color:#000;
	line-height:1.4em;
	background:#D2F0F0;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position:100% 100%;
}

h1, h2, h3, h4, p, ul, ol, dl, address, table, th, td, em, strong {
	margin:0;
	padding:0;
	font:100% 'MS Pゴシック', 'MS PGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, arial, Simhei, Simsun, sans-serif, serif, monospace;
	line-height:1.4em;
}

/* 大見出し 
--------------------------------------- */
h1 {
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	font-size:1.6em;
	font-weight:bold;
	padding-left:39px;
	line-height:37px;
	border-top-color: #066;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #399;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
/* 大見出し （トップのみ）
--------------------------------------- */
h1.head {
	width:757px;
	margin:0;
	padding:5px 0 0 0;
	font-weight:normal;
	font-size:0.7em;
	line-height:0.7em;
	border:none;
}
/* 中見出し 
--------------------------------------- */
h3 {
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	font-size:1em;
	padding-left:25px;
	font-weight:bold;
	line-height:27px;
	border-top-color: #99F;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #99F;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	background:url("./img/ball_1.jpg") no-repeat 0;
}

/* 小見出し 
--------------------------------------- */
h4 {
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	font-size:0.9em;
	padding-left:30px;
	padding-top:5px;
	font-weight:normal;
	line-height:25px;
	border-top-color: #EEF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #EEF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

img {
	border:0;
}

div.jump p{display:none;}


p {
	text-align:left;
	text-indent:0px;
	margin: 0 10px 0 10px;
	padding: 3px 10px 7px 45px;
	font-size:1.0em;
	line-height:1.6em;
	list-style-type: none;
}
address {
	text-align:center;
	font-style:normal;
	font-size:1.0em;
	line-height:1.2em;
}
.red {
	color: #C00;
}
.clear {
	clear:both;
}
.t_top {
	width:757px;
}
.t_mid {
	width:757px;
	background:#ffffff url("img/w_mid.jpg") repeat-y;
}
.t_bottom {
	width:757px;
}
#container {
	width:757px;
	margin:0 auto 0 auto;
	padding: 0;
	background:#FFF repeat-y;
	overflow:hidden;
}
#header {
	margin:0;
	padding:0;
	width:757px;
	height:40px;
	background:url("./img/tdc_header.jpg");
	color:#FFF;
	text-align:right;
}
#titleimg {
	margin:0;
	padding:0;
	width:757px;
	text-align:right;
}
#maincontents {
	width:757px;
	padding: 0px;
	margin: 0px;
	background:#FFF;
	overflow:hidden;
}

#footer {
	background:#FFF;
	width:757px;
	padding:0;
	text-align:center;
	font-size:0.9em;
}
#footer p {
	line-height:1.1em;
	margin: 0;
	padding: 2px;
	text-align:center;
	font-size:0.9em;
	font-style:normal;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- Global Navi Style */
li {
	padding: 0px;
	margin: 0px;
}
#g_navi {
	height:40px;
	margin:0px;
	padding:0px;
}
#g_navi ul {
	padding:0px;
	width:757px;
	margin:0 auto;
	overflow:hidden;
}
#g_navi li {
	float:left;
	display:inline;
	list-style-type:none;
	overflow:hidden;
}
#g_navi li a {
	height:40px;
	display:block;
	float:left;
	text-decoration:none;
	overflow:hidden;
}
/*------off*/
#g_navi li.g_navi01 a {
	background:url(./img/menu9.jpg) no-repeat 0px 0px;
	width:122px;
}
#g_navi li.g_navi02 a {
	background:url(./img/menu9.jpg) no-repeat -123px 0px;
	width:138px;
}
#g_navi li.g_navi03 a {
	background:url(./img/menu9.jpg) no-repeat -262px 0px;
	width:82px;
}
#g_navi li.g_navi04 a {
	background:url(./img/menu9.jpg) no-repeat -344px 0px;
	width:188px;
}
#g_navi li.g_navi05 a {
	background:url(./img/menu9.jpg) no-repeat -532px 0px;
	width:140px;
}
#g_navi li.g_navi06 a {
	background:url(./img/menu9.jpg) no-repeat -672px 0px;
	width:87px;
}
/*------hover*/
#g_navi li.g_navi01 a:hover {
	background:url(./img/menu9.jpg) no-repeat 0px -40px;
	width:122px;
}
#g_navi li.g_navi02 a:hover {
	background:url(./img/menu9.jpg) no-repeat -123px -40px;
	width:138px;
}
#g_navi li.g_navi03 a:hover {
	background:url(./img/menu9.jpg) no-repeat -262px -40px;
	width:82px;
}
#g_navi li.g_navi04 a:hover {
	background:url(./img/menu9.jpg) no-repeat -344px -40px;
	width:188px;
}
#g_navi li.g_navi05 a:hover {
	background:url(./img/menu9.jpg) no-repeat -532px -40px;
	width:140px;
}
#g_navi li.g_navi06 a:hover {
	background:url(./img/menu9.jpg) no-repeat -672px -40px;
	width:87px;
}

/*------on*/
#g_navi li.g_navi01_on a {
	background:url(./img/menu9.jpg) no-repeat 0px -80px;
	width:122px;
}
#g_navi li.g_navi02_on a {
	background:url(./img/menu9.jpg) no-repeat -123px -80px;
	width:138px;
}
#g_navi li.g_navi03_on a {
	background:url(./img/menu9.jpg) no-repeat -262px -80px;
	width:82px;
}
#g_navi li.g_navi04_on a {
	background:url(./img/menu9.jpg) no-repeat -344px -80px;
	width:188px;
}
#g_navi li.g_navi05_on a {
	background:url(./img/menu9.jpg) no-repeat -532px -80px;
	width:140px;
}
#g_navi li.g_navi06_on a {
	background:url(./img/menu9.jpg) no-repeat -672px -80px;
	width:87px;
}
