@charset "utf-8";
@import "style.css";


/*-----------------------------------------------------------------
Base
-----------------------------------------------------------------*/
body{
	font-size:80%;
	color:#333;
	margin: 0px;
	padding:0px;
	line-height:1.6;
	text-align:center;
	font-family: Meiryo, 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', sans-serif;
	border-top:5px solid #B6A150; 
}

h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding:0px;
	text-align:left;
	font-size:100%;
}

body a {
	color: #003399; text-decoration:underline;
}
body a:link {
	color: #003399; text-decoration:underline;
}
body a:visited {
	color: #003399; text-decoration:underline;
}
body a:hover {
	color: #663399; text-decoration:none;
}

a:focus{
	outline:none;
}

img{
	border:0px;
	vertical-align:bottom;
}

.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}


/*-----------------------------------------------------------------
Font
-----------------------------------------------------------------*/
.ctype_a{color:#990000;}
.ctype_b{color:#666;}
.small_unit {font-size:0.8em; vertical-align:top;}
.big{font-size:120%;}
.small{font-size:0.8em;}

/*-----------------------------------------------------------------
Space
-----------------------------------------------------------------*/
.mt5{margin-top:5px;}
.mb5{margin-bottom:5px;}
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.mt15{margin-top:15px;}
.mb15{margin-bottom:15px;}
.mr15{margin-right:15px;}
.mr10{margin-right:10px;}
.mb20{margin-bottom:20px;}
.mt20{margin-top:20px;}
.mt40{margin-top:40px;}
.ml15{margin-left:15px;}
.ml10{margin-left:10px;}
.ml5{margin-left:5px;}
.mr15{margin-left:15px;}

/*-----------------------------------------------------------------
Float
-----------------------------------------------------------------*/
.f_right{
	float:right;
	margin:0 0 8px 10px;
}
.f_left{
	float:left;
	margin:0 10px 8px 0;
}
.f_clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.f_clear { display: inline-block; }
/* exlude MacIE5 \*/
* html .f_clear { height: 1% }
.f_clear {display:block;}
/* end MacIE5 */


/*-----------------------------------------------------------------
Title
-----------------------------------------------------------------*/
/*#contents h2{
	margin-bottom:15px;
}*/

#contents h3,#contents #topic_page h2{
	background:url(../img/h_back03.jpg) repeat-x bottom #FFF;
	font-size:1.35em;
	font-weight: normal;
	padding:0px 8px 0px;
	margin:0px 0 10px 0;
	clear:both;
	color: #222;
}
#contents h3.head{
	margin-top:0px;
}
#contents #topic_page h2.head{
	margin-top:0;
}
#contents #topic_page h2.head span{
	display:block;
}

#contents h4,#contents #topic_page h3,#contents h5{
	color:#006633;
	font-size:1.1em;
	padding:0px 7px;
	margin:12px 10px 5px;
	border-left:4px solid #006633;
	border-bottom:none;
	border-top:none;
	background:none;
	clear:both;
}

#contents #topic_page h2.sub{
	background:#990000 url(../img/h_back02.jpg) repeat-x top;
	color:#FFF;
	font-size:1.2em;
	padding:3px 8px 1px;
	margin:25px 0 8px 0;
	border-top:none;
	clear:both;
}

/*-----------------------------------------------------------------
Table
-----------------------------------------------------------------*/
table{
	border-spacing:0;
	border-collapse:collapse;
	empty-cells:show;
	margin-left:auto;
	margin-right:auto;
	line-height:1.6;
}

/*-----------------------------------------------------------------
List
-----------------------------------------------------------------*/
ul.normal_link{
	margin:5px 20px;
}
.normal_link li{
	list-style-type:none;
	background:url(../img/arrow01.gif) 0 7px no-repeat;
	padding-left:15px;
	margin-bottom:2px;
}

/*-----------------------------------------------------------------
Common
-----------------------------------------------------------------*/
#contents p{
	margin:2px 20px 4px 20px;
}

/*-----------------------------------------------------------------
For not system page:miyagawa
-----------------------------------------------------------------*/
#contents h4.sub{
	background:#990000 url(../img/h_back02.jpg) repeat-x top;
	color:#fff;
	font-size:1em;
	padding:3px 8px 1px;
	margin:25px 0 8px 0;
	border-top:none;
	border-left:none;
	clear:both;
}
#contents h4.sub a{
	color:#fff;
}
/*-----------------------------------------------------------------
For photo sys :miyagawa
-----------------------------------------------------------------*/
table.photo_tbl{
margin-top:30px;
}

table.photo_tbl td{
padding:5px;
width:150px;
text-align:center;
color:#006633;
font-size:80%;
}
table.photo_tbl a img{
text-align:center;
margin:0 auto;
}
/*-----------------------------------------------------------------
静的なページ :miyagawa
-----------------------------------------------------------------*/
#topic_page .f_clear dt{
text-align:center;
color:#006633;
font-size:80%;
}
#topic_page .f_clear .center span{
text-align:center;
color:#006633;
font-size:80%;
margin-bottom:4px;
}
#topic_page .f_clear div.p{
	margin:2px 20px 4px 20px;
}
/*-----------------------------------------------------------------
静的なページのページ上部リンク
-----------------------------------------------------------------*/
#contents .flt li{
float:left;
width:90px;
margin-right:15px;
margin-bottom:4px;
}
/*-----------------------------------------------------------------
ページアップ
-----------------------------------------------------------------*/
#contents .pageup{
text-align:right;
margin-top:15px;
}
#contents .pageup img{
margin-right:6px;
}
/*-----------------------------------------------------------------
画像配置したりのテーブル
-----------------------------------------------------------------*/
table.layout{
margin-left:20px;
}
table.layout td{
vertical-align:top;
}
table.layout td.sub{
padding-bottom:15px;
}
.pink{
background:#F7E8E8;
}
div.center table{
margin:0 auto;
}
p.under_c img{
margin-top:20px;
}