@charset "UTF-8";

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

body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	background:#fff url(images/main/bg_body.gif) 0 0 repeat-x;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #74BDFF;
}

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#headWrap {
	position:relative;
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	background-color: #fff;
	background-image: url(images/main/bg_head.gif);
	background-repeat: repeat-x;
}

div#header {
	position:relative;
	width:787px;
	margin:0 auto;
}

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

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

div#menu {
	width:100%;
	float:left;
	background-image: url(images/main/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #DDF9FF;
}

div#icatch {
   width:787px;
   margin:0 auto;
   background:#fff;
}

div#contents {
   width:787px;
   margin:0 auto;
   padding:10px 0 ;
   background:#fff;
}

div#main {
   float:right;
   width:547px;
}
div#main2 {
   float:center;
   width:600px;
}
div#sub {
   float:left;
   width:220px;
}

div#subp {
   float:left;
   width:140px;
}

div#totop {
   clear:both;
}

div#footMenu {
   width:787px;
   margin:0 auto;
}

div#footer {
	background-color: #88CAFE;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3563BB;
}


/* ========HEADER======== */
div#header h1 {
	margin:0;
	padding-top:25px;
	font-size:2em;
	line-height:50px;
}

div#header h1 a {
	color:#66C;
}

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

div#header #pr p {
   margin:0;
   font-size:0.75em;
}

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

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

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



div#main #navi{
   padding-left:15px;
   background:url(images/main/bg_gnavi.gif) 0 1px no-repeat;
}



/* ========MENU======== */
div#menu ul {
   width:787px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:0.75em;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:130px;
   color:#5A5132;
   line-height:60px;
   border-right:1px solid #D8D8D8;
}

div#menu li.home a{
}

div#menu li a:hover{
   color:#333;
   background:#fff;
}


div#sidebar h6 {
   margin-bottom:1px;
   color: #999999;
   font-size:0.72em;
}


/* ========MAIN CONTENTS======== */
div#main a {
	color:#FF9D1C;
}

div#main a:hover {
	color:#39F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85C5FF;
}

div#main h2 {
	margin-bottom:9px;
	padding:0 0 0  15px;
	color:#4F4F4F;
	font-size:0.94em;
	font-weight:bold;
	line-height:35px;
	background:url(images/main/bg_h2.gif) 0 0 no-repeat;
}

div#main h3 {
	margin-bottom:6px;
	padding:0 0 0  18px;
	color:#000000;
	font-size:1em;
	line-height:28px;
	background:url(images/main/bg_h3.gif) 0 0 no-repeat;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h6 {
   margin-bottom:2px;
   color: #666666;
   font-size:0.72em;
}

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;
}

div#main dd{
	padding:0;
	margin:0 0 0.5em 1em;
	padding:3px;
	background-color: #ECF7FF;
}


div#main ul {
list-style:none;
margin:0px;
padding:0px;
}

div#main li {
margin-left:13px;
}


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

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

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


div.center { text-align: center }


div.right {
   text-align: right;
   margin-top:15px;
   margin-right:0px;

}

hr {
   border-width: 1px 0px 0px 0px;
   border-style: dashed; 
   border-color: glay;
   height: 1px;
}



/* ================ */



#index_table {
	margin-bottom: 20px;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
}

#index_table table th {
	text-align: left;
	padding: 7px;
	font-weight: bold;
	color: #036;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39F;
}
#index_table table td {
	text-align: left;
	padding: 7px;
	color: #2a2a2a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

/* ================ */

table#table2 {
	margin-bottom: 20px;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table2 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table2 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}



/* ================ */



/* ========SUB-PHOTO-CONTENTS======== */
div#subp .section {
   margin-bottom:8px;
}

div#subp h2 {
	padding:3px;
	font-size:0.88em;
	font-weight:bold;
	color:#fff;
	padding-left:10px;
	border-bottom:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
	background-color: #83B3E1;
}

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

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

div#subp li now {
	display:block;
	padding-left:12px;
	color: #6BB0DD;
	background-image: url(images/main/bg_list.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

div#subp li a {
   display:block;
   padding-left:12px;
   background:url(images/main/bg_list.gif) 0 6px no-repeat;
}




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

div#sub h2 {
	padding:3px;
	font-size:0.88em;
	font-weight:bold;
	color:#fff;
	padding-left:10px;
	border-bottom:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
	background-color: #83B3E1;
}

div#sub ul {
   margin:5px 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(images/main/bg_dotline.gif) 0 100% repeat-x;
}

div#sub li now {
	display:block;
	padding-left:12px;
	color: #6BB0DD;
	background-image: url(images/main/bg_list.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

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

/* ========TOTOP======== */
div#totop{
   position:relative;
   height:2em;
}

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

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


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

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

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


/* ========FOOTER======== */

josei{
   padding:20px 0;
   font-size:0.63em;
   color:#333;
   text-align:center;
}


address{
   padding:20px 0;
   font-size:0.63em;
   color:#333;
   text-align:center;
}
