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


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

*{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}


a {
	color: #333333;
}
a:hover {
	color: #5B92D7;
	text-decoration: none;
}

#container {
	text-align: left;
	width: 1078px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/container_bg.gif);	
	background-repeat: repeat-y;
	padding-top: 1px;
	clear: left;
}


#header {
	text-align: left;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	position: relative;
}

#header h1 {
	font-size: 11px;	
	line-height: 14px;
	font-weight: normal;
	position: absolute;
	left: 10px;	
	top: 10px;	
}

#logo {
	position: absolute;
	left: 0px;	
	bottom: 0px;
}

#tel {
	position: absolute;
	right: 0px;	
	bottom: 0px;
}



ul#menu {
	background-image: url(images/menu_bg.gif);
	height: 50px;
	width: 1069px;
	padding-left: 19px;
	margin-right: auto;
	margin-left: auto;
}

ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}



#main {
	float: left;
	width: 710px;
	padding-top: 10px;
	padding-bottom: 50px;
	display: inline;
	margin-right: 10px;
	background:white;
}

#main h2 {
	font-size: 120%;
	line-height: 70px;
	color: #1d2088;
	background-image: url(images/h2bg.gif);
	background-repeat: no-repeat;
	height: 70px;
	overflow: hidden;
	padding-left: 20px;
	clear: both;
}

#main p {
	padding: 0.5em 10px 1em;
}


table#price{
	width:700px;
	margin-left:10px;
	border-bottom:#CCC solid 1px;
	border-top:#CCC solid 1px;

}

table#price th{
	border-bottom:#CCC solid 1px;
	background:#006;
	color:white;
}

table#price td{
	border:solid 1px #999;
	padding:3px;
}

table#price td.right{
	text-align:right;
}


p.shibu{
	color:white;
	background-image:url(images/shibubg.gif);
	background-repeat:no-repeat;
}


#. {
	float: left;
	width: 330px;
	padding-top: 10px;
	padding-bottom: 50px;
	display: inline;
	margin-left: 10px;
}

#. h3 {
	font-size: 100%;
	border: 3px double #bfbfbf;	
	text-align: center;			
	background-image: url(images/h3bg.gif);	
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#. p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

#. ..menu {
	margin-bottom: 1em;
}

#. ..menu li {
	background-image: url(images/.menu_bg.gif);	
	background-repeat: no-repeat;
	background-position: left center;
}

#. ..menu a {
	display: block;
	width: 300px;
	border-bottom: 1px solid #bfbfbf;
	text-decoration: none;
	padding: 5px 10px 5px 20px;
}

#. ..menu a:hover {
	background-color: #e8f1fb;
}




ul#footermenu {
	clear: both;
	text-align: left;
	width: 100%;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}



#footer {
	text-align: center;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	width: 1080px;
	padding: 40px 4px 20px;
}


#main dl.new {
	width: 680px;			/*What's Newボックスの幅*/
	height: 290px;			/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px 0px 10px 10px;
	margin-right: auto;
	margin-left: auto;
}

#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #bfbfbf;	/*日付ごとの下線*/
	line-height:50px;
}




.clear {
	clear: both;
}


#pageTop{
	background:#999;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	}
	
#pageTop:hover{
	background:#666;
	}


div#company{
	text-align:right;
	padding-right:20px;
	margin-top:20px;
}

.company_nm{
	font-size:150%;
	margin-top:20px;
	color:#003;
	

	}
	
	
dl.new{
	border:1px solid #CCC;
}

div#bg1{
	background:url(./images/bg1.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
</pre></body></html>