/*--------------------------------
common
--------------------------------*/
html {
	font-size: 14px;
	line-height: 22px;
	color: #655153;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;*/
	background: url(../img/bg_body.jpg) 0 0 repeat;
}

a {
	color: #ff9100;
	text-decoration: underline;
}
a:hover {
	color: #ffd26f;
	text-decoration: none;
}

.alpha a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

img{
	border:none;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align: left;
}
.corner{
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	behavior: url("/menuett/css/PIE.htc"); 
}
.box_border{
	display: block;
	border: 2px #ffa79d solid;
}
.center{
	display: block;
	margin: 0 auto;
}
.hidden{
	display:none;
}
.s{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600px;
}


.bg_gradation {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../img/bg_gradation.png) repeat center 0;
}


.opacity{
    opacity: 0;
    filter: alpha(opacity=0);/* IE6,IE7 */
    -ms-filter: "alpha(opacity=0)";/* IE8 */
}

.box_shadow{
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	behavior: url("/menuett/css/PIE.htc");
}

/*------------- margine padding  ------------*/

.mb5 {	margin-bottom:5px !important;}
.mb10 {	margin-bottom:10px !important;}
.mb15 {	margin-bottom:15px !important;}
.mb20 {	margin-bottom:20px !important;}
.mb30 {	margin-bottom:30px !important;}
.mb40 {	margin-bottom:40px !important;}
.mb50 {	margin-bottom:50px !important;}

.mr5 {	margin-right:5px !important;}
.mr10 {	margin-right:10px !important;}
.mr15 {	margin-right:15px !important;}
.mr30 {	margin-right:30px !important;}
.ml10 {	margin-left:10px !important;}
.ml15 {	margin-left:15px !important;}
.ml20 {	margin-left:20px !important;}


/*--------------------------------
footer
--------------------------------*/
#footer {
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	background: url(../images/footer_bg.gif)  0 repeat-x;
}

#copyright{
	font-size: 10px;
	line-height: 2;
	text-align: center;
	margin:45px 0;
	color: #ffffff;
	text-shadow: 1px 1px 2px #ff3395,-1px -1px 2px #ff3395,-1px 1px 2px #ff3395,1px -1px 2px #ff3395;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	behavior: url("/menuett/css/PIE.htc");
	
	}
#footer_wrap{
	width: 1025px;
	height: 350px;
	margin: 0 auto 40px auto;
	padding: 0 20px 0 5px;
}

/*--------------------------------
pagetop
--------------------------------*/
#back-top {
	position: fixed;
	bottom: 10px;
	margin-left: 1070px;
}

#back-top a {
	width: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 80px;
	height: 80px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../img/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #fb688b;
}

