@charset "utf-8";
/*全ページ適用CSS -------------------------------------------------------------- */
* {
	margin		: 0;
	padding		: 0;
	font-style	: normal;
	font-size	: 100%;
}
body {
	/* font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif; */
	/* font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka,"MS P Gothic", "ＭＳ Ｐゴシック", sans-serif; */
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height:1.5;
	color: #333333;
	background: url(../img/img-common/all_bg01.gif) repeat;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td{  
margin:0; padding:0;  
}  
table{  
border-collapse:collapse; border-spacing:0;  
}  
fieldset, img{  
border:0;  
} 
img {
	vertical-align: top;
}
/*address, caption, cite, code, dfn, em, strong, th, var{
font-style:normal; font-weight:normal;  
}*/
address, caption, cite, code, dfn, th, var{
font-style:normal; font-weight:normal;  
}
ol, ul{  
list-style:none;  
} 
caption, th{  
text-align:left;  
}
h1, h2, h3, h4, h5, h6{  
font-size:100%; font-weight:normal;  
}
hr {
display: none;
}
abbr, acronym{  
border:0;  
}
/* モダンブラウザ向け */
.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
.clearfix {
        display: inline-block;
}
/* IE-mac \*/
* html .clearfix {
        height: 1%;
}
.clearfix {
        display: block;
}
/* End IE-mac */
.clear{
clear:both;
} 


/*------------------------------------
リンク 
------------------------------------*/ 
a:link, a:visited {
	text-decoration:underline;
	color:#333333;
}
a:hover {
	text-decoration:none;
	color: #8E2135;
}

/*------------------------------------
ヘッダー 
------------------------------------*/ 
#header {
	width:990px; 
	height:154px;
	margin:0 auto;
	background:url(../img/img-common/hed_bg.jpg) no-repeat 0 0;
}

#header h1 {
	padding: 66px 33px;
}

/*------------------------------------
ラッパー 
------------------------------------*/ 

#wrapper {
	width: 990px;
	margin: 0px auto;
	padding: 0px;
	background: url(../img/img-common/bg_01.gif) repeat-y;
	text-align: left;
}

/*------------------------------------
コンテナ
------------------------------------*/ 
#container {
}

/*------------------------------------
コンテンツ 
------------------------------------*/ 

#contents {
	margin: 0 auto;
	padding: 0 0 120px;
	width: 780px;
}

/*------------------------------------
フッター 
------------------------------------*/ 

#footer {
	background: url(../img/img-common/fot_bg01.jpg) no-repeat left top;
	margin: 0 auto;
	width: 990px;
}

#footer .clearfix {
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
	padding: 31px 0;
	width: 700px;
}

#footer .left {
	float: left;
	font-family: "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	width: 560px;
}

#footer .right {
	float: right;
	width: 140px;
}

#footer .right a {
	background: url(../img/img-common/fot_btn01.jpg) no-repeat 0 0;
	height: 28px;
	display: block;
	text-indent: -9999px;
	width: 140px;
}

#footer p#copy{
	background: #79202C;
	font-family: "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 0 5px;
	padding: 5px 0;
	width: 980px;
	clear: both;
}

#footer p.btn {
	float: right;
	padding: 56px 29px 0 0;
}

/*ページTOP*/
#page-top {
    bottom: 45px;
    position: fixed;
    width: 100%;
		right:0;
}
#page-top p {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 1180px;
}
#page-top a {
	position:absolute;
    background: url("../img/img-common/teiten_pagetop.png") no-repeat left top;
	right:34px;
    bottom: 30px;
    display: block;
    float: right;
    height: 51px;
    width: 51px;
    overflow: hidden;
    padding: 0;
    text-indent: -10000px;
    z-index: 10000;
}
#page-top a:hover {
    background-position: right top;
}
