@charset "UTF-8";

/*----------------------------------------------------
	初期化・リンク・フロート解除、等設定
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

img,object,embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}

a:link {
	text-decoration: none;
	color: #03C;
}

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

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

a:active {
	color: #C00;
	text-decoration: underline;
}

div.clear {
clear: both;
}

div.clear hr {
display: none;
}


/*----------------------------------------------------
	ボディ
----------------------------------------------------*/

body {
	color: #666666;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
}


/*----------------------------------------------------
	#main-container  //width100%pageです
----------------------------------------------------*/

div#main-container {
	margin: 0 auto;
	text-align: left;
	background: #C3CCC5 url(../img/bg-rightside.gif) no-repeat right 50px fixed;
}

div#main-container .main-container-inner {
	background: transparent url(../img/bg-leftside.gif) repeat-y fixed;
}


/*----------------------------------------------------
	#header
----------------------------------------------------*/
div#header {
	width: 100%;
	height: 50px;
	position: fixed; top: 0; left: 0; z-index: 10;
	background: #fff url(../img/header-bg.gif) repeat-x 0 0;
}

div#header .inner {
	position: relative;
	margin: 10px auto;
	width: 940px;
	height: 30px;
}


div#header #link-title {
	position: relative;
	width: 128px;
	float: left;
	font-size: large;
}

div#header #page-button {
	position: relative;
	width: 350px;
	float: left;
}


/*----------------------------------------------------
	#header ナビゲーション
----------------------------------------------------*/

div#header .navi {
	position: relative;
	width: 462px;
	float: left;
	font-size: x-small;
}

div#header .navi ul li {
	display: inline;
}

div#header .navi ul li a {
	diplay: block;
	float: left;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 0px 10px 0px 10px;
	margin: 0px 3px 0px 3px;
	background: transparent url(../img/linkpage-navi.gif) repeat-x 0 0;
}


/*----------------------------------------------------
	#container
----------------------------------------------------*/

#container {
	position: relative; top: 50px;
	width: 940px;
	text-align: left;
	margin: 0 auto 0px;
	background: #fff url(../img/) repeat-x 0 0;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;

}

* html #container { /*---- IE6ハックフィックス ----*/
	position: relative; top: 0px;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	width: 740px;
	float: left;
}


/*----------------------------------------------------
	header-inContainer
----------------------------------------------------*/

#header-inContainer {
	height: 78px;
	width: 738px;
	border: 1px solid #fff;
	background: #284176 url() no-repeat right top;
}

#header-inContainer .inner {
	height: 49px;
	width: 699px;
	color: #fff;
	border: 1px solid #fff;
	margin: 9px auto 0px;
	padding: 5px 10px;
}


/*----------------------------------------------------
	#sidebar
----------------------------------------------------*/

#sidebar {
	width: 200px;
	float: right;
}

#sidebar .inner {
	width: 180px;
	line-height: 1.2;
	margin: 10px auto 10px;
}


/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	position: relative; top: 50px;
	height: 99px;
	border-top: 1px solid #fff;
	background: #000 url() no-repeat right top;
}

* html #footer { /*---- IE6ハックフィックス ----*/
	position: relative; top: 0px;
}

#footer .inner {
	position: relative;
	margin: 10px auto;
	width: 940px;
	height: 80px;
	text-align: center;
}

div#footer .inner .navi {
	position: relative;
	font-size: x-small;
	text-align: center;
}

div#footer .inner .navi a {
	color: #fff;
}

div#footer .inner .navi a:hover , a:active {
	color: #F80C80;
}


/*--------------------------------------------------------
	table to SiteLink
--------------------------------------------------------*/

h2 {
	width: 720px;
	margin: 0 auto;
	font-size: large;
	text-align: center;
	background-color: #f1f5fa;
	border: solid 1px #fff;
}

table.linkfield {
	width: 720px;
	margin: 0 auto;
}

table.linkfield tr {
	border-bottom: solid 1px #ccc;
}

table.linkfield tr th {
	width: 270px;
	background-color: #f1f5fa;
	border: solid 1px #fff;
	padding: 10px;
}

table.linkfield tr th span {
	color: #007CC2;
	font-size: x-small;
}

table.linkfield tr td {
	background-color: #efefef;
	border: solid 1px #fff;
	padding: 5px;
	font-size: nomal;
}
