




/*
     FILE ARCHIVED ON 7:47:48 1 17, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 7:40:41 9 8, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "utf-8";
/*初期設定*/

@font-face {
font-family: 'hiragino';
src: url('font/hiragino.otf') format('opentype');
}

img {
	border:0px;
}
body, html, ul, li, ol, table, td, th {
	margin:0;
	padding:0;
}
table {
	border-collapse : collapse;
}
body {
	text-align:center;
}
p {
	margin:23px 0;
}
p.zero {
	margin:0;
	padding:0;
}
p.link {
	text-align:right;
}
address {
	margin-top:20px;
	font-size:10px;
}
/* end hack */ 
html, body {
	background:url(images/bg.jpg) #F3F3F3;
	font-size:16px;
	color:#333;
	line-height:150%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','hiragino','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.cr {
	clear:both;
	font-size:5px;
	height:5px;
	line-height:5px;
}
.clear {
	clear:both;
}
strong {
	font-weight:bold;
}
/*==== リンク色 ===*/
/*未クリック*/
a:link {
	text-decoration: underline;
}
/*クリック済み*/
a:visited {
	text-decoration: underline;
}
/*クリック時*/
a:active {
	text-decoration:underline;
	color:#ff0000;
}
/*マウスオーバー時*/
a:hover {
	color:#ff0000;
	text-decoration:underline;
}
/*==== 見出し ===*/
h1 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size: 12px;
	line-height:23px;
	height:23px;
	color:#fff;
}
h2.top {
	background:none;
	border:none;
	margin:30px 0 5px;
	padding:0;
	clear:both;
}
h2 {
	padding-left:25px;
	margin:0 0 20px;
	clear:both;
	color:#ffffff;
	font-size:26px;
	height:45px;
	line-height:45px;
	background:url(images/h2_bg.gif) no-repeat;
}
h2.h2top {
	margin-top:50px;
}
h3 {
	clear:both;
	color:#2B2A26;
	margin-top:60px;
	border-bottom:3px solid #FD500A;
	padding-left:30px;
	line-height:36px;
	height:36px;
	font-size:24px;
	background:url(images/h3_bg.gif) no-repeat 5px center;
}
h3.h3top {
	border:none;
	padding:0;
}
p.midashi {
	clear:both;
	border-bottom:1px solid #ccc;
	padding:10px 10px 5px;
	margin-top:35px;
	margin-bottom:15px;
}
/*==== 大枠 ===*/
#wrapper {
	background:url(images/wrapper_bg.jpg) repeat-x left top;
	text-align:center;
	margin:0;
	padding:0;
}
#header {
	background:url(images/header_bg.jpg) repeat-x left top;
	height:117px;
	padding:0;
	margin:0;
	text-align:left;
}
#logo {
	float:left;
	width:328px;
}
#title {
	margin:0;
	padding:0;
	height:50px;
	line-height:50px;
}
#outer {
	width:980px;
	margin: 0 auto;
	text-align:left;
	background:#ffffff;
}
#inner {
	clear:both;
	padding:5px 15px 20px;
	background:#ffffff;/*border-left:3px solid #dcdcdc;
	border-right:3px solid #dcdcdc;*/
}
#contents {
	background:url(images/contents_bg.gif) repeat-y;
	padding:5px 10px;
}
/*==== パンくず ===*/
#breadcrumbs {
	font-size:12px;
	margin-top:10px;
	padding:3px 10px;
	line-height:23px;
	height:23px;
	margin-bottom:5px;
}
/*==== 左カラム ===*/
#left {
	width:640px;
	float:left;
}
.text_box {
	margin:15px;
}
/*==== 右カラム ===*/

