@charset "UTF-8";
/* CSS Document */
/* ページ全体 */

* {    
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}
a:link {
	color: #2f18ec;
	text-decoration: none;
}
a:visited {
	color: #2f18ec;
	text-decoration: none;
}
a:hover {
	color: #db5975;
	text-decoration: underline;
}
a:active{
color: #db5975;
text-decoration: underline;
}
body {
	font-size: 12px;
	line-height: 1.8em;
	color: #58464b;
}

/* メインパーツ */
#page {
	background: url(../images/bg_main.jpg) left top repeat;
}
#page #main {
	background: url(../images/bg_head.jpg) center top no-repeat fixed;
}
#page #main #head {
	width: 1000px;
	height: 250px;
	margin: 0 auto;
	z-index: 0;
}
#page #main #head a {
	display: block;
	width: 1000px;
	height: 250px;
	background: url(../images/fig_head.png) left top no-repeat;
}
#page #main #bx {
	width: 1000px;
	background: url(../images/bg_content_top.png) center top no-repeat;
	padding-top: 30px;
	margin: -50px auto 0;
	z-index: 1;
}
#page #main #bx .bx-bottom {
	background: url(../images/bg_content_bottom.png) center bottom no-repeat;
	padding-bottom: 30px;
}
#page #main #bx .bx-middle {
	background: url(../images/bg_content_middle.png) center top repeat-y;
	text-align: left;
}

#page #main #bx #content {
	margin-left: 240px;
	width: 730px;
}

/* ナビゲーションメニュー */
#page #main #bx #navi {
	width: 220px;
	text-align: center;
	float: left;
}
#page #main #bx #navi ul {
	margin-left: 34px;
}
#page #main #bx #navi ul li {
	width: 186px;
	height: 80px;
	position: relative;
}
#page #main #bx #navi ul li a {
	display: block;
	padding-top: 20px;
	height: 60px;
	position: relative;
	text-align: center;
}
#page #main #bx #navi ul li a span {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(../images/menu2.png) no-repeat;
}
#page #main #bx #navi #tb-page1 a span {
	background-position: 0 0;
}
#page #main #bx #navi #tb-page1 a span:hover {
	background-position: 0 -80px;
}
#page #main #bx #navi #tb-page2 a span {
	background-position: 0 -160px;
}
#page #main #bx #navi #tb-page2 a span:hover {
	background-position: 0 -240px;
}
#page #main #bx #navi #tb-page3 a span {
	background-position: 0 -320px;
}
#page #main #bx #navi #tb-page3 a span:hover {
	background-position: 0 -400px;
}
#page #main #bx #navi #tb-page4 a span {
	background-position: 0 -480px;
}
#page #main #bx #navi #tb-page4 a span:hover {
	background-position: 0 -560px;
}
#page #main #bx #navi #tb-page5 a span {
	background-position: 0 -640px;
}
#page #main #bx #navi #tb-page5 a span:hover {
	background-position: 0 -720px;
}
#page #main #bx #navi #tb-page6 a span {
	background-position: 0 -800px;
}
#page #main #bx #navi #tb-page6 a span:hover {
	background-position: 0 -880px;
}
#page #main #bx #navi #tb-page7 a span {
	background-position: 0 -960px;
}
#page #main #bx #navi #tb-page7 a span:hover {
	background-position: 0 -1040px;
}
#page #main #bx #navi #tb-page8 a span {
	background-position: 0 -1120px;
}
#page #main #bx #navi #tb-page8 a span:hover {
	background-position: 0 -1200px;
}
#page #main #bx #navi #tb-page9 a span {
	background-position: 0 -1280px;
}
#page #main #bx #navi #tb-page9 a span:hover {
	background-position: 0 -1360px;
}
#page #main #bx #navi #tb-page10 a span {
	background-position: 0 -1440px;
}
#page #main #bx #navi #tb-page10 a span:hover {
	background-position: 0 -1520px;
}
#page #main #bx #navi #tb-page11 a span {
	background-position: 0 -1600px;
}
#page #main #bx #navi #tb-page11 a span:hover {
	background-position: 0 -1680px;
}

#page #main #bx #navi .bnr-bx {
	width: 200px;
	margin: 20px auto 0;
}
#page #main #bx #navi .bnr-bx img {
	margin-bottom: 10px;
}


/* フッター */
#page #footer {
	background: url(../images/bg_footer.gif) center bottom no-repeat;
	height: 100px;
	margin-top: 20px;
}
#page #footer .footer-bx {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#page #footer .footer-bx .pagetop {
	position: absolute;
	top: 0;
	right: 90px;
}
#page #footer .footer-bx .copyright {
	position: absolute;
	left: 360px;
	bottom: 5px;
}
/* 汎用セレクタ */
#page #main .sect {
	margin: 10px 0 0;
	padding: 0 5px 30px;
}
#page #main .float-l {
	float: left;
}
#page #main .float-r {
	float: right;
}
#page #main .left {
	text-align: left;
}
#page #main .right {
	text-align: right;
}
#page #main .center {
	text-align: center;
}
#page #main .bold {
	font-weight: bold;
}
#page #main .tx14 {
	font-size: 14px;
}
#page #main .tx16 {
	font-size: 16px;
}
#page #main .tx-red {
	color: #c00;
}
#page #main .tx-blue {
	color: #4a86b1;
}
#page #main .tx-gray {
	color: #666;
}
#page #main .clear {
	clear: both;
}
#page #main .mg-auto {
	margin: 0 auto;
}
#page #main .pd-10 {
	padding-top: 10px;
}
#page #main .mg-t10 {
	margin-top: 10px;
}
#page #main .mg-b10 {
	margin-bottom: 10px;
}
#page #main .mg-r10 {
	margin-right: 10px;
}
#page #main .mg-l10 {
	margin-left: 10px;
}

#page #main #bx #content .support-bx caption {
	text-align: left;
}
#page #main #bx #content .support-bx {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px #DDD solid;
}
#page #main #bx #content .support-bx th {
	width: 120px;
	font-weight: normal;
	text-align: right;
	padding: 5px;
	border: 1px #DDD solid;
	font-size: 12px;
}
#page #main #bx #content .support-bx td {
	width: 200px;
	font-size: 12px;
	padding: 10px;
	border: 1px #DDD solid;
}
#page #main #bx #content .support-bx td .form-comment {
	width: 350px;
	height: 8em;
	font-size: 12px;
	padding: 5px;
	border: 1px #ccc solid;
}
#page #main #bx #content .support-bx td .form-text {
	border: 1px #ccc solid;
	width: 300px;
	padding: 5px;
}
#page #main #bx #content .bt-form {
	width: 120px;
	height: 30px;
	border-top: 1px #F6FAFE solid;
	border-right: 1px #84888B solid;
	border-bottom: 1px #84888B solid;
	border-left: 1px #F6FAFE solid;
	color: #333;
	font-weight: bold;
}
#page #main #bx #content .sect p {
	margin-bottom: 1em;
}
#page #main #bx #content .sect h3 {
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	background-color: #D04D4D;
	padding: 5px;
}

#page #main #bx #content .sect h1 {
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	background-color: #D04D4D;
	padding: 5px;
}

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

/* snsbutton  */
#snsbutton {
    right: 14px;
    top: 6px;
    width:160px;
    height:600px;
    text-align:center;
    position:fixed;
    list-style-type:none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


/* social_box =========== 広告スクロール */
#social_box{
    left:100px;
    bottom:10px;
    width:728px;
    height:90px;
    margin-left:-100px;
    text-align:center;
    position:fixed;
    list-style-type:none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
