@charset "utf-8";
/* CSS Document */

@import "../../includes_gl/css/main.css"; 

/*======== content ========*/
#main_top {
	width:100%;
	height: auto;
	margin:0 auto;
	background:url(../../includes_gl/img/common/main_top.png) no-repeat center top;
	text-align:center;
}
#main_middle {
	width:100%;
	height: auto;
	margin:0 auto;
	/*text-align:center;*/
	margin:0px;
	background:url(../../includes_gl/img/common/main_middle.png) repeat-y center top;
}


#main_bottom {
	width:100%;
	height: auto;
	margin:0 auto;
	position:relative;
	z-index:0;
	background:url(../../includes_gl/img/common/main_bottom.png) no-repeat center top;
	padding-bottom:0;
}


#content {
	width:100%;
	max-width:720px;
	height: 100%;
	margin:0 auto;
	/*text-align:center;*/
}


/*----- notice -----*/
#notice{/*テキスト用_枠アリ*/
	font-size: 12px;
	color: #F66;
	border: solid 1px #F66;
	width: 80%;
	margin: 0 auto;
	padding: 10px 20px;
	line-height: 1.5em;
	}
.notice_ttl{
	font-weight:bold;
	font-size: 14px;
}

/*======== title ========*/

#page_title {
	padding:7px 15px;
	margin-top: 25px;
	font-size:24px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	display:inline-block;
	background-color:#FFF;
	color: #754c24;
   -webkit-box-shadow:0 0 7px 4px #fff;
   -moz-box-shadow:0 0 7px 4px #fff;
	box-shadow:0 0 7px 4px #fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin-left: auto;
	margin-bottom: 15px;
}

*:first-child+html #page_title {  /*ie7*/
	display:inline;
	background-color:#FFF;
	color: #754c24;
	white-space:nowrap;
	margin-top: 25px;
}


@media only screen and (min-width: 481px){
/*======== content ========*/
#main_top {
	width:100%;
	height: auto;
	margin:0 auto;
	background:url(../../includes_gl/img/common/main_top.png) no-repeat center top;
	text-align:center;
}
#main_middle {
	width:100%;
	height: auto;
	margin:0 auto;
	background:url(../../includes_gl/img/common/main_middle.png) repeat-y center top;
}
#main_bottom {
	width:1024px;
	height:58px;
	margin:0 auto;
	position:relative;
	z-index:0;
	background:url../../includes_gl/img/common/main_bottom.png) no-repeat center top;
	padding-bottom:90px;
}

#content {
	height:100%;
	margin:0 auto;
	max-width:none;
}


/*======== title ========*/

#page_title {
	padding:7px 15px;
	margin-top: 25px;
	font-size:24px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	display:inline-block;
	background-color:#FFF;
	color: #754c24;
   -webkit-box-shadow:0 0 7px 4px #fff;
   -moz-box-shadow:0 0 7px 4px #fff;
	box-shadow:0 0 7px 4px #fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin-left: auto;
}

*:first-child+html #page_title {  /*ie7*/
	display:inline;
	background-color:#FFF;
	color: #754c24;
	white-space:nowrap;
	margin-top: 25px;
}
}