﻿@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;
}

/*main*/

#main{
	width:960px;
	margin:0 auto;
	font-size:1.2em;
}
#main h2{
	margin-top:50px;
	margin-bottom:30px;
}
.st_main{
	margin-bottom:20px;
	padding-top:100px;
}
.con_main{
	overflow:hidden;
}

/*con_sca*/
.con_sca{
	overflow:hidden;
	margin-bottom:100px;
	background:url(../images/img01.png) bottom right no-repeat;
}
.con_sca ul{
	margin:30px 0;
}

.con_sca ul li h4{
	font-weight:bold;
	margin:10px 0;
}
.box_sca p{
	margin-bottom:50px;
}
.left{
	float:left;
	width:607px;
}
.right{
	float:right;
}
.button{
	text-decoration:underline;
	font-size:1.2em;
}

/*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;
	position:fixed;
	bottom:0;
	width:100%;
	}
