@charset "utf-8";
body {
	background: #e4e4e4;
	font: 13px/20px Helvetica, Arial, Verdana, sans-serif;
	color: #262626;
	min-width: 1000px;
}
a {
	text-decoration: none;
	color: #2170c1
}
a:hover {
	text-decoration: none;
	color: #1b5794;
}
h1, h2, h3, #footer, #header #logo, #nav li a, #langmenu-inner {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
h1 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
	font-weight: 100;
}
h2 {
	font-size: 24px;
	color: #2170c1;
	margin-bottom: 10px
}
h3 {
	font-size: 18px;
	margin-bottom: 10px
}
#wrap {
	overflow: hidden
}
.wrapper {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
	background: #616972 url('../images/header-repeat.gif') repeat;
	position: relative;
	color: #fff;
	overflow: hidden
}
#content-wrap {
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15)
}
#footer {
	margin: 0 auto;
	padding: 25px 0;
	max-width: 960px;
	text-align: center;
	color: #494949;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .9)
}
#header-inner {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, rgba(0, 0, 0, 0.1)), color-stop(0, rgba(255, 255, 255, .0)));
	background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, .0) 100%);
}
#header-inner2 {
	background: url('../images/header-line.png') repeat-x center bottom;
	padding: 20px 0
}
#header #logo {
	color: #fff;
	float:left;
	font-size: 25px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    line-height: 17px;
    margin-right: 40px
}
#header #logo a {
	color: #fff
}
#logo a{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
#nav {
       float: left;
       margin-right: 60px;
}
#nav li {
       float: left;
       margin-right: 18px;  
}
#nav li a {
	color: #fff;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}
#nav li a:hover {
	color: #d0e7ff
}
#nav .active a, #nav .active a:hover {
	color: #8ec6ff;
}
#langmenu {
	background: #575d66;
	background: rgba(0, 0, 0, .14);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	right: 0;
	top: -4px;
	padding: 8px 9px
}
#langmenu-inner {
	color: #fff;
	float: left;
	line-height: 10px;
	padding: 0 15px 0 0;
	text-transform: uppercase
}
#langmenu-select {
	opacity: 0;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	filter: alpha(opacity=0)
}
#content-wrap p ,#content-wrap ul {
	margin-bottom: 18px
}
#content-wrap li {
	padding-left: 16px
}

#heading {
	background: url('../images/line.gif?1') repeat-x center bottom
}
#heading h1 {
	padding-bottom: 10px
}
#divider {
	padding-bottom: 10px
}
input, select, textarea {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #333
}
select {
    padding: 1px 0
}
@media screen and (max-width: 960px) {
 .wrapper {
 padding: 0 15px
}
 #langmenu {
 right: 15px
}
 #divider {
background: none
}
 #footer {
 width: 94%;
 padding: 13px 0
}
}
@media screen and (max-width: 700px) {
 #nav {
 display: block;
 text-align: left;
 margin-left: 0;
}
#header #logo {
  margin-bottom: 17px;
  float: none;
  width: 83%
}
}

@media screen and (max-width: 480px) {
 h1 {
 font-size: 30px
}
 h2 {
 font-size: 20px
}
 #nav li {
 float: left;
 margin-right: 15px
}
#content-wrap {
	padding: 10px 0;
}
 #divider {
 padding-top: 10px
}


}
textarea, input {outline:none;}
html { -webkit-text-size-adjust: none;	}
