/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.clear { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	display: inline-block;
	min-height: 1%;	/* for IE 7 and MacIE5.5*/
}
/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* for ie5,6*/

/* Global ----------------------------------------------------------------- */

body {
	/*height:100%;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.80em;
	line-height: 120%;

	color: white;
	background-image: url("../images/back_base_sub.gif");
	background-repeat: no-repeat;
	background-position: center 0;
	background-attachment:fixed;
}
a { text-decoration: none; }
p { margin-left: 30px;margin-bottom: 15px; }
strong, b { font-weight: bold; }
/*big { font-size: 1.3em; line-height: 240%; }*/
big { color:springgreen;font-size: 14px; font-weight:bold;}
small { font-size: 0.8em; }
em { font-style: italic; }
img { border: 0; }
td { vertical-align: top; }

a {	color:gold;}
a:hover { color: yellow; text-decoration:underline;}

hr {
	text-align:right;
	width:90%;
	border: gray 1px dotted;
}

small{
	font-size:0.8em;
}

img.mid { vertical-align: middle; }
table td { vertical-align: middle; }

li{
	margin:3px 0px 0px 0px;
}

.hp{
	line-height:20px;
	color:white;
	vertical-align:middle;
}

.hp a{
	background: url(../images/ico_homepage.png) left no-repeat;
	margin-left: 30px;
	padding-left: 30px;
	color:gold;
}


h3 {
	overflow:hidden;
	height:25px;
	width:685px;
	padding:6px 0px 0px 15px;
	margin:0 auto;
	background: url(../images/title_line01.jpg) left no-repeat;
}


.info_red{
	background: url(../images/m-info.gif) left no-repeat;
	color:red;
	padding:0px 0px 0px 20px;
}
.info_yellow{
	background: url(../images/m-info.gif) left no-repeat;
	color:yellow;
	padding:0px 0px 0px 20px;
}

.annotate1{
	font-size:11px;
	color:silver;
}

.annotate2{
	font-size:11px;
	color:yellow;
}

/* Layout ----------------------------------------------------------------- */

#header, #footer {
	text-align:center;
	width: 685px;
	margin: 0 auto;
}


#header{
	overflow:hidden;
	height:226px;
	background: url(../images/top_sub01.jpg) left no-repeat;
}

.header-title{
	color:#ffffff;
	font-size:13px;
	width:295px;
	height:60px;
	text-align:left;
	margin:90px 0px 0px 190px;
	border:0px solid red;
}


#container{
	text-align:left;
	font-size:12px;
	width: 685px;
	margin:10px 0px 10px 0px;
	padding:0px;
	border:0px solid silver;

}
.container-info{
	text-align:left;
	font-size:12px;
	width: 650px;
	margin:10px 0px 20px 30px;
	padding:0px;
	border:0px solid silver;
}


/* footer ----------------------------------------------------------------- */
#footer{

}

