@charset "UTF-8";



/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:12px;
	color: #333;
}

br {
   letter-spacing:normal;
}

a {
   color:#5A482B;
   text-decoration:none;
}

a:hover {
   color:#C94C00;
}

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

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


/* ========TEMPLATE LAYOUT======== */
#headWrap {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:10px 0;
	background:#074D84;
}

#header {
	position:relative;
	width:960px;
	margin:0 auto;
	background:#074D84;
}

#pr {
   position:absolute;
   left:0;
   top:0;
   width:787px;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#menu {
	width:100%;
	float:left;
	background:url("../images/bg_menu.gif") 0 0 repeat-x;
	margin-bottom: 10px;
}

#icatch {
	width:960px;
	background:#fff;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}


#contents {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:10px;
	background:#fff;
}

#main {

}

#pageTop {
   clear:both;
}

#footMenu {
	width:960px;
	margin:0 auto;
}

#footer {
	background:#000000;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
	margin:0;
	padding-top:5px;
	font-size:32px;
	color:#fff;
	line-height:40px;
}

#header h1 a {
	color:#fff;
}

#header h1 a:hover {
   color:#D30000;
}

#header #pr p {
   margin:0;
   font-size:11px;
}

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

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

#header #gnavi li a {
   display:block;
}

#header #gnavi .tel {
   color:#C94C00;
   font-size:24px;
   font-weight:bold;
   letter-spacing:-1px;
   line-height:1.0;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

#menu li {
	float:left;
	color:#333;
	text-align:center;
	list-style-type:none;
}

#menu li a {
	display:block;
	width:120px;
	color:#5A482B;
	font-family:Georgia,"MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
	color:#3F2A0F;
	font-weight:bold;
	font-size:12px;
	height: 60px;
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}  
#topicPath li {
	display:inline;
	line-height:100%;
	list-style-type:none;
}  
#topicPath li a {
	padding-right:10px;
	background-image: url(../images/topicpath.gif);
	background-repeat: no-repeat;
	background-position: right center;
}  

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#9B0000;
}

#main a:hover {
   color:#C94C00;
   text-decoration:underline;
}

#main h2 {
	margin-bottom:8px;
	padding:0 0 0 30px;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	background:url("../images/bg_h2.gif") 100% 100% no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#main h3 {
	margin-bottom:3px;
	font-size:14px;
	border-bottom:1px solid #999;
	color: #007099;
}

#main h4 {
	margin-bottom:2px;
	padding:2px;
	font-size:12px;
	background:#074D84;
	color:#fff;
}

#main h5 {
   margin-bottom:2px;
   font-size:12px;
   border-bottom:1px solid #5A482B;
}

#main h6 {
   margin-bottom:2px;
   font-size:12px;
}

#main p {
   margin:0 0 1em 0;
   font-size:12px;
}

#main ul,ol,dl {
   font-size:12px;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

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

#main dl.information dt {
   float:left;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:5px 0;
   padding:0 0 0.5em 8em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#EBEADD;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}


/* ========PAGEOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0;
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding-left:8px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}
#footer {
	clear: both;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #CCC;
}




/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

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


/* ========FOOTER CUSTOMIZE======== */
.copyright {
	padding:30px 0;
	font-size:11px;
	font-style:normal;
	color:#FFF;
	text-align:center;
}

/* ========other======== */
.clear {
	clear: both;
}
#main .main_pannel{
   position: relative;
   float: left;
   width: 960px;
   margin-bottom: 10px;
}
#main .main_pannel h3    {
	background-image: none;
	padding: 5px;
	line-height: normal;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* ========cleafix======== */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ========grid layout======== */
.left1{
	position: relative;
	float: left;
	left: 5px;
	width: 182px;
	height: 182px
}
.left2{
	position: relative;
	float: left;
	left: 15px;
	width: 182px;
	height: 182px
}
.left3{
	position: relative;
	float: left;
	left: 25px;
	width: 182px;
	height: 182px
}
.left4{
	position: relative;
	float: left;
	left: 35px;
	width: 182px;
	height: 182px
}
.left5{
	position: relative;
	float: left;
	left: 45px;
	width: 182px;
	height: 182px
}
/* ================================ */

.marginTop_10 {
	margin-top: 10px;
}
.marginTop_20 {
	margin-top: 20px;
}
li {
	list-style-type: none;
}
