@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;
}

body {
	font-size: 62.5%;
}

body,
table,
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;
}

a { 
	color: #073873; 
	/*color: #2C5280;*/ 
	text-decoration: none; 
}


a:visited {
    color: #073873;
	/*color: #2C5280;*/
    text-decoration:none;
}

a:hover {
    color:#17A9B5;
}

/*a:active {
    color: #83A612;
}*/

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

#container {
	text-align: left;
}

#main {
	padding: 0 20px 40px;
	margin: 0 auto;
	width: 880px;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 0 auto;
	width: 960px;
	height: 88px;
}

#header .lBox {
	padding: 30px 0 0 40px;
	width: 350px;
	float: left;
}

#header .rBox {
	padding: 20px 40px 0 0;
	width: 300px;
	float: right;
}

#header .lBox .logo {
	float: left;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin-bottom: 40px;
    background-color: #1A3C86;
	/*border-bottom: 4px solid #13207E;
	border-bottom: 4px solid #80C5CB;*/
}

#gNavi ul {
	margin: 0 auto;
	width: 880px;
}

#gNavi ul li {
	float: left;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 640px;
	float: left;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 200px;
	float: right;
}

#sideBar .sideMenu li {
	margin-top: 20px;
}

#sideBar .sideMenu li:first-child {
	margin-top: 0;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding-top: 8px;
	font-size: 1em;
	border-top: 4px solid #1A3C86;
}

#footer .fBox {
	margin: 0 auto;
	width: 880px;
}

#footer .copyright {
	width: 600px;
	float: left;
	color: #666;
}
#footer .copyright p {
	padding-top: 6px;
	line-height: 1.3em;
	}
#footer .frbox {
	width: 200px;
	float: right;
}
#footer .fBox ul {
	text-align: right;
}

#footer .fBox ul li {
	color: #666;
	display: inline-block;
}

#footer .fBox ul li a {
	margin: 0 13px;
	color: #666;
}

#footer .fBox ul li a:hover {
	color:#83A612;
}