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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*reset縺薙％縺ｾ縺ｧ*/



/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
common
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

body {
	height:100%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #333333;
	font-size:87%;
	line-height:160%;
	background:url(../images/bg_x.png) top repeat-x;
    position: relative;
}

* html body {  
	font-size:87%;  
}
/**/
*:first-child+html body {  
	font-size:87%;  
}

img {
	vertical-align:bottom;
	border:none;
	display:block;
}

/* IE6 base font */
* html body {
	font-family: "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", Sans-Serif;
}

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.fleft {float:left;	}
.fright {float:right;}
.center00 {margin:0px auto;}
.center20 {margin:20px auto;}
.clear {clear:both;}
.clearLeft {clear:left;}
.clearRight {clear:right;}
.t5 {padding-top:5px;}
.t10 {padding-top:10px;}
.t20 {padding-top:20px;}
.b10 {padding-bottom:10px;}
.b20 {padding-bottom:20px;}
.r10 {padding-right:10px;}
.l10 {padding-left:10px;}
.b {font-weight:bold;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb40 {margin-bottom:40px;}
.ml1em {margin-left: 1em;}
.ssText {font-size:0.8em; line-height:135%;}
.sText {font-size:0.9em; line-height:150%;}
.lText {font-size:1.1em;}
.llText {font-size:1.2em;}
.XlText {font-size:1.3em;}
.color_red {color:#e50012;}
.color_darkblue {color:#004286;}
.color_green {color:#94d303;}
.color_orange {color:#EC6C00;}

.underline {text-decoration:underline;}
.indent1em {padding-left:1em; text-indent:-1em;}
.caution {color:#c50018;}

.marker {
	background: linear-gradient(transparent 40%, #ff9 40%); 
}
.marker02 {
	background: #ffff00;
}


a {
	color:#2c4197;
	text-decoration: underline;
	outline:0;
}
a:hover {
	color:#d75252;
	text-decoration: none;
}

.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }


/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
layout
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

/*繝壹�繧ｸ繝吶�繧ｹ
------------------------------------------------------*/

html, body {
	height: 100%;
}
body &gt; #wrapper {
    height: auto;
}

#wrapper {
	width:950px;
	margin:0 auto;
	position:relative;
	text-align:left;
}

/*繝倥ャ繝繝ｼ
------------------------------------------------------*/

#headerHome {
	width:738px;
	height:553px;
	background-image:url(../images/mainImage.png);
	position:relative;
}
	#headerHome h1 {
		display:block;
		width:385px;
		height:50px;
		background-image:url(../images/logo.png);
		text-indent:-9999px;
		position:absolute;
		top:200px;
		left:42px;
	}
	
.txt_top {
	position: absolute;
	left: 50px;
	bottom: 30px;
	padding: 15px 2em;
	border: 4px solid #ff3333;
	/*background: #fff;*/
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff);
	background-color: rgba(255, 255, 255, 0.7);
	color: #ff0000;
	font-size: 1.1em;
	font-weight: bold;
}
/*
.txt_top {
	position: absolute;
	left: 50px;
	bottom: 40px;
	padding: 5px 1em;
	border: 2px solid #ff3333;
	color: #ff0000;
	font-size: 1.1em;
	font-weight: bold;
}
	.txt_top span {
		padding: 5px 1em;
		border: 2px solid #ff3333;
		color: #ff0000;
		font-size: 1.1em;
		font-weight: bold;
	}*/

#header {
	width:738px;
	height:210px;
	background-image:url(../images/bg_header.png);
	position:relative;
}
	#header h1 {
		display:block;
		width:385px;
		height:50px;
		background-image:url(../images/logo.png);
		text-indent:-9999px;
		position:absolute;
		top:40px;
		left:42px;
	}

/*contentWrap
------------------------------------------------------*/

#contentsWrap {
	width:950px;
}

/*繧ｳ繝ｳ繝�Φ繝�お繝ｪ繧｢
------------------------------------------------------*/

#contentsArea {
	width:738px;
	float:right;
	padding-bottom:10px; /*sideArea縺ｨ縺ｮ鬮倥＆蜷医ｏ縺�*/
	background-color:#fff;
}

.contents {
	width:708px;
	margin:15px auto 20px;
}


/*繧ｵ繧､繝峨お繝ｪ繧｢
------------------------------------------------------*/

#sideArea {
	display: inline; /*ie6*/
	float:left;
	width:192px;
	padding:15px 10px;
	background-color:#A445CA;
}

/*繝｡繧､繝ｳ繝｡繝九Η繝ｼ
----*/

#gNavi {
	width:192px;
}

#gNavi li a {
	display:block;
	width:192px;
	height:45px;
	margin-bottom:5px;
	background-image:url(../images/gNavi.png);
	text-indent:-9999px;
}

#gNavi li a#menu10 {
	padding-bottom:0;	
}

a#menu01 {
	background-position:0 0;
}
a#menu02 {
	background-position:0 -50px;
}
a#menu03 {
	background-position:0 -100px;
}
a#menu04 {
	background-position:0 -150px;
}
a#menu05 {
	background-position:0 -200px;
}
a#menu06 {
	background-position:0 -250px;
}
a#menu07 {
	background-position:0 -300px;
}
a#menu08 {
	background-position:0 -350px;
}
a#menu09 {
	background-position:0 -400px;
}
a#menu10 {
	background-position:0 -450px;
}


a#menu01:hover {
	background-position:-193px 0;
}
a#menu02:hover {
	background-position:-193px -50px;
}
a#menu03:hover {
	background-position:-193px -100px;
}
a#menu04:hover {
	background-position:-193px -150px;
}
a#menu05:hover {
	background-position:-193px -200px;
}
a#menu06:hover {
	background-position:-193px -250px;
}
a#menu07:hover {
	background-position:-193px -300px;
}
a#menu08:hover {
	background-position:-193px -350px;
}
a#menu09:hover {
	background-position:-193px -400px;
}
a#menu10:hover {
	background-position:-193px -450px;
}


.contactInfo {
	margin:20px auto 30px;	
}
.contactInfo h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	padding:0 0 3px 6px;
}

.contactInfo address {
	width:173px;
	padding:10px;
	background:#c182db;
}
	.contactInfo address h4 {
		font-weight:bold;
		color:#fff;
		padding-bottom:2px;
		font-size:0.9em;
	}
	.contactInfo address p {
		font-size:0.8em;
		line-height:130%;
		color:#fff;
	}

.ul_sideBanner {
	margin: 20px auto 50px;	
}
	.ul_sideBanner img:hover {
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity:0.85;
	-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
			 -o-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out;
	}
		


/*繝輔ャ繧ｿ繝ｼ
------------------------------------------------------*/

footer {
	width:950px;
	height:104px;
	background:url(../images/bg_footer.png) no-repeat;
	position:relative;
}

#ul_footerNavi {
	padding:5px 0 5px 15px;
}
#ul_footerNavi li {
	float:left;
	font-size:12px;
	color:#fff;
}
	#ul_footerNavi a {
		color:#fff;
		text-decoration:none;
	}
	#ul_footerNavi a:hover {
		color:#d75252;
		text-decoration:none;
	}
#copyright {
	font-size:0.9em;
	color:#fff;
	position:absolute;
	bottom:5px;
	left:15px;	
}
















</pre></body></html>