@charset"UTF-8";

/***********************************************
CSS file by Mikito Hayashi
Data : 2008/12/15
Version : 1.0
************************************************/

/* RESET ****************************************************************/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td { margin:0;padding:0; }
table { border-collapse:collapse;border-spacing:0; font-size:100%; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
ol,ul { list-style:none; margin:0; padding:0; }
caption,th { text-align:left; }
hr { display:none; }


/* DEFAULT ****************************************************************/
body {
	background:url(../images/bg.gif);
	font-size:90%;
	font-family:sans-serif;
	color:#ffffff;
}

p { 
	line-height: 170%;
}

a:link {
	color:#e3d698;
	text-decoration:none;
}
a:visited {
	color:#e3d698;
	text-decoration:none;
}
a:hover, a:active {
	color:#e3d698;
	text-decoration:underline;
}

div#all {
	width:810px;
	margin:auto;
	background:#000000;
}


/* HEADER ************************************/
div#header {
	height:98px;
	background:url(../images/bg_header.gif) repeat-x;
}

h1 {
	float:left;
	margin:0px;
	padding:10px 0px 0px 10px;
}

div#tel {
	float:right;
	margin:20px 10px 0px 0px;
}


/* NAVI ************************************/
div#navi {
	clear:both;
	position:relative;
	top:8px;
}

div#navi li {
	float:left;
}


/* LEFT ************************************/
/*Left*/
div#left {
	float:left;
	width:235px;
	margin:10px 0px 20px 13px;
	padding:0px 0px 0px 0px;
	line-height:160%;
}
div#lefttop { line-height:10px; background:url(../images/lefttop.gif) no-repeat; }
div#leftmdl { background:url(../images/leftmdl.gif) repeat-y; }
div#leftbtm { line-height:10px; background:url(../images/leftbtm.gif) no-repeat; }

div#left h2 {
	margin-left:10px;
	padding:0px 0px 5px 10px;
	background:url(../images/h2_left.gif) 0px 4px no-repeat;
	font-size:120%;
}
div#left span {
	margin-left:20px;
	font-weight:bold;
}

div#left ul {
	width:205px;
	margin:0px 0px 0px 12px;
	padding:10px 0px;
	background:#5b5b5b;
}
div#left li {
	margin:0px 5px 8px 10px;
	padding-left:13px;
	background:url(../images/list.gif) 0px 7px no-repeat;
}

/* TOP ************************************/
/*Left*/
div#top-left {
	float:left;
	width:450px;
	margin:10px 0px 20px 13px;
	padding:0px 0px 0px 0px;
}

div#top-left p {
	margin:0px 0px 12px 0px;
	letter-spacing:1px;
	line-height:160%;
}

div#top-left a {
	padding:0px 0px 0px 10px;
	background:url(../images/link.gif) 0px 5px no-repeat;
}

/*Right*/
div#top-right {
	float:right;
	width:320px;
	margin:10px 5px 20px 0px;
	padding:0px 0px 0px 0px;
}

img.banner { margin-bottom:8px; }

div#top-right h2 {
	margin:-5px 0px 5px 8px;
}

div#top-right ul {
	width:295px;
	margin:0px 0px 0px 12px;
	font-size:90%;
	background:#5b5b5b;
}
div#top-right li {
	padding:0px 4px 7px 4px;
}

div#newstop {
	line-height:10px;
	background:url(../images/newstop.gif) no-repeat;
}
div#newsmdl {
	background:url(../images/newsmdl.gif) repeat-y;
}
div#newsbtm {
	line-height:10px;
	background:url(../images/newsbtm.gif) no-repeat;
}


/* CONTENTS ************************************/
div#contents {
	float:right;
	width:540px;
	margin:10px 5px 20px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px dotted #302d26;
}

div#contents h2 {
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 13px;
	background:url(../images/h2.gif) 0px 6px no-repeat;
}
*+html 
div#contents h2 { font-size:135%; }

div#contents h3 {
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 13px;
	background:url(../images/h3.gif) 0px 6px no-repeat;
}
div#contents h3 { font-size:120%; }


div#contents p {
	margin:0px 10px 20px 0px;
}

div#contents a {
	padding:0px 0px 0px 10px;
	background:url(../images/link.gif) 0px 5px no-repeat;
}

/* SITEMAP ************************************/
div#contents div#sitemap h3 {
	margin:0px 0px 8px 5px;
	padding:0px 0px 0px 8px;
	background:none;
}
div#contents div#sitemap h3 a {
	background:url(../images/link.gif) 0px 6px no-repeat;
}


/* FOOTER ************************************/
div#ftnavi {
	clear:both;
	text-align:center;
	font-weight:90%;
}

div#footer {
	clear:both;
	width:810px;
	margin:0px; padding:0px;
	border-top:1px solid #767262;
	font-size:90%;
}
img.copy { padding:10px; }


/* FREE ****************************************************************/
.indent { text-indent:-1000em; display:block; }
.center { text-align:center; }
.right { text-align:right; }
.left { text-align:left: }

.fleft { float:left; }
.fright { float:right; }
.clear { clear:both; }
.fleftimg { float:left; padding-right:7px; }
.frightimg { float:right; padding-left:7px; }
