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

body {
font-family:Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size:12px;
width:100%;
line-height:1.5em;
min-width:1000px;
}
a { 
	display:block;
	text-decoration:none;
}
a:hover img{
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity = 80);
}

/*header*/

.header{
	background:url(../images/top.jpg) center no-repeat;
	background-color:#000000;
	overflow:hidden;
	padding:20px;
}
.top_logo{
	float:left;
}
.top_logo h1{
	margin-bottom:10px;
	color:#e5007d;
}
.top_logo h2{
	margin-bottom:10px;
	margin-left:20px;
	color:#e5007d;
	font-weight:bold;
}
.gnav{
	color:#FFF;
	line-height:1.5em;
	overflow:hidden;
	float:right;
	font-size:14px;
}
.gnav a{
	color:#FFFFFF;
}
.gnav a:hover{
	color:#e5007d;
	border:#e5007d 1px solid;
}
.gnav li{
	margin-right:5px;
	list-style:none;
	float:left;
}
.box_button{
	padding:10px;
	border:#FFF 1px solid;
}

/*intro*/

.title{
	margin:0 auto;
	background:url(../img/intro.jpg) no-repeat 0 0;
}
.con_title{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:20px;
}
.con_title .left{
	float:left;
}
.con_title .right{
	float:right;
}

/*menu*/

.nav{
	background-color:#646464;
	height:50px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.con_menu{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding-top:10px;
}
.con_menu .btn{
	width:230px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	border:#afafaf solid 1px;
	font-weight:bold;
	color:#D32980;
	margin-right:10px;
	background-color:#272727;
}
.con_menu .right{
	margin:0;
}
.con_menu a:hover .btn{
	background-color:#585858;
}

/*main*/

#main{
	width:960px;
	margin:60px auto 0;
}
.intro{
	overflow:hidden;
}
#main h2{
	margin-top:50px;
	margin-bottom:30px;
    color: #e5007d;
    font-weight: bold;
}
#main h3{
	font-weight: bold;
}
#main h4{
    color: #e5007d;
    border-bottom: 1px #e5007d solid;
    margin: 20px 0 10px;
	font-weight: bold;
}
#main p{
	margin: 20px 0;
}
.con_text{
	margin: 50px 0;
}
.con_text a{
	display: inline-block;
	color: #667CFF;
	text-decoration: underline;
}
.text_main{
	margin:100px 0 70px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:14px;
	line-height:2em;
	text-align:center;
}
.st_main{
	margin-bottom:20px;
	padding-top:100px;
}

.text_old{
	padding-bottom:20px;
	border-bottom:#909090 dotted 2px;
}

.copy{
	width:277px;
	float:left;
}
/*pagetop*/
.page_top{
	color:#000000;
	text-align:right;
	font-weight:bold;
	margin-bottom:10px;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/*footer*/

footer{
	margin-top:100px;
	text-align:center;
	padding:20px;
	background-color:#000000;
	color:#FFFFFF;
}
