@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 {

}





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

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

/*--------------------●*/
h1 {
	font-size:small;
	_font-size:x-small;
	font-style:normal;
	margin:0 0 15px 0;
}
h2 {
	font-size:medium;
	_font-size:small;
	font-style:normal;
	padding:10px 0 0 60px;
	margin:2em 0px 1em 0;
	color:#333333;
	
	min-height:27px;
	_height:37px;
	
	background-image:url(../img/global/bg_h2.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
h3 {
	font-size:medium;
	_font-size:small;
	font-style:normal;
	margin:2em 10px 0.5em 30px;
	color:#333333;
	padding:0 0 0 30px;
	
	min-height:20px;
	_height:20px;
	
	background-image:url(../img/global/bg_h3.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
h4 {
	font-size:small;
	_font-size:x-small;
	font-style:normal;
	color:#333333;
	margin:1em 10px 0.5em 40px;
	border-left:1em solid #aaaaaa;
	padding:0 0 0 5px;
}

/*--------------------●*/
p {
	letter-spacing:0.05em;
	line-height:160%;
/*	margin:0 10px 1em 10px;*/
	margin:0 60px 1em 60px;
}

em {
	font-style:normal;
	font-weight:bold;
}
strong {
	font-weight:bold;
	color:#e50044;
}

del {
	color:#aaaaaa;
}

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

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


/*--------------------●*/
ol {
	margin:0 60px 1em 60px;
	line-height:140%;
}
ol li {
}

/*--------------------●*/
dl {
	margin:0 60px 1em 60px;
}
dl dt {
	font-weight:bold;
	border-bottom:1px solid #ffa6c0;
	padding:0 0 0 0;
}
dl dd {
	border-left:5px solid #cccccc;
	margin:5px 5px 5px 20px;
	padding:0 0 0 5px;
}
dl dd p {
	margin:0 0px 1em 20px;
}

/*--------------------●*/
form {
	margin:0 60px 1em 60px;
}
form fieldset {
	border:none;
}
form fieldset legend {
	display:none;
}
form fieldset input {
	font-family:monospace;
	font-size:small;
	_font-size:x-small;
	color:#666666;
}
form fieldset textarea {
	font-family:monospace;
	font-size:small;
	_font-size:x-small;
	color:#666666;
}
form fieldset input.button {
	font-family:'Verdana', 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}
form fieldset input.radio {
}

form fieldset dl {
	margin:0 0 0 0;
}
form fieldset dl dt {
}
form fieldset dl dd {
	letter-spacing:0.05em;
}

/*--------------------●*/
table {
	font-size:small;
	_font-size:x-small;
	margin:0 60px 1em 60px;
	border:1px solid #666666;
	border-collapse:collapse;
}
table caption {
	margin:0 0 5px 0;
}
table tr {
}
table tr th {
	background-color:#ffa6c0;
	padding:5px;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}
table tr td {
	padding:5px;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}

/*--------------------●*/
address {
}

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





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

div#container {
	width:780px;
	margin:10px auto 10px auto;
	text-align:left;
}





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

div#container div#header {
	margin:0 0 10px 0;
}
div#container div#header hr {
	display:none;
}
div#container div#header strong {
	color:#333333;
	font-weight:normal;
}
div#container div#header p {
	letter-spacing:0;
	line-height:100%;
	margin:0;
}
div#container div#header p.logo {
	float:left;
}
div#container div#header p.seo {
	margin:0 0 0 220px;
}
div#container div#header ul.submenu {
	float:right;
}







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

div#container div#menu {
	clear:both;
/*	height:80px;*/
	height:78px;
	margin:0 0 10px 0;
	background-image:url(../img/global/submenu_00.gif);
	background-repeat:no-repeat;
	background-position:0% 42px;
}
div#container div#menu hr {
	display:none;
}
div#container div#menu ul {
	list-style-type:none;
	margin:0 0 0 0;
	line-height:100%;
}
div#container div#menu ul li {
	float:left;
	background-image:url(none);
	padding:0 0 0 0px;
}
div#container div#menu ul li a {
	background-image:none;
	padding:0 0 0 0px;
}
/*-------submenu*/
div#container div#menu ul.sub {
/*	padding:0 0 0 102px;
	_margin-top:-2px;*/
	padding:54px 0 0 0;
	_padding:9px 0 0 0;
}
div#container div#menu ul.sub li {
}
div#container div#menu ul.sub li a {
}



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

div#container div#content {
	clear:both;
}





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

div#container div#footer {
	clear:both;
	background-image:url(../img/global/bg_footer_01.gif);
	background-repeat:no-repeat;
	background-position:100% 10%;
	padding:0px 0 0 0;
	margin:3em 0 0 0;
}
div#container div#footer hr {
	display:none;
}
div#container div#footer h2 {
	display:none;
	
	border:none;
	padding:0 0 0 0;
	margin:0 0 0 0;

}

/*------サイトマップ*/
div#container div#footer div#sitemap {
	background-image:url(../img/global/bg_footer_sitemap.gif);
	background-repeat:no-repeat;
	background-position:50% 100%;
	height:180px;
	border-top:1px solid #ffa6c0;
	border-bottom:1px solid #ffa6c0;
	padding:10px 0 0 10px;
}
div#container div#footer div#sitemap h3 {
	border-bottom:1px solid #ffa6c0;
	font-size:small;
	_font-size:x-small;
	font-weight:normal;
	
	margin:0 0 0 0;
	padding:0 0 0 0;
	
	color:#333333;
	height:auto;
	background-image:url(none);
}
div#container div#footer div#sitemap div.box {
	width:220px;
	float:left;
	margin:0 10px 0 0;
}
div#container div#footer div#sitemap div.box ul {
	margin-bottom:10px;
}

/*------会社情報*/
div#container div#footer div#comp {
	background-image:url(../img/global/bg_footer_comp.gif);
	background-repeat:no-repeat;
	background-position:28% 0%;
	border-bottom:1px solid #ffa6c0;
	padding:10px 0 10px 0;
	text-align:right;
}
div#container div#footer div#comp address {
	font-style:normal;
	text-align:left;
	width:28em;
	margin:0 0 0 auto;
	line-height:145%;
}
div#container div#footer div#comp p {
	display:none;
}

/*------コピーライト*/
div#container div#footer p.copy {
	text-align:center;
	margin:10px 0 10px 0;
}
div#container div#footer strong {
	color:#333333;
}




