@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 {
	background: #d2ebf3; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #d2ebf3 0%, #ecf5ea 22%, #fffce4 41%, #fdf3e5 63%, #fbe7e6 80%, #fbe7e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #d2ebf3 0%,#ecf5ea 22%,#fffce4 41%,#fdf3e5 63%,#fbe7e6 80%,#fbe7e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #d2ebf3 0%,#ecf5ea 22%,#fffce4 41%,#fdf3e5 63%,#fbe7e6 80%,#fbe7e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ebf3', endColorstr='#fbe7e6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	text-align: center;
}

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;
}

#header {
	margin:5% 0 ;
}

#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-color: #B1AEEB;	/*
	background:url(../img/back_copyright.png) bottom center repeat-x;*/
}

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