@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:small;
    *font:x-small;
	background-color: #999999;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
table {
    font-size:inherit;
    font:100%;
}


ol, ul {
	list-style: none;
}

img {
	display: block;
	border: 0;
}

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

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #2A5FAB;
	text-decoration: underline;
}

a:visited {
	color: #2A5FAB;
	text-decoration: underline;
}

a:hover {
	color: #2A5FAB;
	text-decoration: none;
}

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

/*------------------------------------------------------------
	#container
------------------------------------------------------------*/
#container {
	width: 999px;
	height:100%;
	text-align: left;
	color: #666;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*------------------------------------------------------------
	#header
------------------------------------------------------------*/
#header {
	height:94px;
	background-color: #F5F6FA;
}
#header h1.logo {
	float: left;
	width: 370px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#header ul.lang {
	float: right;
	padding-top: 25px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0px;
	width: 200px;
	display: inline;
}
#header ul.lang li {
	float: left;
	padding-right: 0;
	padding-bottom: 0;
}

/*------------------------------------------------------------
	#topmenu
------------------------------------------------------------*/
#topmenu {
	height:200px;
	clear: both;
	background-image: url(../images/topimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topmenu ul {
	padding-top: 150px;
	padding-right: 0px;
	padding-left: 19px;
	margin: 0px;
}
#topmenu li {
	margin:0px;
	padding: 0px;
	float: left;
}

/*------------------------------------------------------------
	#contents
------------------------------------------------------------*/
#contents {
	width: 970px;
	height:100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;

}

/*------------------------------------------------------------
	#sideBar
------------------------------------------------------------*/
#sideBar {
	width:220px;
	float: left;
	height:100%;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 20px;
}

/*------------------------------------------------------------
	#main
------------------------------------------------------------*/
#main {
	width: 720px;
	float: left;
	text-align:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 100%;
}

/*------------------------------------------------------------
	#mainmenu
------------------------------------------------------------*/
#mainmenu {
	background-image: url(../images/mainmenu_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 10px;
	padding-bottom: 20px;
}
#mainmenu h3 {
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 7px;
	padding-bottom: 15px;
	margin: 0px;
}
#mainmenu ul {
	margin: 0px;
	padding-left: 7px;
}
#mainmenu li {
	padding: 0px;
	margin-bottom: 1px;
}

/*------------------------------------------------------------
	#page
------------------------------------------------------------*/
#page {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #EFEFEF;
	padding: 10px;
}
#page h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#page p {
	line-height: 150%;
}

/*------------------------------------------------------------
	#news
------------------------------------------------------------*/
#news {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}
#news h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(../images/title_bar_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 43px;
	line-height: 43px;
	padding-left: 10px;
}
#news dl {
	clear: both;
	margin-bottom: 10px;
}
#news dl dt.date {
	font-size: 10px;
	color: #0099FF;
	float: left;
	padding-right: 20px;
	line-height: 130%;
	width: 60px;
}
#news dl dd.detail {
	line-height: 130%;
	font-size: 14px;
	color: #666666;
	float: right;
	width: 640px;
}
#news dl dd.hr {
	clear:both;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding: 0px;
}

/*------------------------------------------------------------
	#top_menu
------------------------------------------------------------*/
#top_menu {
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top_menu ul {
}
#top_menu ul li {
	float: left;
	width: 360px;
	text-align: center;
	padding-bottom: 10px;
}

/*------------------------------------------------------------
	#section
------------------------------------------------------------*/
#section.box01 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}
#section.box01 h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(../images/title_bar_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 43px;
	line-height: 43px;
	padding-left: 10px;
}
#section.box01 strong {
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	color: #999999;
}
#section.box01 dl {
	margin-bottom: 10px;
	margin-top: 20px;
}
#section.box01 dl dt.item {
	float: left;
	padding-right: 20px;
	width: 80px;
	text-align: center;
}
#section.box01 dl dd.itemtxt {
	float: right;
	width: 620px;
}
#section.box01 dl dd.itemtxt h4 {
	line-height: 130%;
	font-size: 14px;
	color: #666666;
}
#section.box01 dl dd.itemtxt p {
	line-height: 130%;
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
}
#section.box01 dl dd.hr {
	clear:both;
	text-align: center;
	padding:0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

#section.box02 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}
#section.box02 h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(../images/title_bar_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 43px;
	line-height: 43px;
	padding-left: 10px;
}
#section.box02 strong {
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	color: #999999;
}
#section.box02 dl {
	margin-bottom: 10px;
	margin-top: 20px;
}
#section.box02 dl dt.item {
	float: left;
	padding-right: 20px;
	width: 300px;
	text-align: center;
	height: 280px;
}
#section.box02 dl dd.itemtxt {
	float: right;
	width: 400px;
}
#section.box02 dl dd.itemtxt h4 {
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
#section.box02 dl dd.itemtxt p {
	line-height: 130%;
	font-size: 12px;
	color: #666666;
	padding-bottom: 5px;
}
#section.box02 dl dd.hr {
	clear:both;
	text-align: center;
	padding:0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
#section.box02 ul {
	margin-bottom: 20px;
	margin-top: 20px;
}
#section.box02 ul li {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#section.box03 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	padding-bottom: 20px;
}
#section.box03 h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(../images/title_bar_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 43px;
	line-height: 43px;
	padding-left: 10px;
}
#section.box03 h4 {
	line-height: 130%;
	font-size: 14px;
	color: #0066CC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	padding: 5px;
	margin-bottom: 10px;
}
#section.box03 p {
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 150%;
	color: #666666;
}
#section.box03 em {
	float: right;
	padding-bottom: 10px;
}
#section.box03 dl {
}
#section.box03 dl dt {
	font-size: 14px;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
}
#section.box03 dl dd {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 20px;
}
#section.box03 table {
	font-size: 12px;
	line-height: 200%;
	color: #666666;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#section.box03 .hr {
	clear:both;
	text-align: center;
	padding:0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

#section.box04 {
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}
#section.box04 h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(../images/title_bar_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 43px;
	line-height: 43px;
	padding-left: 10px;
}
#section.box04 p {
	margin-bottom: 10px;
	margin-top: 20px;
}
#section.box04 dl {
	margin-bottom: 10px;
	margin-top: 30px;
}
#section.box04 dl dt.item {
	float: left;
	padding-right: 20px;
	width: 100px;
	text-align: center;
	font-weight: bolder;
	color: #666666;
	line-height: 150%;
}
#section.box04 dl dd.itemtxt {
	float: right;
	width: 580px;
	line-height: 150%;
	color: #666666;
}
#section.box04 dl dd.hr {
	clear:both;
	text-align: center;
	padding:0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

/*------------------------------------------------------------
	#footer
------------------------------------------------------------*/
#footer {
	margin-top: 20px;
	margin-bottom: 0px;
	clear: both;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0066CC;
	margin-right: 0px;
	margin-left: 0px;
}
#footer ul {
	padding-top: 10px;
	padding-bottom: 15px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#footer ul li {
	margin:0px;
	float: left;
}
#footer ul li span {
	margin:0px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer p {
	margin:0px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}


/*------------------------------------------------------------
	.スタイル
------------------------------------------------------------*/
.ar {
	float: right;
}
