@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	background-image: url(../img/bg010_09.gif);
	background-repeat: repeat;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

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

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
	width:760px;
	margin:0 auto;
	padding:10px 0;
	background-color: #FFF;
}

div#header {
	width:760px;
}

div#pr {
	float: left;
}

div#gnavi {
	float: right;
}

div#icatch {
	width:760px;
	clear: both;
	background-color: #F6F4F1;
	background-image: url(../img/image_top.jpg);
	background-repeat: no-repeat;
	height: 328px;
}
div#icatch h3{
	width:650px;
	font-size: 1.2em;
	font-weight: bold;
	left: 170px;
	top: 120px;
	position: absolute;
	color: #FFF;
}
div#icatch h4{
	width:500px;
	font-size: 1em;
	font-weight: bold;
	left: 190px;
	top: 160px;
	position: absolute;
	color: #FFF;
}

div#menu {
	float:left;
	width:760px;
	background-color: #7F003F;
	background-image: url(../img/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

div#contents {
   float:left;
   width:760px;
   margin-top:10px;
}

div#main {
   float:left;
   width:530px;
}


div#sub {
	float:right;
	width:220px;
	text-align: center;
}
#main .menu {
	width: 480px;
	padding: 10px;
	margin-left: 15px;
	margin-right: 10px;
}
#main .menu　ul li{
	width: 500px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main .menu　ol li{
	width: 500px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#totop {
   clear:both;
}

div#footMenu {
   float:left;
   width:760px;
   padding-top:10px;
}

div#footer {
   clear:both;
}
div#header h1  {
	margin:0;
	font-size:0.7em;
	text-indent: 1em;
	color: #666;
}

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
	float:left;
	font-size:0.7em;
	margin-left:15px;
}

div#header #gnavi li a{
	display:block;
	padding-left:15px;
	background-image: url(../img/bg_gnavi.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
   list-style-type:none;
}

div#menu li {
	float:left;
	margin:0;
	font-size:0.75em;
	background-image: url(../img/bg_menupause.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

div#menu li a {
   display:block;
   line-height:40px;
   color:#fff;
   margin-left:1px;
   padding:0 10px;
}

div#menu li a:hover {
	color:#fff;
	background-color: #7F003F;
}

div#menu li.home {
   background:none;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a {
   color:#A7005D;
}

div#main a:hover {
   color:#C71C7A;
   border-bottom:1px solid #C71C7A;
}

div#main h2 {
	margin-bottom:8px;
	padding:0 0 0 40px;
	line-height:2.0;
	color:#5E563F;
	font-size:0.94em;
	font-weight:bold;
	border:1px solid #B4A373;
	background-color: #fff;
	background-image: url(../img/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

div#main h5 {
	font-size:0.75em;
	text-align: left;
	text-indent: 1.5em;
	background-image: url(../img/titlebar_yellow.gif);
	background-repeat: no-repeat;
	margin-top: 6px;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 40px;
	width: 490px;
	margin-left: 0px;
}

div#main h6 {
	margin-bottom:0px;
	margin-top: 0px;
	float:right;
	margin-right: 5px;
	margin-left: 10px;
	font-weight: normal;
	font-size: 0.8em;
}


div#main p {
   margin:0 0 1em 0;
   font-size:0.75em;
}

div#main ul,ol,dl {
   font-size:0.75em;
}

div#main dt {
	margin-bottom:3px;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 8px;
}

div#main dd {
	background:#f1f1f1;
	margin-top: 8;
	margin-right: 0;
	margin-left: 0em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

div#main div.icatch {
   margin-bottom:20px;
}

/* INFOMATION CUSTOMIZE */
* html body div#main dl.infomation dd div{
   display:inline-block;
}

div#main dl.infomation dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.infomation dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   font-size:0.88em;
   font-weight:bold;
}

div#sub ul {
   margin:0 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style:none;
   background:url(../img/bg_dotline.gif) 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url(../img/bg_list.gif) 0 5px no-repeat;
}


/* ========TOTOP CUSTOMIZE======== */
div#totop{
	position:relative;
	height:1.5em;
	clear: both;
}

div#totop p{
   position:absolute;
   top:10px;
   right:0;
   margin:0;
   font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
   background:url(../img/bg_totop.gif) 0 50% no-repeat;
}

div#totop p a:hover {
   color:#999;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:0;
   text-align:right;
   background:url(../img/bg_dotline.gif) 0 0 repeat-x;
   
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   line-height:3.0;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
	padding-left:10px;
	background-image: url(../img/bg_footmenu.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   font-size:0.63em;
   color:#fff;
   line-height:3;
   text-align:center;
   background:#A7005D;
}
.topics{
	font-size:1em;
	margin-bottom:15px;
	vertical-align: middle;
	width: 480px;
	padding-top: 4px;
	padding-right: 1em;
	padding-bottom: 4px;
	padding-left: 1em;
	height: auto;
}
.imgleft{
	float:left;
	width:auto;
	margin:0px 15px 15px 0;
}
.imgright{
	float:right;
	width:auto;
	margin:0px 0px 15px 15px;
}
/*CSS HACK clearfix floatbox の float解除*/
.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.news {
	border: 1px double #666;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 15px;
	margin-left: 10px;
}
.news p {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.news2 {
	border: 1px dotted #666;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #eceae8;
	float: right;
	vertical-align: middle;
	width: 480px;
}
.news2 p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.news2 ul {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
	list-style-type: none;
}
.news2 li {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
}
#area {
	font-size: 0.65em;
	text-align: center;
	width: 760px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#address {
	font-size: 0.8em;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.center1  {
	text-align: center;
}



.bold  {
	font-weight: bold;
}
.brown {
	color: #800000;
}


.space10 {
	height : 10px;
	width : auto;
	clear: both;
}

.space20 {
	height : 20px;
	width : auto;
	clear: both;
}
.space5 {
	height : 5px;
	width : auto;
	clear: both;
}
