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

/*------- :::::	背景画像指定 ::::: -------*/
body {
	background-image: url(../images/base/back_blue.png);
	background-repeat: repeat-x;
	font-family:"Xメイリオ", "XHiragino Kaku Gothic Pro", "Xヒラギノ角ゴ Pro W3", "Xメイリオ", 'XMeiryo', "XOsaka", vXerdana, aXrial, sans-serif;
	background-color: #515151;
}		


/*--------------------------------------------------------
				:::::	wrapper	:::::
--------------------------------------------------------*/
#wrapper_bottom {
	background-color: #f6f5f5;
	padding-bottom: 30px;
}


/*------- :::::	背景画像指定 ::::: -------*/
#{
}		
/*--------------------------------------------------------
			:::::	レイアウトのスタイル	:::::
--------------------------------------------------------*/
.center {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}


/*--------------------------------------------------------
			:::::	テキストのスタイル	:::::
--------------------------------------------------------*/
p {
	line-height: 1.5em;
	font-size: 14px;
	color: #414344;
}

.or {
	color: #F13915;
}
/*--------------------------------------------------------
				:::::	上部mainフラッシュ用	:::::
--------------------------------------------------------*/
#main {
	background-image: url(../images/base/back_main_w.png);
	background-repeat: repeat-y;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
}

/*------- :::::	Flash下のライン ::::: -------*/
.main_line {
	background-image: url(../images/base/line_main_b.png);
	background-repeat: repeat-x;
	height: 18px;
	margin-top: -14px;
}

object {
	border-top-left-radius: 8px;        /* CSS3草案 */
	-webkit-border-top-left-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius-topleft: 8px;   /* Firefox用 */
	border-top-right-radius: 8px;        /* CSS3草案 */
	-webkit-border-top-right-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius-topright: 8px;   /* Firefox用 */
	border-bottom-left-radius: 2px;        /* CSS3草案 */
	-webkit-border-bottom-left-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius-bottomleft: 2px;   /* Firefox用 */
	 position:relative;
	behavior: url(/scripts/PIE.htc);
}

/*--------------------------------------------------------
				:::::	header	:::::
--------------------------------------------------------*/
#header {
}



/*--------------------------------------------------------
				:::::	contents	:::::
--------------------------------------------------------*/
#contents {
	clear: left;
	display: block;
	padding-top: 7px;
	padding-bottom: 35px;
	height: auto;
}



/*------- :::::	左 ::::: -------*/
#contents #left {
	background-color: #FFFFFF;
	float: left;
	width: 422px;
	padding: 20px;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	 position:relative;
	behavior: url(/scripts/PIE.htc);
}
#contents #left h1 {
	text-align: center;
	margin-bottom: 10px;
}
#contents #left p {
	font-size: 13px;
}

/*------- :::::	右 ::::: -------*/
#contents #white_back {
	background-color: #FFFFFF;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	 position:relative;
	behavior: url(/scripts/PIE.htc);
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 12px;
}



/*--------------------------------------------------------
				:::::	footer	:::::
--------------------------------------------------------*/
#gotop {
	background-image: url(../images/footer/back_gotop.png);
	background-repeat: repeat-x;
	position: relative;
	height: 33px;
	bottom: 31px;
}
#gotop p {
	height: 31px;
	background-image: url(../images/footer/gotop_ov.png);
	width: 164px;
	display: block;
	float: right;
	margin-right: -13px;
	background-repeat: no-repeat;
}
#gotop p a {
	height: 31px;
	background-image: url(../images/footer/gotop.png);
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#gotop a:hover {
	background-image: none;
}


footer {
	background-image: url(../images/footer/back_footer.png);
	background-repeat: repeat-x;
	display: block;
	clear: both;
	background-position: top;
	padding-top: 10px;
	position: relative;
	bottom: 31px;
}

/*------- :::::	フッターNAVI ::::: -------*/
footer ul {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
footer ul li {
	float: left;
}
footer ul li,footer ul li a {
	color: #FFFFFF;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 0px;
	text-decoration: none;
}
footer ul li a:hover {
	text-decoration: underline;
}

footer address {
	text-align: center;
	margin-top: 0px;
}
