/* 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,
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;
}

dl {
	margin: 0px 0px 0px 10px ;
}
dt {
	margin: 0px 0px 0px 15px ;
}

/* 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.8em;
	line-height: 120%;

	color: white;
	background-image: url("../images/back_base01.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
}
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; }

.midashi1{
	/*text-align:right;*/
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
	color:#ffffff;
	padding:2px 0px 3px 25px;
	border-bottom:1px solid silver;
	margin-bottom:10px;
	margin-left: 15px;
	background: url(../images/ico_ante.png) left no-repeat;
}

a {	color:gold;}
a:hover { color: yellow; text-decoration:underline;}

hr {
	text-align:right;
	width:90%;
	border: gray 1px dotted;
}

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;
}


.link{
	line-height:18px;
	vertical-align:middle;
}

.link a{
	background: url(../images/ico_link.png) left no-repeat;
	margin-left: 30px;
	padding-left: 30px;
	color:gold;
}

.link a:hover {
	background: url(../images/ico_link.png) left no-repeat;
	margin-left: 30px;
	padding-left: 30px;
	color: yellow;
	text-decoration:underline;
}


.td1{
	text-align:left;
	vertical-align: top;
	background: url(../images/back_td1.png);
}
.td2{
	text-align:left;
	vertical-align: top;
	font-size:11px;
	background: url(../images/back_td2.png);
}
.td3{
	text-align:left;
	vertical-align: top;
	font-size:11px;
	background: url(../images/back_td3.png);
}

.td10{
	text-align:left;
	vertical-align: top;
	font-size:11px;
	background: url(../images/back_td10.png);
}
.td11{
	text-align:left;
	vertical-align: top;
	font-size:11px;
	background: url(../images/back_td11.png);
}
.td20{
	font-weight:bold;
	text-align:left;
	vertical-align: top;
	font-size:11px;
	background: url(../images/back_td10.png);
	border:1px solid black;
}
.td21{
	font-weight:bold;
	text-align:center;
	vertical-align: top;
	font-size:13px;
	background: url(../images/back_td11.png);
	border:0px solid black;
}


.info_yellow{
	background: url(../images/m-info.gif) left no-repeat;
	color:yellow;
	padding:0px 0px 0px 20px;
}

.info_red{
	background: url(../images/m-info.gif) left no-repeat;
	background-color:#ffffff;
	color:red;
	padding:0px 0px 0px 20px;
}


.topic{
	overflow:hidden;
	font-size:0.9em;
	width:700px;
	padding:6px;
	margin:0px 0px 0px 0px;

}

.topic_info{
	float:left;
	text-align:left;
	width:380px;
	height:100px;
	padding:10px;
	margin:0px 0px 0px 0px;
	/*background: url(../images/back_title01.png);*/
	background: url(../images/back_td1.png);
}

 .topic_info hr {
	text-align:right;
	width:100%;
	border: gray 1px dotted;
}


.topic_pic{
	float:left;
	width:120px;
	padding:2px;
	margin:0px 0px 0px 0px;
}
.topic_title{
	float:left;
	font-size:1.0em;
	text-align:left;
	width:205px;
	padding:4px;
	margin:0px 0px 0px 0px;
}

.topic_info2{
	float:left;
	font-size:0.9em;
	text-align:left;
	width:250px;
	height:100px;
	padding:10px;
	margin:0px 0px 0px 0px;
	/*background: url(../images/back_title01.png);*/
	background: url(../images/back_td1.png);
}

/* Layout ----------------------------------------------------------------- */

#header, #footer, #container {
	text-align:center;
	width: 950px;
	margin: 0 auto;
}


#header{
	height:65px;
}
#header h1{
	width:884px;
	margin:10px auto;
}




/* Sub01 Window  */
.mid-contents-sub{
	width:820px;
	/*height:1230px;*/
	margin:20px 10px 0px 80px;
	border:0px solid red;

}
.sub01-header{
	width:820px;
	height:25px;
	background: url(../images/back_sub01_header.png);
}
.back_sub01_top{
	text-align:right;
	width:820px;
	height:220px;
	padding:0px;
	margin:0px 0px 0px 0px;
	background: url(../images/back_title03.png);
	background-repeat: no-repeat;
}
.back_sub01_top_left{
	float:left;
	color:#ffffff;
	font-size:13px;
	width:295px;
	height:60px;
	text-align:left;
	margin:90px 0px 0px 190px;

}
.back_sub01_top_right{
	float:right;
}




.back_title_bar_sub01{
	width:820px;
	height:25px;
	margin:0px 0px 0px 0px;
}
.sub01-mid{
	overflow:auto;
	width:770px;
	/*height:1050px;*/
	padding:25px;
	margin:0px 0px 0px 0px;
	background: url(../images/back_title02.png);
}
.sub01-footer{
	width:820px;
	height:25px;
	margin:0px 0px 15px 0px;
	background: url(../images/back_sub01_footer.png);
}






#footer {
	margin:30px auto;
	height:50px;
	margin-bottom: 10px;
}


/* header ----------------------------------------------------------------- */
#header h1{
	background: url(../images/back_title01.png);
	color:white;
	text-align:left;
}






/* footer ----------------------------------------------------------------- */
.footer-menu{
	background: url(../images/back_title01.png);
	text-align:center;
}
.footer-menu a {
	background: url(../images/ico_link.png) left no-repeat;
	margin-left: 10px;
	padding-left: 20px;
	color: gold;
}

