@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {

}

body {
	margin: 0;
}

br {
   letter-spacing:normal;
}

a {

}

a:hover {
	color:#F30;
	
}

img {

}

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

/* ========TEMPLATE LAYOUT======== */
div#headWrap {
	position:relative;
	width:953px;
	background:#fff;
	margin-top: 5px;
	margin-bottom: 14;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	width:953px;
	background:#fff;
	alignment-baseline: baseline;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: auto;
}

div#top {
	width:961px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

div#pr {
	left:auto;
	top:2px;
	width:953px;
	margin: 0px;
	font-size: medium;
	color: #F00;
	font-weight: bold;
}

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

div#menu {
	width:100%;
	float:left;
	background:url("images/bg_menu_b.jpg") 0 0 repeat-x;
	margin-top: auto;
	margin-bottom: 15px;
	margin-left: 0em;
	margin-right: auto;
}

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

div#contents {
	width:955px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
	background-image: url(images/bg_side.jpg);
	background-repeat: repeat-y;
	background-position: center;
	
}


div#main {
	float:left;
	width:660px;
	margin-top: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
　　-moz-border-radius: 10px;
	margin-left: 20px;
	
}

div#main_b {
	float:left;
	width:920px;
	margin-top: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
　　-moz-border-radius: 10px;
	margin-left: 15px;
	
}
div#act {
	width:100%;
}

div#sub {
	float:right;
	width:221px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
}

div#sub_conbox {
	color: #000;
	border: thin solid #CCC;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	　　-moz-border-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	margin-bottom: 14px;

}

div#sub2 {
	float:right;
	width:192px;
	color: #030;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	font-size: smaller;
}

div#totop {

}

div#end {
	background-image: url(images/bg_end.jpg);
	background-repeat: no-repeat;
	color: #CCC;
	
}

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

div#footer {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
	background-image: url(images/bg_foot.jpg);
	background-position: bottom;
	bottom: auto;
	height: 127px;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	margin:0;
	padding-top:25px;
	font-size:200%;/* 32px相当 */
	color:#600;
	line-height:50px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #900;
}

div#header h1 a {
   color:#9B0000;
}

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

div#header img {
	padding:0px
}

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

}
div#header #gnavi li {
   float:left;
   font-size:70%;/* 11px相当 */
   margin-left:15px;
}

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

div#header img {

}
	


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

div#menu li {
	float:left;
	font-size:75%;/* 12px相当 */
	color:#000;
	text-align:center;
	list-style-type:none;
}

div#menu li a{
	display:block;
	width:133px;
	color:#000;
	line-height:61px;
	border-right:1px solid #D8D8D8;
	text-align: center;
}

div#menu li.tit_img a {
	border-left:1px solid #D8D8D8;
	color: #000;
}

div#menu li a:hover {
	color: #FFF;
	z-index:100;
	font-weight: bold;
	background-color: #fff;
	background-image: url(images/bg_menu_b.jpg);
	background-repeat: repeat-x;
	background-position: 0 -61px;
	text-align: center;
	font-size: medium;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main_ibox {
	border-style: solid;
	border-color: #F30;
	border-width: 1px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 18px;
	margin-bottom: 15px;
	
}
	

div#main_conbox {
	width:651px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10ｐｘ;   /* Safari,Google Chrome用 */
	-webkit-border-bottom-left-radius: 10ｐｘ;
	-moz-border-radius: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 8px;
	
}

div#main_conbox img {
	padding:5px;
}

div#main a {
	color:#000;
	font-size: 16px;
	font-style: normal;
}

div#main a:hover {
	color:#F30;
	border-bottom:1px solid #9B0000;
	font-size: 16px;
}

div#main h2 {
	color:#000;
	font-size:large;/* 15px相当 */
	font-weight:bold;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/line_l.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
	line-height: 22px;
	margin-top: 14px;
	
}

div#main h3 {
	color:#030;
	font-size:100%;/* 15px相当 */
	font-weight:bold;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/bg_h3.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C30;
	margin-top: 3px;
	padding-top: 5px;
	line-height: 22px;
	margin-bottom: 3px;
}
div#main h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main p {
	font-size:medium;
	color: normal;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 25px;
}

div#main ul,ol,dl {
	font-size:90%;/* 12px相当 */
	color: #000;
	line-height: 23px;
}

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

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

div#main.gree{
	border-style:solid; 
	border-color:#F60;
	border-width:1px;
	background-color: #FFC; color: #000; 
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px;
}

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

div#main dl.information dt {
	float:left;
	width:8em;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2em;
	text-align: left;
	color: #000;
}

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

* html body div#main dl.photo_tab dd div {
   display:inline-block;
}
div#main dl.photo_tab dt {
   float:left;
   width:2em;
   margin:0;
   padding:0;
}

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

div#act h2 {
   margin-bottom:8px;
   padding:0 0 0  30px;
   color:#5A5132;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   line-height:35px;
   border:1px solid #D8D8D8;
   background:url("images/bg_h2a.jpg") 0 0 no-repeat;
}

div#contents #main2 li a {
	font-size:70%;
	margin-left:5px;
}
/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub p {
	font-style:normal;

}

div#sub img{
	text-align: center;
	display: block;
}


div#sub .kensei {
	font-size: smaller;
	clear: both;
	width: 192px;
	margin-left: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: auto;
	
}

div#sub h2 {
	font-size:12pt;/* 14px相当 */
	font-weight:bold;
	color:#000;
	background-image: url(images/line_s.jpg);
	text-align: center;
	padding-top: 5px;
	line-height: 16px;
	padding-bottom: 5px;
}

div#sub h3 {
	color:#F30;
	padding-left:10px;
	padding-top: 5px;
	margin-bottom: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-top: 1px;
}


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

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
}

div#sub li a {
	display:block;
	padding-left:12px;
	font-size: medium;
}

div#sub_conbox ul li a strong:hover {
	color:#F30;	
	font-size: medium;
}

div#sub_conbox img {
	text-align: center;
	display: block;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}

div#sub_conbox img a {
	text-align: center;
	display: block;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}

div#sub_conbox p{
	padding-left:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 23px;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
	text-align:right;
	font-size:70%;/* 11px相当 */
	clear: both;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

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


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

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

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


/* ========FOOTER CUSTOMIZE======== */
address {
	padding:30px 0;
	font-size:70%;/* 11px相当 */
	font-style:normal;
	color:#333;
	text-align:center;
}
.ｓｔｙｌ3 {
	text-align: center;
	font-size: large;
	font-style: oblique;
	font-weight: bold;
}

#top #contents #main p {
	font-size: medium;
	padding-left:20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	color: #030;
	line-height: 20px;
}

#contents #main div .information dt span {
	color: #000;
}



/* PC用のCSSはメディアクエリの外に記述する */

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
}

/*スマートフォンのブラウザによっては、文字が小さく表示されないよう記事の部分だけ自動で拡大 */
body {
-webkit-text-size-adjust: 100%;
}


/*パソコン画面のときは、spというクラス名を付与しているスマホ用の画像をdisplay:none;で非表示にし、
pcというクラス名を付与しているパソコン用の画像をdisplay:block;で表示/*
.pc{
  display: block;
}
.sp{
  display: none;
}

@media only screen and (max-width: 480px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}
