<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*ベース部分共通用*/

* html div#container{
    height:100%;
}

div#container{
	width: 100%;
	position:relative;
	min-height: 100%;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

body &gt; #container {
        height: auto;
}

body {
	color: #444;
	height:100%;
	-webkit-text-size-adjust:none;
	text-align:justify;
	text-justify:distribute;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
}

div#main{
	padding-bottom:60px;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

img {
	border-style: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.align_left{
	text-align: left;
}

.align_right {
	text-align: right;
}


/*ヘッダ*/

#hd {
	float: none;
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: absolute;
	z-index: 100;
}

#hd h1 a {
	text-align: left;
	display: block;
	clear: none;
	float: left;
	background-image: url(../common/logo.png);
	height: 134px;
	width: 164px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#hd #menu {
	float: right;
	height: auto;
	width: auto;
	clear: none;
}

.slit {
	background-image: url(../common/slit.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 2px;
}


/*コンテンツ*/

#contents {
	clear: both;
	float: none;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	position: relative;
	z-index: 0;
}

#contents #mainbox {
	clear: both;
	float: none;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}


/*フッタ*/

#ft {
	position:absolute;
	bottom:0px;
	height: 60px;
	width: 100%;
	float: none;
	clear: both;
}

#ft_area {
	clear: both;
	float: none;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	padding-right: 12px;
	padding-left: 12px;
}

#ft_area li {
	clear: none;
	float: left;
	margin-right: 15px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

#ft_area li a {
	padding-top: 8px;
	display: block;
}

#ft_area li a:hover {
	padding-top: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #25B;
}

#ft a:link {
	color: #666;
	text-decoration: none;
}

#ft a:visited {
	color: #666;
	text-decoration: none;
}

#ft a:hover {
	color: #000;
	text-decoration: none;
}

#ft_area .on {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #25B;
	color: #000;
	padding-top: 5px;
}

#ft_area .copyright {
	float: right;
	padding-right: 10px;
	text-decoration: none;
	padding-top: 8px;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	color: #333;
}

#ft_area .logo a {
	text-align: left;
	display: block;
	clear: none;
	float: right;
	background-image: url(../common/digion.png);
	height: 33px;
	width: 102px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/*リンク*/

a {
	outline: none;
	border-style: none;
}

a:link {
	color: #369;
	text-decoration: none;
}

a:visited {
	color: #369;
	text-decoration: none;
}

a:hover {
	color: #036;
	text-decoration: underline;
}


/*カラー*/

.color_blue {
	color: #369;
}


/*マージン*/

.ma_r14 {
	margin-right: 14px;
	overflow: hidden;
}


/*パディング*/

.pa_t15 {
	padding-top: 15px;
}

.pa_b15 {
	padding-bottom: 15px;
}

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