@charset "utf-8";
body {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 87.5%; /* 14px */
	line-height: 1.571em; /* 22px */
	color: #333;
	background-color: #FFF;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 0.8em;
}
sup {
	bottom: 0.8ex;
}
sub {
	top: .5ex;
}
input, select {
	line-height: 1.5em;
}
p,li {
	font-weight: 300;
}

/*---------------------------

	

---------------------------*/
.size12 {
	font-size: 85.7%;
}
.size16 {
	font-size: 114.3%;
}
.bold {
	font-weight: 700;
}
.light {
	font-weight: 300;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
.overimage {
	border: none;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

/*---------------------------

	header

---------------------------*/
#header {	
	background: url(/common/image/bg.png) repeat-x bottom center;
	border-top: solid 10px #000;
	padding-bottom: 41px;
}
header {
	width: 1270px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	float: left;
	margin-left: 26px;
	margin-top: 27px;
}
#headnavi {
	float: right;
	margin-top: 58px;
	width: 452px;
	margin-right: 10px;
}
#lang {
	color: #515151;
	padding-top: 12px;
}
#lang a {
	color: #515151;
}
#gcse {
	box-sizing: border-box;
	float: right;
	width: 246px;
	height: 40px;
	display: block;
	border: solid 3px #bfbfbf;
}
input#gcseText {
	padding: 2px;
	float: left;
	width: 190px;
	border:0;
	color:#aaa;
	margin-top: 5px;
	margin-left: 5px;
	outline: none;
}
input#gcseSubmit {
	width: 30px;
	float: right;
	text-transform:uppercase;
	color:#FFF;
	cursor:pointer;
	padding: 7px;
	background: url(/common/image/search.gif) no-repeat center right 7px;
}
/*---------------------------

	contents

---------------------------*/
#main {
	width: 1270px;
	margin-left: auto;
	margin-right: auto;
}
#contents {
	width: 1032px;
	float: right;
	margin-right: 10px;
}

/*---------------------------

	menu

---------------------------*/
#menu {
	width: 174px;
	float: left;
	margin-left: 25px;
	padding-top: 29px;
}
#menu li a:hover img {
	filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
#menu li {
	margin-top: 20px;
}
#menu .btnArea {
	padding-top: 20px;
}
#menu .btnArea p {
	margin-top: 20px;
}
#menu p img {
    transition: 0.3s linear;
}
#menu p img:hover {
	filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}


/*---------------------------

	footer

---------------------------*/
#footer {
	width: 100%;
	margin-top: 30px;
	background-color: #000;
}
#footerlinks {
	width: 1270px;
	margin-left: auto;
	margin-right: auto;
}
#footerlinks a {
	color: #FFF;
}
#footerlinks .linklist {
	padding-top: 25px;
	float: left;
	margin-left: 25px;
}
#footerlinks .linklist li {
	display: inline;
	padding-right: 10px;
}
#footerlinks .snsarea {
	float: right;
}
#footerlinks .snsarea ul {
	float: left;
}
#footerlinks .snsarea li {
	float: left;
}
#footerlinks .tw {
	margin-top: 25px;
	margin-right: 30px;
}
#footerlinks .fb {
	margin-top: 22px;
	margin-right: 50px;
}
#footerlinks .snsarea .totop {
	margin-right: 10px;
	float: left;
}
#fb-root {
	margin: 0px;
}
#footer #copyright {
	text-align: center;
	padding-top :40px;
	padding-bottom:40px;
	background-color: #FFF;
}