@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
h2 {
	font-weight: bold;
}
h3 {
	font-weight: bold;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
 input, textarea, {
 margin: 0;
 padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}
/*テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
*/

/*角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
*/

/*トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
*/

/*透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
*/

/*背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
*/

/*グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
*/

/*スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}
*/
/* 全体 */
body {
	margin: 0 auto;
	text-align: center;
background-color:#;
	color: #000; /* 文字の色 */
	font-size: 80%; /* フォントサイズをリセット*/
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4; /* 基本の行間 */
	margin: 0;
	padding: 0;
ブラウザで標準設定されている余白をリセット height: 100%;
	background-image: url("../img/back.jpg");
	background-repeat: repeat-x;
	height:auto;
}
/* ヘッダー */
#header {
	width: 1000px;
	padding: 0 0 0px 0;
	text-align: left;
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
}
#header h1 {
	float: right;
	margin: 5px 10px 0px 0px;
	color: #000000;
	font-size: 90%;
	font-weight: normal;
	text-align: right;
}
/* 全体余白囲み枠 */
#container {
	width: 1000px;
	height: 1200px;
	text-align: left;
	clear: both;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/* 囲み枠 */
#wrap {
	clear: both;
	width: 1000px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
/* 左サイドメニュー */
#left {
	width: 178px;
	float: left;
	border: solid 1px #d0e3f5;
	padding: 5px;
	height: auto;
	background-color: #edf8ff;
	margin-bottom: 10px;
}
/* コンテンツ（中央） */
#main {
	width: 600px;
	margin: 0px 10px 20px 10px;
	float: left;
	height: auto;
	background-color: #FFF;
}
/* 右サイドメニュー */
#right {
	width: 178px;
	float: right;
	border: solid 1px #d0e3f5;
	padding: 5px;
	height: auto;
	background-color: #edf8ff;
	margin-bottom: 10px;
}
#commercial {
	width: 1000px;
	padding: 5px 0px 10px 0px;
}
/* フッター */
#footer {
	clear: both;
	margin-top: 10px;
	background-color: #032d46;
	height: 300px;
	text-align: left;
}
#footer .gutter {
	height: 100%;
	padding: 10px 0px 0px 0px;
	width: 1000px;
	margin: 0 auto;
}
#footer .box1 {
	width: 200px;
	float: left;
	padding: 10px 0px 0px 0px;
	height: auto;
	color: #FFF;
}
#footer .box2 {
	width: 200px;
	float: left;
	padding: 10px 0px 0px 0px;
	height: auto;
	color: #FFF;
}
#footer .box3 {
	width: 200px;
	float: left;
	padding: 10px 0px 0px 0px;
	height: auto;
	color: #FFF;
}
#footer .box4 {
	width: 200px;
	float: left;
	padding: 10px 0px 0px 0px;
	height: auto;
	color: #FFF;
}
#footer .box5 {
	width: 200px;
	float: right;
	padding: 10px 0px 0px 0px;
	height: auto;
	color: #FFF;
}
a {/*リンクされた文字*/
	color: 0000ff;
	font-style: normal;
	text-decoration: underline;
}
a:link {/*未訪問のリンク*/
	color: #999999;
	font-size: 80%;
	text-decoration: underline;
}
a:visited {/*訪問後のリンク*/
	color: #999999;
	text-decoration: underline;
}
a:hover {/*マウスをのせたとき*/
	color: #FFF;
	font-size: 80%;
	text-decoration: underline;
}
a:active {/*クリック中*/
	text-decoration: none;
}
/* コピーライト */
#copyright {
	clear: both;
	width: 100%;
	background-color: #000;
	color: #FFF;
	padding-top: 10px;
	font-size: 80%;
	height: 25px;
	text-align: center;
}
/* コンテンツ内色付見出し */
#maincontent_l {
	float: left;
	width: 299px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
#maincontent_r {
	float: right;
	width: 300px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
/* サブ見出し */
#content_l {
	float: left;
	width: 150px;
}
#content_r {
	float: left;
	width: 150px;
}
/* コンテンツ内色付見出し */
#maincontent2_l {
	float: left;
	width: 600px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
/* サブ見出し */
#content2_l {
	float: left;
	width: 300px;
}
#content2_r {
	float: left;
	width: 300px;
}
/* ページトップへ戻るボタン */
#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;
}
