@charset "utf-8";


/*要素--------------------------------------------------------------------------*
a, abbr, acronym, address, area, base, bdo, blockquote, body, br, button, caption, 
cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, frame, 
frameset, h1, h2, h3, h4, h5, h6, head, hr, html, iframe, img, input, ins, kbd, 
label, legend, li, link, map, meta, noframes, noscript, object, ol, optgroup, 
option, p, param, pre, q, rb, rbc, rp, rt, rtc, ruby, samp, script, select, span, 
strong, style, sub, sup, table, tbody, td, textarea, tfoot, th, thead, title, tr, 
ul, var
*-------------------------------------------------------------------------------*

/*xhtml非推奨要素---------------------------------------------------------------*
applet, basefont, center, dir, font, isindex, menu, s, strike, u
*-------------------------------------------------------------------------------*


/*cssでの指定を推奨-------------------------------------------------------------*
b, big, i, small, tt
*-------------------------------------------------------------------------------*


/*使いそうな要素----------------------------------------------------------------*
a, address, blockquote, body, br, button, caption, code, col, colgroup, dd, del, 
div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, head, hr, html, img, 
input, label, legend, li, meta, noscript, object, ol, optgroup, option, p, pre, 
script, select, span, strong, style, table, tbody, td, textarea, tfoot, th, thead, 
title, tr, ul
*-------------------------------------------------------------------------------*/






/*--------------------------------------*
|	全体の初期化						|
*										*---------------------------------------*/

a, address, blockquote, body, br, caption, code, col, colgroup, dd, del, 
div, dl, dt, em, h1, h2, h3, h4, h5, h6, head, hr, html, img, 
li, meta, noscript, object, ol, p, pre, script, span, strong, style, table, 
tbody, td, tfoot, th, thead, title, tr, ul {
	margin:0px;
	padding:0px;
	border:0px;
}

form, input, legend, select, optgroup, option, textarea, button, fieldset, label {

}


/*	
	font-size:small;
	_font-size:x-small;
	font-style:normal;
	font-family:'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align:left;
	*/



/*--------------------------------------*
|	各要素の再定義						|
*										*---------------------------------------*/

body {
	font-size:small;
	_font-size:x-small;
	line-height:160%;
	color:#666666;
	font-family:'Verdana','Chicago','ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	background-color:#ffffff;
	background-image:url(../img/global/bg_body.gif);
	background-repeat:repeat-y;
	background-position:center top;
	overflow-y:scroll;
	text-align:center;
}

