<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 */

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Font */
body {
	*font-size:small;
	*font:x-small;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.231;
}
select, input, button, textarea {
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 99%;
	color: #333333;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
 *font-size:108%;
	line-height:100%;
}
a {
	color: #0088CC;
	outline: none;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:focus { outline:none;}

/* Base */
body {
	color: #333333;
	background-color: #dff0ff;
	background-image: url(../img/body_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: auto;
}

/* header */
#header {
	width: 980px;
	height: 100px;
	background-image: url(../img/header_bg.png);
	background-repeat: no-repeat;
}

.header_logo {
	float: left;
	height: 100px;
	width: 350px;
/*	background-image: url(../img/ootoya_logo.png);*/
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.header_left {
	float: right;
	height: 100px;
	width: 620px;
}
#header h1 {
	width: 610px;
	margin-top: 15px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
}

.keep_bt {
	background-image: url(../img/keep_bt.png);
	height: 30px;
	width: 228px;
}

.keep_bt a {
	background-image: url(../img/keep_bt.png);
	text-indent: -9990px;
	display: block;
	height: 30px;
	width: 228px;
	overflow: hidden;
}
.keep_bt a:hover {
	background-image: url(../img/keep_bt_over.png);
}
.header_keep {
	margin-top: 20px;
	float: right;
	margin-right: 10px;
}

#pankuzu {
	font-size: 93%;
	background-image: url(../img/bg_wake.png);
	width: 960px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0071be;
}
#pankuzu a:hover {
	text-decoration: underline;
}
.textbox {
	border: 1px solid #0099CC;
	padding: 6px;
	background-image: url(../img/input_bg.png);
}
.textbox:hover {
	background-image: url(../img/input_bg_over.png);
}
.index_search_bt {
	background-image: url(../img/index_search_bt.png);
	height: 30px;
	width: 130px;
	overflow: hidden;
}
.index_search_bt:hover {
	background-image: url(../img/index_search_bt_over.png);
}

#page_title {
	background-image: url(../img/bg_wake.png);
	background-repeat: no-repeat;
	width: 940px;
	background-position: bottom;
	font-size: 138.5%;
	color: #333333;
	font-weight: bolder;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: auto;
}



/* content */
#content {
	height: auto;
	width: 980px;
	clear: both;
}
#content a:hover {
	text-decoration: underline;
}
#go_pagetop {
	clear: both;
	width: 960px;
	background-image: url(../img/bg_wake.png);
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: top;
}
#go_pagetop a {
	background-image: url(../img/arrow03.png);
	background-repeat: no-repeat;
	padding-right: 18px;
	background-position: right center;
}
#go_pagetop a:hover {
	text-decoration: underline;
}




/* footer */	
#footer {
	height: 80px;
	width: 960px;
	clear: both;
	padding: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0071be;
	margin-top: 10px;
}
.footerbox {
	float: left;
	font-size: 12px;
}
.footer_text {
	background-image: url(../img/footer_text.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-bottom: 10px;
}
.footer_link {
	padding-left: 10px;
	margin-bottom: 5px;
}

.footer_link a {
	background-image: url(../img/arrow02.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-right: 15px;
	padding-top: 1px;
}
.footer_link a:hover {
	text-decoration: underline;
}
.copyright {
	float: right;
	font-size: 11px;
	text-align: right;
}

.snsb {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0071be;
	margin-top: 10px;
}
.snsb table{
	margin-right: auto;
	margin-left: auto;
}

/* clearfix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
</pre></body></html>