#right {
	width:290px;
	float:right;
}
#right .side_box {
	border:1px solid #cccccc;
	margin:0 0 20px;
}
#right .side_box ul {
	margin:0;
	padding:0;
	list-style:none;
}
#right .side_box ul li {
	margin:0;
	padding:0;
	list-style-image: none;
 list-style-type: none  border-bottom:1px solid #f0f0f0;
}
#right .side_box ul li a {
	display:block;
	width:288px;
	padding:2px 0;
	line-height:20px;
	font-size:12px;
	background:url(images/side_li_bg.gif) top no-repeat;
	text-decoration:none;
}
#right .side_box ul li a:hover {
	background:url(images/side_li_bg_o.gif) top no-repeat;
}
#right .side_box ul li a span {
	padding-left:25px;
}
#right .side_box ul li a span.black {
	color:#333;
}
.photo280r {
	width:294px;
	float:right;
	padding-bottom:1em;
	text-align:right;
}
.photo280r p {
	margin:5px 0 10px 0;
	padding:0;
}
/*==== フッター ===*/
#footer {
	clear:both;
	margin:0;
	background:url(images/footer_bg.jpg) repeat-x;
	height:93px;
	line-height:20px;
	width:100%;
	text-align:center;
	color:#ffffff;
	font-size:12px;
}
#footer p {
	margin:15px 0 5px;
	padding:0;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer ul {
	padding-top:20px;
	line-height:16px;
}
#footer li {
	display:inline;
	line-height:16px;
	padding-right:5px;
	margin-right:5px;
	border-right:solid 1px #fff;
}
#footer li.last {
	border:none;
	padding-right:5px;
}
#footer a:visited {
	text-decoration:none;
}
/*==== 揃え ===*/
.alignR {
	text-align:right;
}
.alignC {
	text-align:center;
}
.alignL {
	text-align:left;
}
/*==== トップページ ===*/
.top {
	width:640px;
	height:215px;
	background:url(images/top.jpg) no-repeat;
}
.topin {
	padding-left:400px;
}
/*==== コンテンツページ ===*/
#left ul{
	margin-left:20px;	
}
#left li {
	list-style:url(images/list_bg.jpg) outside;
	margin:2px 0;
}
.box {
	background:url(images/box_bg.gif);
	width:170px;
	height:30px;
	line-height:30px;
	text-align:center;
	font:18px #000;
	margin:30px 0 10px;
}
.chara100{
	float:right;
	width:100px;
	margin-left:1em;
	margin-bottom:1em;	
}
.chara100l{
	float:left;
	width:100px;
	margin-right:1em;
	margin-bottom:1em;	
}
.dotbox{
	background:#fcfcfc;
	border:3px dotted #cccccc;
	padding:20px 10px;
}
/*テーブル*/
table {
	border:solid 1px #cccccc;
	font-size:14px;
	line-height:150%;
	margin-bottom:15px;
}
th {
	border:solid 1px #cccccc;
	padding:5px;
	text-align:center;
	font-weight:bold;
	background:url(images/contents_back.gif);
}
td {
	border:solid 1px #cccccc;
	padding:5px;
	text-align:center;
}
/*文字装飾*/

.bg_o {
	background:#FFF7B8;
}
.by {
	font-weight:bold;
	background-color: #FF6;
}
.redb {
	color:#EE1E12;
	font-weight:bold;
}
.blueb {
	color:#409FD7;
	font-weight:bold;
}
.fsw-150 {
	font-weight: bold;
	font-size: 150%;
}
.fcs-blue120 {
	color: #409FD7;
	font-size: 120%;
}
.fcs-blue140 {
	color: #409FD7;
	font-size: 140%;
}
.fcs-blue160 {
	color: #409FD7;
	font-size: 160%;
}
.fcs-red120 {
	color: #EE1E12;
	font-size: 120%;
}
.fcs-red140 {
	color: #EE1E12;
	font-size: 140%;
}
.fcs-red160 {
	color: #EE1E12;
	font-size: 160%;
}
.fcws-red120 {
	color: #EE1E12;
	font-weight: bold;
	font-size: 120%;
}
.fcws-red140 {
	color: #EE1E12;
	font-weight: bold;
	font-size: 140%;
}
.fcws-red160 {
	color: #EE1E12;
	font-weight: bold;
	font-size: 160%;
}
.fcws-blue120 {
	color: #409FD7;
	font-weight: bold;
	font-size: 120%;
}
.fcws-blue140 {
	color: #409FD7;
	font-weight: bold;
	font-size: 140%;
}
.fcws-blue160 {
	color: #409FD7;
	font-weight: bold;
	font-size: 160%;
}
.fb-yb {
	background-color: #FF6;
	font-weight: bold;
	padding: 1px;
}
.fcws-black120 {
	color: #000000;
	font-weight: bold;
	font-size: 120%;
}
.fb-yb120 {
	background-color: #FF6;
	font-weight: bold;
	padding: 1px;
	font-size: 120%;
}
.fb-yb140 {
	background-color: #FF6;
	font-weight: bold;
	padding: 1px;
	font-size: 140%;
}


/*koki takeuchi*/
