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

/****** ▼ import ▼ ******/

@import url("header.css");
@import url("leftnavi.css");
@import url("footer.css");


/***************************************
*	基本設定
***************************************/

*{
	margin:0;
	padding:0;
}


body{
	font-size:75%;
	line-height:1.6em;
	text-align:center;
	color:#333;
	background-color:#FFF;
}

h1{
	margin-left:auto;
	margin-right:auto;
	font-size:120%;
	font-weight:normal;
	width:800px;
	text-align:left;
}

img{
	vertical-align:bottom;
}

a img{
	border:none;
	text-align:0;
	line-height:1em;
}

ul{
	list-style:none;
}

#container{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#wrapper{
	width:800px;
}

/***************************************
*	header設定
***************************************/

#header{
	width:800px;
	text-align:left;
	background-color:#FFF;
	background-image:none;
}

/***************************************
*	leftnavi設定
***************************************/

#leftNaviBox{
	margin-bottom:3em;
	width:160px;
	float:left;
	text-align:left;
}

/***************************************
*	main contents設定
***************************************/

#main{
	margin-bottom:3em;
	width:630px;
	float:right;
	text-align:left;
}

/***************************************
*	footer設定
***************************************/

#footer{
	border-top: 1px solid #999;
	width:800px;
}

/***************************************
*	汎用設定
***************************************/

.clear{
	clear:both;
}</pre></body></html>