<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/****************************************
		1. General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, 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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	list-style:none;
}
html {
	height:100%;
}
body {
	background-image: url(back_image.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center top ;
	background-attachment: fixed;
	height:100%;
	font: 12px/18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
	color: #333;
	text-align: left; 
	overflow:auto;
}
a {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}
.clear {
	clear: both;
	line-height: 0
}


/****************************************
		2. Basic Layout 
*****************************************/
#page {
	background-color: #ffffff;
	width: 800px;
	height:100%;
	min-height:100%;
	margin: 0 auto;
}
body &gt; #page {
    height: auto;
}
#wrapper {
	width: 750px;
	margin: 0 25px 0 25px;
}
#header {
	width: 720px;
	height:96px;
	margin: 0 15px 0 15px;
	padding-top: 10px;
}
#contents {
	width: 720px;
	margin: 0 15px 0 15px;
	padding-top: 10px;
}
#main {
	width: 460px;
	float: left;
}
#side {
	width: 250px;
	float: right;
	margin-left: 10px;
}
#footer {
	clear: both;
	width: 720px;
	height: 55px;
	padding-top: 10px;
	margin: 0 auto;
	}
/****************************************
		3.  Header, Menu
*****************************************/
#title_box {
	width: 720px;
}

#title {
	width: 180px;
	float: left;
}

#sarch_box {
	width: 540px;
	height: 66px;
	float: right;
	}

ul.menu {
	width: 720px;
	margin: 0px; 
	padding: 0px;
	clear: both;
}
ul.menu li{
	float: left; 
	width: 120px; 
	list-style: none outside; 
	margin: 0px; 
	text-align: center;
}
ul.menu li img{
	width: 115px; 
	height: 20px; 
	margin-right: 5px;
}
/****************************************
		4.  Footer
*****************************************/
p.copy {
	text-align:center;
	color: #666
	margin-bottom: 10px;
}
p.copy a {
	color: #999;
}
p.copy a:hover {
	color: #ccc;
}
/****************************************
		5.  Other
*****************************************/
.breadcrumb {
	margin-top: 5px;
	margin-bottom: 5px;
	font: 10px;
}

.box_650_01 {
	height:50px;
	position:relative; 
}

.box_650_02 {
	width: 650px;
	position:absolute;
	bottom:0; 
	font-size: 13px;
	text-align: right; 
}
</pre></body></html>