@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
======================================= Reset CSS ======================================= */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
 margin:0;
 padding:0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;
}
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
h1, p {
	text-align: center;
}
ul, ol {
	list-style-type: none;
}
.clear_all {
	clear: both;
}


a{ text-decoration:none;color:#000;font-size:12px;}
a:hover {
	text-decoration:underline;
}


input.btn_submit {
  cursor: pointer;
  display: block;
  width: 200px;
  height: 69px;
  border: none;
  text-indent: -9999px;
  background:url(../../image/btn_submit.png);}
 
input.btn_submit:hover {
  background:url(../../image/btn_submit.png);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


#header_img01 {
	background: url(../../image/header.jpg)repeat-x left top;
	padding: 0 4% 5px 10px;
	
}
#header-top {
	padding-left:10px;
	
	margin: 0 auto;
}
h1 {
	float: left;
	margin: 0;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 10px;
	color: #999;
	font-weight: normal;
}
.logo {
	padding-top: 5px;
	padding-bottom: 10px;
}

#cate_img {
	background: url(../../image/btn_bg.jpg) repeat-x left top;
	display: block;
	text-align: center;

	color: #FFF;
	padding: 10px;
}
#kanri_01 {
	background: url(../../image/fotter.jpg) repeat-x left top;
	display: block;
	text-align: center;
	
	color: #FFF;
	padding: 10px;
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　広告設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.ad {
	font-size: 12px;
	padding-left: 10px;
}
.ad2 {
	font-size: 12px;
	padding-left: 30px;
	padding-top:10px;
	padding-bottom:10px;

}


.ad3 {
	font-size: 12px;
	padding-left: 10px;
	padding-top:30px;
	
	
}
.ad a {
	color: #000;
}

.ad2 a {
	color: #000;
}
.ad hover {
	text-decoration: none;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　リスト設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.info_ul{
	padding-left:10px;
	padding-bottom:5px;
	font-size:12px;
	line-height: 2.1;
}

.copy{
	
	
	padding-left:10px;
	
	font-size:12px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　メイン設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#main{
	
	margin:0 auto;
}

#main_2{
	padding-left:10px;
	font-size:12px;
	
	
}

.cen{
	text-align:center;
}

#te_1{
	padding-left:5px;
	
	font-size:12px;
}

#index_img2{
	padding-left:5px;
}