@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu {
	display: block;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	text-align: center;
	line-height: 1.5;
}

#container {
	text-align: left;
}

.warp {
	background: url(../img/main_bg.gif) repeat left top;
}

#main {
	margin: 0 auto;
	padding: 31px 0 46px;
	width: 1179px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
	margin: 0 auto;
	width: 1179px;
	padding: 15px 0 14px;
}

#header .hLink ul {
	float: right;
}

#header .hLink li {
	padding-left: 22px;
	float: left;
}

#header .hLink li a {
	font-size: 1.3em;
}

#header .hLink .link04 {
	padding-left: 15px;
}

#header .hLink .link05 {
	padding-left: 10px;
}

#header .hLink .link04 img,
#header .hLink .link05 img {
	margin-top: -9px;
}

#header .hLink .link04 a:hover img,
#header .hLink .link05 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#header h1 {
	margin: 0 0 12px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi ul {
	float: right;
}

#gNavi li {
	padding-left: 34px;
	float: left;
	font-size: 1.5em;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	padding: 18px 20px 37px;
	width: 870px;
	float: right;
	background-color: #FFF;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	margin-top: 17px;
	width: 238px;
	float: left;
}

#sideBar h2 {
	margin-bottom: 20px;
	padding-left: 35px;
	font-size: 2.2em;
	font-weight: normal;
	background: url(../img/s_icon.png) no-repeat left top;
}

#sideBar .sLink {
	margin-bottom: 28px;
	border-top: 1px solid #5AB1DE;
}

#sideBar .sLink li {
	font-size: 1.7em;
	border-bottom: 1px solid #5AB1DE;
}

#sideBar .sLink li a {
	padding: 12px 2px 12px 15px;
	display: block;
	text-decoration: none;
}

#sideBar .sLink li a span {
	margin-left: 3px;
	font-size: 0.7em;
}

#sideBar .sNavi li {
	margin-bottom: 12px;
}

#sideBar .sNavi li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding: 37px 0 35px;
	width: 1179px;
	overflow: hidden;
	zoom: 1;
}

#footer .lBox {
	width: 610px;
	float: left;
}

#footer .lBox .fLogo {
	margin-bottom: 18px;
}

#footer .lBox .address {
	font-size: 1.3em;
}

#footer .copyright {
	width: 530px;
	padding-top: 76px;
	float: right;
	text-align: right;
	font-size: 1.2em;
}