/*--------------------●*/
h1 {
	background-image:url(../img/global/bg_h1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:23px;/*28px;*/
	padding:5px 0 0 30px;
	margin:0 10px 20px 10px;
	border:1px solid #555555;
	font-size:medium;
	_font-size:small;
	color:#ffffff;
	letter-spacing:0.2em;
	background-color:#4adff7;
}
h2 {
	background-color:#ff855c;
	background-image:url(../img/global/bg_h2.jpg);
	background-position:0% 50%;
	background-repeat:no-repeat;
	margin:40px auto 10px auto;
	_margin:40px auto 10px 35px;
	width:680px;/*700px;*/
	padding:3px 5px 3px 15px;
	color:#ffffff;
	font-size:medium;
	_font-size:small;
	letter-spacing:0.2em;
}
h3 {
	background-color:#dfedf8;
	background-image:url(../img/global/bg_02.png);
	background-position:100% 0%;
	background-repeat:no-repeat;
	/*width:650px;*/
	margin:40px 50px 10px 50px;
	padding:2px 2px 2px 5px;
	color:#333333;
	border-left:2px solid #ff855c;
	/*border-top:1px solid #333333;*/
	font-size:medium;
	_font-size:small;
	letter-spacing:0.2em;
}
h4 {
	/*width:650px;*/
	margin:30px 50px 5px 50px;
	font-size:medium;
	_font-size:small;
	letter-spacing:0.2em;
	border-bottom:1px solid #aaaaaa;
}

/*--------------------●*/
p {	/*中コンテンツの幅　650px*/
	margin:0 50px 1.5em 50px;
}

em {
	font-style:normal;
	font-weight:bold;
	color:#339900;
}
strong {
/*	color:#d65c33;*/
	color:#ff3333;
}

del {
	color:#999999;
}

/*--------------------●*/
hr {
	border:1px solid #666666;
	margin:0px auto 20px auto;
	width:650px;
}
img {
	border:none;
}

/*--------------------●*/
ul {
	margin:0 80px 1.5em 80px;
}
ul li {
	margin:0 0 5px 0;

}
ul li ul {
	margin:5px 0 3px 40px;
}
ul li ul li {
}

/*--------------------●*/
ol {
	margin:0 80px 1.5em 80px;
}
ol li {
	margin:0 0 5px 0;
}

/*--------------------●*/
dl {
	margin:0 80px 1.5em 80px;
}
dl dt {
	border-bottom:3px double #999999;
	margin:10px 0 0 0;
}
dl dd {
	margin:0 0 5px 40px;
	
}

dl dd p {	/*中コンテンツの幅　650px*/
	margin:0 0px 1.5em 0px;
/*	margin:0 50px 1.5em 50px;*/
}
dl dd ul {
	margin:0 20px 1.5em 20px;
/*	margin:0 80px 1.5em 80px;*/
}
dl dd ul li {

/*	margin:0 0 5px 0;*/
}


/*--------------------●*/
blockquote {
	background-image:url(../img/global/bg_blockquote.gif);
	background-repeat:repeat-y;
	background-position:top left;
}
blockquote p {
}

/*--------------------●*/
form {
	margin:0 50px 0 50px;
}
form fieldset {
	border:none;
}
form fieldset legend {
	display:none;
}
form fieldset input {
}
form fieldset input.button {
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color:#cccccc;
}

form fieldset dl, form fieldset table {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
form fieldset dl dt {
	margin:0 0 0 0;
	padding:0 0 0 0;
	
	display:block;
	float:left;
	clear:left;
}
form fieldset dl dd {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/*--------------------●*/
table {
	width:650px;
	margin:0 50px 1.5em 50px;
	font-size:small;
	_font-size:x-small;
	empty-cells:hide;
}
table caption {
}
table tr {
}
table tr th {
	background-color:#1372aa;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	padding:2px;
	_line-height:160%;
}
table tr td {
	border:1px solid #999999;
	padding:3px;
	_line-height:160%;
}

/*--------------------●*/
address {
	font-style:normal;
}

/*--------------------●*/
a:link {
	color:#305e7d;
	text-decoration: underline;
}
a:visited {
	color:#305e7d;
	text-decoration: underline;
}
a:active {
	color: #FF7700;

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

	text-decoration: underline;
}

a[target="_blank"] {
	background-image:url(../img/global/icon_li_blank.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:15px;
}





/*--------------------------------------*
|	container							|
*										*---------------------------------------*/

div#container {
	width:750px;
	margin:0 auto 0 auto;
	*padding:0 0 0 20px;
	_padding:0 0 0 0px;
	text-align:left;
}





/*--------------------------------------*
|	header								|
*										*---------------------------------------*/

div#container div#header {
	height:100px;
}
div#container div#header p {
	margin:0 0 5px 0;
	padding:0 0 0 0;
}
div#container div#header div.logo {
	float:left;
}
div#container div#header div.sub-navi {
	float:right;
	width:240px;
	text-align:right;
}
div#container div#header hr {
	display:none;
}
div#container div#header strong {
	font-weight:normal;
	letter-spacing:0em;
	color:#666666;
}






/*--------------------------------------*
|	menu								|
*										*---------------------------------------*/

div#container div#menu {
	clear:both;
	background-image:url(../img/global/bg_menu.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
div#container div#menu hr {
	display:none;
}
div#container div#menu ul {
	list-style-type:none;
	height:30px;
	margin:0 0 0 30px;
}
div#container div#menu ul li {
	float:left;
	margin:0 0 0 0;
}
div#container div#menu ul li a {
	display:block;
	margin:0 25px 0px 0;
	padding:5px 0 4px 0;
}
div#container div#menu ul li a:link, div#container div#menu ul li a:visited {
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
div#container div#menu ul li a:active, div#container div#menu ul li a:hover {
	color:#333333;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../img/global/bg_menu_a.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}







/*--------------------------------------*
|	sub-menu							|
*										*---------------------------------------*/

div#container div#sub-menu {
	clear:both;
	background-image:url(../img/global/bg_sub-menu.gif);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 0 15px 0;
}
div#container div#sub-menu hr {
	display:none;
}
div#container div#sub-menu ul {
	list-style-type:none;
	height:30px;
	margin:0 0 0 30px;
}
div#container div#sub-menu ul li {
	float:left;
	margin:0 0 0 0;
}
div#container div#sub-menu ul li a {
	display:block;
	margin:0 25px 0px 0;
	padding:4px 0 5px 0;
}
div#container div#sub-menu ul li a:before {
	content:"■";
}
div#container div#sub-menu ul li a:link, div#container div#sub-menu ul li a:visited {
	text-decoration:none;
	color:#333333;
}
div#container div#sub-menu ul li a:active, div#container div#sub-menu ul li a:hover {
	text-decoration:underline;
	color:#d65c33;
}





/*--------------------------------------*
|	content								|
*										*---------------------------------------*/

div#container div#content {
}





/*--------------------------------------*
|	footer								|
*										*---------------------------------------*/

div#container div#footer {
	background-image:url(../img/global/bg_footer.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding:5px 10px 5px 10px;
	margin:0 0 10px 0;
	height:100px;
	min-height:100px;
}
div#container div#footer hr {
	display:none;
}
div#container div#footer p {
	margin:0;
	padding:0;
}
div#container div#footer p.copy {
	margin:5px 0 0 0;
	text-align:center;
}





