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

/* ---------- page global ---------- */
*{
	text-indent:0px;
	line-height:140%;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}
body {
	margin:0;
	padding:0;
	color:#292929;
	text-align:center;
	background-image: url(../img/back.jpg); 
	background-repeat: repeat;
	background-position: center top;
	background-color: #CE201B;
}

img {
	border:0;
	margin:0;
	padding:0;
	vertical-align: top;
	text-decoration:none;
}

a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
	text-decoration:none;
}

form{
	display:inline;
}

input {
	vertical-align:top;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
}

ol,ul{
	list-style-image: none;
	list-style-type: none;
}

a:link,a:visited ,a:hover, a:active {
	color:#333;
}

a:hover{
	color:#333;
}

p {
	text-align: left;
}



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

#top {
	height:20px;
	background-color: #292929;
}

#header {
	margin-right: 0;
	margin-bottom: 5%;
	margin-left: 0;
	padding-top: 3%;
}

#logo {
	text-align:center;
}

#main {
	margin:0 0 0;
	padding:25px 0 65px;
	background:repeat center top;
	-moz-background-size:100% auto;
	background-size: 100% auto;	/*
	border-top:3px solid #010101;
	background-color:#F5F5F5;
	*/
}

#inner_main {
	margin:0 4%;
	background-color:#FFF;
	padding:3%;
}

#left {
}

#right {
}

.title_loction {
	font-weight:bold;
}




/* --footer-- */
#footer{
	height:20px;
	margin:0 auto;
	padding:3% 0 3%;	/*
	background:url(../img/back_copyright.png) bottom center repeat-x;*/
	background-color: #F98D6A;
}

address, address a{
	padding-top:10px;
	font-style:normal;
	font-size:10px;
	text-align:center;
	color:#000;
	text-decoration:none;
}
