@charset "UTF-8";


/* ----------------------------------------------------------------reset */  


/* base */

body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img{
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	}

/* font */

h1, h2, h3, h4, h5, h6, p{
	font-style: normal;
	font-weight: normal;
	}

/* others */

table{
	border-spacing: 0;
	}

* html table{
	border-collapse: collapse;
	}

*:first-child+html table{
	border-collapse: collapse;
	}

th, td{
	border-collapse: collapse;
	vertical-align: middle;
	}

table, th, td, tr, img{
	border: 0;
	}

input[type="checkbox"],
input[type="radio"]{
	vertical-align: -2px;
	}

figure{
	font-size: 1.0rem;
	line-height: 1;
	background-color: transparent;
	display: inline-block;
	padding: 0;
	margin: 0;
	}

figcaption{
	clear: both;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 10px 0;
	}

img{
	font-size: 1.0rem;
	line-height: 1;
	vertical-align: bottom;
	}

q:before, q:after{
	content: '';
	}

ul{
	list-style: none;
	}


/* ------------------------------------------------------------------base */ 


html{
	font: 62.5%/1.7 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}

/* body */

body{
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 2.27;
	color: #555;
	word-break: break-all;
	text-align: center;
	background-color: transparent;
	background-image: url(../img/common_img/header.jpg), url(../img/common_img/body.jpg);
	background-repeat: repeat-x, repeat;
	background-position: left top, left top;
	height:100%;
	position: relative;
	}

/* link */ 

a{
	color: #bf830a;
	text-decoration: none;
	}

a img{
	border-style: none;
	}

a:visited{
	color: #bf830a;
	}

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

/* font-size */

h1, h2, h3, h4, h5, p{
	font-size: 1.5rem;
	font-size: 15px;
	}

li, dt, dd{
	font-size: 1.5rem;
	font-size: 15px;
	}

table{
	font-size: 1.5rem;
	font-size: 15px;
	}

