@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css);

body {
	font-family: 'cwTeXHei', sans-serif;
}

#main {
max-width:1000px;
margin:auto;
line-height:1.5
}

.about01 {
background-color:#E00505;
padding:30px 50px;
color:#FFFFFF;
}

.about02 {
background-color:#252C82;
padding:30px 50px 42px 50px;
color:#FFFFFF;
}

h2 {
font-size:32px;
}

h3 {
font-size:24px;
}

.gotop a {
width:60px;
height:38px;
color:#FFFFFF;
font-weight:bold;
background-color:#FF0000;
text-align:center;
padding-top:23px;
position:fixed;
right:20px;
bottom:20px;
border-radius:50px;
display:block;
text-decoration:none;
z-index:999;
}

.h01 {
	position:relative;
}

.h02 {
	position:relative;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: absolute;
	left: 46px;
	top: 422px;
	z-index: 999;
	width: 275px;
	height: 74px;
	background-image: url(images/button01.png);
	background-repeat: no-repeat;
	display:block;
	cursor:pointer;
}

.dropdown02 {
	position: absolute;
	left: 86px;
	top: 1505px;
	z-index: 999;
	width: 275px;
	height: 74px;
	background-image: url(images/button01.png);
	background-repeat: no-repeat;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display:none;
	position: absolute;
	z-index: 1;
	left: 15px;
	top: 75px;
}

.dropdown-content02 {
	display:none;
	position: absolute;
	z-index: 1;
	left: 15px;
	top: 75px;
}


/* Links inside the dropdown */
.dropdown-content a{
    color:#FFF;
	background-color:#F00;
    text-decoration: none;
    display: block;
	float:left;
	padding:20px;
	margin-right:10px;
	border-radius:10px;
}

.dropdown-content02 a {
    color:#FFF;
	background-color:#F00;
    text-decoration: none;
    display: block;
	float:left;
	padding:20px;
	margin-right:10px;
	border-radius:10px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color:#C00;
}

.dropdown-content02 a:hover {
	background-color:#C00;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content{display: block;}

.dropdown02:hover .dropdown-content02 {display: block;}

.show {display: block;}