@charset "utf-8";

/*********************************************************************
Copyright (C) 2009 WEB DESIGN LAB (http://www.webdlab.com/)
Licensed under the MIT License:
http://www.opensource.org/licenses/mit-license.php
*********************************************************************/

/*--Base------------------------------------------------------------*/

html,body {
	background-image: url(../img/02.jpg);
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
	overflow-y: scroll;
}

/*--Reset-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

ul,ol {
	list-style: none;
}

/*--Text------------------------------------------------------------*/

body {
	font-size: 88%;
	font-weight: normal;
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img{
max-width : 100% ;
height : auto ;

}

/*--Link------------------------------------------------------------*/

a,
a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:active {
	color: #777777;
}

a:focus {
	outline: none;
}

/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*--layout----------------------------------------------------------*/

/* ******************* 0 to 479px
スマホ用 ******************* */
#top_wrapper,#wrapper {
	width: 100%;
}

#header {
	background: #331936;
	padding-bottom: 10px;
	height: 80px;
}

#header header {
	margin: 0 auto;
	position: relative;
}
#top_img{
background-color: #fff;
}
#contents {
	overflow: hidden;
	margin: 0 auto;
	background: #d6c6af;
}

#main {
	background: #fff;
	padding: 0 10px;
}

#sidebar {
	background: #d6c6af;
}

#header img {
position: absolute;
top: 30px;
right: 10px;
}

#footer {
	background: #331936;
	color:#fff;
}

#footer footer {
	margin: 0 auto;
	height: 120px;
}

#header header,
#contents,
#footer footer {
	width: 100%;
}

/*--common----------------------------------------------------------*/

#header h1,
#header h5,
#contents h3,
#header p,
#contents p,
#footer p {
	padding: 10px;
}

/* ** */

@media only screen and (min-width: 480px) {

#main {
	background: #fff;
}

/* ** */}

@media only screen and (min-width: 769px) {

#header {
	min-width: 960px;
}
/* #top_img{
	min-width: 960px;
}  */
#contents {
	min-width: 960px;
}
#top_img{
position: relative;
margin: 0 auto;
width: 960px;
}
#img_map{
position: absolute;
top: 100px;
left: 190px;
}
#header img {
position: absolute;
top: 10px;
right: 10px;
}
#main {
	width: 700px;
	background: #fff;
	float: left;
}

#sidebar {
	padding: 0 10px;
	width: 220px;
	float: left;
}

#footer {
	min-width: 960px;
}

#header header,
#contents,
#footer footer {
	width: 960px;
}

/* ** */}


/*--見出しデザイン---------------------------------------------------------*/
h1{
	color:#fff;
	padding:0px;
	font-size:18px;
	}
h2{
	color:#fff;
	background-color: #640125;
	text-align: center;
	margin: 10px auto;
	width: 80%;
	padding:5px 0;
	font-size:18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 8px #000;
	-moz-box-shadow:2px 2px 8px #000;
	box-shadow:2px 2px 8px #000;
	}

h3{
font-size: 18px;
background-color: #331936;
text-align: center;
color: #fff;
margin: 10px auto;
border-top:3px solid #d3381c;
box-shadow:1px 3px 7px 0px  #666666 ;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

h5{	
font-size: 14px;
background-color: #d3381c;
width: 500px;
margin: 0 auto;
color: #fff;
text-align: center;
padding: 5px 0;
box-shadow:1px 3px 7px 0px  #666666 ;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 3px;
}
h6{
font-size: 14px;
color: #000;
text-align: center;
padding: 5px 0; 
}
h4{	font-size:14px;
	padding:10px 0;
	margin:10px;
	text-align: center;
	}
.hd2 {
    position: relative;
    color: #ffffff ;
    background: #331936;
    font-size: 14px;
    line-height: 1;
    margin: 10px -10px 0px -18px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #666666 ;
    border-top:3px solid #d3381c;
}
.hd2:after, sample2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top: 5px solid #333;
}
.hd2:after {
    left: 0;
    border-right: 4px solid #333;
}
.hd2:before {
    right: 0;
    border-left: 4px solid #333;
}
/* 文字装飾 */
.point{
font-weight: bold;
font-size: 16px;
}
.centertext{
margin: 0 auto;
text-align: center;
width: 400px;
height: 130px;
border: 1px dotted #000;
}
/*更新履歴
---------------------------------------------------------------------------*/
dl.new {
	width: 94%;			/*What's Newボックスの幅*/
	height: 200px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #e8e2be;	/*背景の色*/
	border: 1px dotted #F07818;	/*フチのライン*/
	margin-top: 1em;
	margin-bottom: 1em;
}

dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

dd {
	border-bottom: 1px dotted #F07818;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}
.text{
font-size: 12px;
font-weight: bold;
}
