@charset "utf-8";
/* CSS Document */

*{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.5px;
}

body{
	margin:0;
	padding:0;
	background-color:#F7F6F2;
	color:#333;
	line-height:1.5;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, p, input{
	margin:0;
	padding:0;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6, textarea{
	font-size:100%;
}

img{
	margin:0;
	padding:0;
	border:0;
	vertical-align:bottom;
	max-width:100% !important;
	height:auto !important;
}

a{
	text-decoration:none;
	color:#009DC5;
}

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

a:visited{
	color:#925783;
}

ul{
	list-style:none;
}

table[border="1"]{
	background:#AA8D88;
	border-spacing:1px;
	border:none;
}

table[border="1"]>tbody>tr>td{
	padding:5px;
	background:#FFF;
	border:none;
}

table[border="1"]>tbody>tr>th,table[border="1"]>thead>tr>th{
	padding:5px;
	background:#e7e7e7;
	border:none;
}

table{
	max-width:100% !important;
	height:auto !important;
}

/* ヘッダー */

#headerwrap{
	background-color:#FFF;
	border-top:solid 6px #00A0BA;
}

#header .search .search_text{
	border:0;
	background-color:#EFEAE8;
	border-radius:5px;
	width:115px;
	height:20px;
	padding:5px;
	margin-left:5px;
}

#header .search .search_button{
	border:0;
	background-color:#EFEAE8;
	border-radius:5px;
	width:30px;
	height:30px;
}

/*記事枠*/

#newstitle{
	background:#E8CF1C url(../contents_image/news.png) no-repeat 15px 12px;
	background-image:none\9;/*ie8では表示させない*/
	background-size:24px 26px;
	font-size:125%;
	padding:10px 10px 10px 50px;
}

#news table{
	background:#FFF;
	padding:5px 15px 10px;
	border-radius:0 0 8px 8px;
	border-spacing:0;
	font-size:90%;
	display:table;
	width:100%;
}

#news{
	margin-bottom:20px;
}


/*記事*/
h1{
	background:#00A0BA;
	font-size:125%;
	padding:10px 10px 6px 40px;
	color:#FFF;
	border-bottom:4px solid #222;
	position:relative;
}

h1:before{
	content:"";
	display:block;
	border:4px solid #FFF;
	width:14px;
	height:14px;
	border-radius:14px;
	position:absolute;
	left:10px;
	top:13px;
}

#contents{
	background:#FFF;
	padding:10px 30px 30px;
	border-radius:0 0 8px 8px;
	min-height:300px;
	font-size:90%;
}

h2{
	background:#B6DEE0;
	font-size:125%;
	padding:10px 10px 10px 25px;
	margin:20px -10px 10px -10px;
	position:relative;
}

h2:before{
	content:"";
	display:block;
	width:13px;
	height:7px;
	background:#00A5D1;
	position:absolute;
	left:0px;
	top:22px;
}

h3{
	border-left:solid 10px #555;
	border-bottom:solid 1px #555;
	font-size:110%;
	padding:5px;
	margin:10px -10px;
}

h4{
	border-bottom:solid 2px #999;
	background-color:#EEE;
	font-size:110%;
	padding:8px 8px 5px 12px;
	margin:10px -10px;
}

h5{
	background-image:url(../../contents_image/page/h5.png);
	background-repeat: no-repeat;
	background-position:left center;
	font-size:105%;
	padding:7px 16px 7px 16px;
}

/*メニュー*/
#menu{
	background:#FFF;
	padding-bottom:10px;
	border-radius:0 0 8px 8px;
}

#menutitle{
	background:#00A0BA;
	font-size:125%;
	padding:10px 10px 6px 20px;
	color:#FFF;
	border-bottom:4px solid #222;
}

#menu a{
	display:block;
	padding:10px 10px 10px 30px;
	border-bottom:1px solid #AAD8E0;
	color:inherit;
	position:relative;
}

#menu a:before{
	content:"";
	display:block;
	border-top: 6px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #00A5D1;
	width:0px;
	height:0px;
	position:absolute;
	left:12px;
	top:16px;
}

/*フッター*/
#footer{
	background:#00A0BA;
	padding:20px 0;
	color:#FFF;
	text-align:center;
	border-top:4px solid #040001;
}