@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 {
	background-image:url(../img/global/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-attachment:fixed;
	font-size:small;
	_font-size:x-small;
	text-align:center;
	font-family:'verdana', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	color:#3d2b01;
}

/*--------------------●*/
h1 {
	background-image:url(../img/global/bg_h1_01.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:70px;
	_height:120px;
	margin:0 0 0 35px;
	padding:50px 0 0 50px;
	font-size:18px;
}
h2 {
	background-image:url(../img/global/bg_h2_01.gif);
	background-repeat:no-repeat;
	height:24px;
	_height:30px;
	min-height:24px;
	padding:6px 0 0 20px;
	font-size:14px;
	margin:1.5em 85px 1.5em 85px;
}
h3 {
	border-left:10px solid #8ec31f;
	margin:1.5em 110px 0.5em 110px;
	font-size:14px;
	padding:0 0 0 5px;
}
h4 {
	margin:1.5em 110px 0.2em 110px;
	font-size:14px;
	border-top:1px solid #d4c298;
	border-right:1px solid #d4c298;
	padding:5px 5px 0 5px;
}

/*--------------------●*/
p {
	line-height:160%;
	margin:0 110px 1.5em 110px;
}

em {
	font-style:normal;
	font-weight:bold;
}
strong {
	color:#a71303;
	letter-spacing:0.1em;
}

del {
}

/*--------------------●*/
hr {
}
img {
}

/*--------------------●*/
ul {
	margin:0 135px 1.5em 135px;
}
ul li {
	list-style-type:none;
	background-image:url(../img/global/bg_ul_li_01.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding:0 0 0 15px;
	line-height:140%;
}
ul li ul {
	margin:0 0px 0 15px;
}
ul li ul li {
}

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

/*--------------------●*/
dl {
	margin:0 120px 1.5em 120px;
}
dl dt {
	font-weight:bold;
	margin:1em 0 0.5em 0;
	padding:3px;
	background-image:url(../img/global/bg_dd_01.gif);
	background-color:#fbd991;
}
dl dd {
	margin:0 0 0.5em 15px;
	padding:3px 3px 3px 3px;
}

dl dd p {
	margin:0 0px 0.5em 0.5em;
}
dl dd ul {
	margin:0 0px 0em 0.5em;
}
dl dd ul li {
	background-image:url(../img/global/bg_ul_li_01.gif);
}
dl dd table {
	margin:0 0px 0.5em 0em;
	width:510px;
	border:none;
}

/*--------------------●*/
form {
	margin:0 110px 1.5em 110px;
	padding:0px;
	border:0px;
}
form fieldset {
	margin:0px;
	padding:0px;
	border:0px;
/*	background-color:#99ffff;*/
}
form fieldset legend {
	display:none;
}
form fieldset input {
	font-size:small;
	_font-size:x-small;
	font-family:'verdana', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	color:#3d2b01;
}
form fieldset input.button {
}
form fieldset textarea {
	font-size:small;
	_font-size:x-small;
	font-family:'verdana', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	color:#3d2b01;
}

form fieldset dl, form fieldset ul, form fieldset p {
	margin:0 0 1.5em 0;
}
form fieldset dl dd p {
	margin:1em 0 0em 0;
}
form fieldset dl dt {
}
form fieldset dl dd {
}

/*--------------------●*/
table {
	font-size:small;
	_font-size:x-small;
	border-top:1px solid #3d2b01;
	border-left:1px solid #3d2b01;
	border-right:1px solid #3d2b01;
	margin:0 110px 1.5em 110px;
	border-collapse:collapse;
	empty-cells:show;
/*	table-layout:fixed;*/
	width:550px;
}
table caption {
	text-align:right;
	font-weight:bold;
	padding:3px;
}
table tr {
}
table tr th {
	border-bottom:1px solid #3d2b01;
	border-right:1px solid #3d2b01;
	padding:3px;
	background-image:url(../img/global/bg_table_th_01.gif);
	background-repeat:repeat-x;
	text-align:center;
}
table tr td {
	border-bottom:1px solid #3d2b01;
	border-right:1px solid #3d2b01;
	padding:3px;
}
table ul {
	margin:0 0 0 10px;
}



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

/*--------------------●*/
a:link {
	color:#f2ab06;
}
a:visited {
	color:#755306;
}
a:active {
}
a:hover {
	text-decoration:none;
}





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

div#container {
	width:800px;
	_width:802px;
	margin:0 auto 0 auto;
	background-color:#ffffff;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	
}





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

div#container div#header {
	margin:0px 15px 0 15px;
	padding:10px 0 0 0;
	/*width:770px;*/
	text-align:left;
}
div#container div#header hr {
	display:none;
}


div#container div#header p.logo {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:230px;
	float:left;
	
}

div#container div#header p.seo {
	margin:0 20px 0 0px;
	padding:3px 0 0 0;
	width:396px;
	float:left;
	line-height:120%;
}
div#container div#header p.seo strong {
	color:#3d2b01;
	letter-spacing:0em;
	font-weight:normal;
}

div#container div#header ul {
/*
	margin:0 135px 1.5em 135px;
*/
	float:right;
	margin:0 0 0 0;
	width:124px;
	
}
div#container div#header ul li {
/*
	list-style-type:none;
	background-image:url(../img/global/bg_ul_li_01.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding:0 0 0 15px;
	line-height:140%;
*/
	
}






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

div#container div#menu {
	clear:both;
	margin:0 15px 0 15px;
	/*width:770px;*/
}
div#container div#menu hr {
	display:none;
}
div#container div#menu ul {
	margin:0 0 0 0;
}
div#container div#menu ul li {
	background-image:url(none);
	padding:0 0 0 0;
	line-height:100%;
	
	float:left;
}





/*--------------------------------------*
|	content								|	クラス設定等は別ファイルへ
*										*---------------------------------------*/

div#container div#content {
	text-align:left;
	margin:0 15px 0 15px;
	/*width:770px;*/
	clear:both;
/*	background-color:#9999ff;*/
}






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

div#container div#footer {
	background-image:url(../img/global/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:160px;
	min-height:160px;
	text-align:left;
	padding:30px 120px 0 120px;
}
div#container div#footer hr {
	display:none;
}
div#container div#footer address img {
	margin:0 0 0 -3px;
}
div#container div#footer p.copy {
	margin:3em 0 0 0;
	padding:0px;
	border:0px;
	text-align:center;
}






