<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ------------------------------
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
------------------------------ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}
ins {
	color: #000;
	text-decoration: none;
	background-color: #ff9;
}
mark {
	font-style: italic;
	font-weight: bold;
	color: #000;
	background-color: #ff9;
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input, select {
	vertical-align: middle
}
img {
	vertical-align: bottom
}
/* ------------------------------
 共通設定
------------------------------ */

body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both
}
.normal {
	font-size: 12px;
	color: #000;
	line-height: 1.6;
}
.mb {
	margin-bottom: 0
}
strong, em {
	font-weight: bold
}

/*clearfix--------------------*/

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */

/* ボタンアニメーション */
.btn_effect {
	height:100px;
	width:475px;
	margin: 0 auto;
	position:relative;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-name: slidein;
	-webkit-animation-name: slidein;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	cursor:pointer;
}

.btn_effect:hover {
	-moz-animation-iteration-count: 0;
	-webkit-animation-iteration-count: 0;
}

@-moz-keyframes slidein{from{left:0;width:475px;}25%{left:3px;}75%{left:-3px;}95%{left:3px;}to{left:0;width:481px;}}

@-webkit-keyframes slidein{from{left:0;width:475px;}25%{left:3px;}75%{left:-3px;}95%{left:3px;}to{left:0;width:481px;}}

/* COMMON */
.clear { clear: both; }

.center { text-align: center; }
.left { text-align: left; }

.f_left { float: left; }
.f_right { float: right; }

.under_line { text-decoration: underline; }
.under_line02 { border-bottom: 1px solid #ffffff; padding-bottom: 10px; margin-bottom: 10px; }

.fontb { font-weight: bold; }
.fontn { font-weight: normal; }

.font_white { color: #ffffff; }
.font_yellow { color: #fff600; }
.font_orange { color: #ff4700; }
.font_red { color: #ff0000; }
.font_green { color: #00a73b; }
.font_gray { color: #929292; }
.font_blue { color: #003399; }
.font_sky { color: #00ada9; }
.font_purple { color: #634074; }

.bg_red { background: #ff0000; }
.bg_yellow { background: #ffff00; }
.bg_orange { background: #ff3300; }
.bg_green { background: #00a73b; }

.m_auto { margin: 0 auto; }
.mb0 { margin-bottom: 0 !important; }
.mb05 {	margin-bottom: 5px !important; }
.mb10 {	margin-bottom: 10px !important; }
.mb15 {	margin-bottom: 15px !important; }
.mb20 {	margin-bottom: 20px !important; }
.mb25 {	margin-bottom: 25px !important; }
.mb30 {	margin-bottom: 30px !important; }
.mb35 {	margin-bottom: 35px !important; }
.mb40 {	margin-bottom: 40px !important; }
.mb45 {	margin-bottom: 45px !important; }
.mb50 {	margin-bottom: 50px !important; }
.mb60 {	margin-bottom: 60px !important; }
.mb70 {	margin-bottom: 70px !important; }

.mr05 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }

.mlr15 { margin-left: 15px; margin-right: 15px; }

.ptb10 { padding-top: 10px; padding-bottom: 10px; }
.ptb15 { padding-top: 15px; padding-bottom: 15px; }

.p10 { padding: 10px; }
.p15 { padding: 15px; }

.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }

.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }

.p3 { padding: 1px 3px; }

.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f20 { font-size: 20px; }
.f21 { font-size: 21px; }
.f23 { font-size: 23px; }
.f24 { font-size: 24px; }
.f26 { font-size: 26px; }
.f28 { font-size: 28px; }
.f30 { font-size: 30px; }
.f35 { font-size: 35px; }
.f40 { font-size: 40px; }

.lh13 { line-height: 1.3; }
.lh14 { line-height: 1.4; }
.lh16 { line-height: 1.6; }

.w81 { width: 81px; }
.w90 { width: 90px; }
.w91 { width: 91px; }
.w100 { width: 100px; }
.w105 { width: 105px; }
.w110 { width: 110px; }
.w180 { width: 180px; }
.w190 { width: 190px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w270 { width: 270px; }
.w280 { width: 280px; }
.w300 { width: 300px; }


.w93 { width: 93%; }
.w96 { width: 96%; }
.w98 { width: 98%; }

.txtarea10 {
	margin-left: 10px;
	margin-right: 10px;	
}

.txtarea15 {
	margin-left: 15px;
	margin-right: 15px;	
}

/* コンテンツ */
body {
	background: #aa0000 url(img/bg-01.gif) repeat-x 0 0;
}
.page {
	width: 1000px;
	margin: 0 auto;
}
img {
	display: block;
}
a:hover img {
	filter:alpha(opacity=80); 
	-moz-opacity:0.80; 
	opacity:0.80; 
	-khtml-opacity:0.80;
}
.main {}
.con-01 {}
.con-01 ul li {
	float: left;
	position: relative;
}
.con-01 ul li .profile {
	position: absolute;
	top: 370px;
	left: 30px;
}
.con-01 ul li .profile h4 {
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px 2px #000000;
}
.con-01 ul li .profile p {
	font-size: 13px;
	color: #fff;
	line-height: 21px;
	text-shadow: 0 1px 2px #000000;
}
.con-02 {
	background: transparent url(img/con-02-bg.gif) no-repeat 0 0;
}
.con-02 .f_left{
	padding: 10px 5px 10px 20px;
}
.con-02 .f_right{
	padding: 10px 20px 10px 5px;
}
.con-03,
.con-04 {
	position: relative;
}
.con-03 ul,
.con-04 ul {
	position: absolute;
	top: 310px;
	left: 460px;
	padding: 0;
}
.con-03 ul li,
.con-04 ul li {
	float: left;
	margin-right: 10px;
}
.con-05,
.con-06 {
	background: transparent url(img/bg-02.gif) repeat-y 0 0;
	padding-bottom: 30px;
}
table.basic {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 918px;
	margin: 0 auto;
}
table.basic th {
	background-color: #eeeeee;
	font-size: 13px;
	color: #777;
	text-align: center;
	padding: 1em 0;
	border: 1px solid #ccc;
	vertical-align: middle;
}
table.basic td {
	font-size: 13px;
	color: #777;
	text-align: center;
	padding: 1em 0;
	border: 1px solid #ccc;
}
.footer {
	background-color: #333333;
	padding: 25px 0;
}
.footer p {
	color: #fff;
	line-height: 1em;
	text-align: center;
	font-size: 12px;
}
.footer p#copyright {
	margin-top: 45px;
}
/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
</pre></body></html>