﻿@charset "utf-8";

/* 印刷ボタン
---------------------------------------------*/
#print {
	position: absolute;
	right: 17px;
	top: 37px;
	vertical-align: top;
	}

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 75%;
	line-height: 1.4;
	color: #333333;
	background-color: #ffffff;
}

#praiv {
	position: absolute;
	right: 30px;
	top: 5px;
	vertical-align: top;
	}
#praiv a {
	color: #20b2aa;
	text-decoration: none;
}
#praiv a:hover {
	color: #008080;
	text-decoration: underline;
}
/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	z-index: 100; /*ボックス一番上*/
	width: 800px;
	height: 70px;
	background-color: #ffffff;
	padding-top: 60px;
	
}
#header .tit {
	margin-left: 15px;
	color: #008080;
	font-size: 120%;
}

#header p {
	font-size: 120%;
	color: #20b2aa;
	
}

#header .cent {
	text-align: center;
	font-weight: bold;
	color: #1e90ff;
	
}

#header .cent a {
	font-weight: bold;
	color: #1e90ff;
	text-decoration: none;
}
#header .cent a:hover {
	font-weight: bold;
	color: #4169e1;
	text-decoration: underline;
}


#logo {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 267px;
	height: 43px;
	background: url(../images/rogo3.gif) left top no-repeat;
}
#logo img {
	position: absolute;
	left: -9999px;
}
/* コンテント
---------------------------------------------*/
#content {
	position: relative;
	width: 800px;
	margin: 15px;
	background-color: #ffffff;
	padding-top: 10px;
}

#content h1 {
	color: #333333;
	padding-left: 10px;
	font-size: 200%;
	font-weight: bold;
	border-left: 3px solid #1e90ff;
	border-bottom: 3px solid #1e90ff;
	background: url(images/bg-5.jpg) no-repeat;
}

#content h2 {
	color: #333333;
	padding-left: 10px;
	font-size: 150%;
	font-weight: bold;
	
}

#sp5 img {
	border:2px solid #1e90ff;
}

#cl img {
	border:3px solid #fb7e04;
}

td#sp1 {
	height:50px;
	border:0;
	padding:5px;
	
}

td#sp2 {
	height:50px;
	border:0;
	font-size: 130%;
	font-weight:bold;
	width:200px;
}

td#sp3 {
	height:50px;
	border:0;
	font-size: 130%;
	font-weight:bold;
	color:red;
}

td#sp4 {
	height:50px;
	border:0;
	text-align:right;
}

td#sp5 {
	border:0px 1px 1px 0px;
	text-align:left;
	vertical-align:top;
}

td.lt {
	text-align:left;
	vertical-align:top;
	padding:5px;
	border-bottom:0;
	font-size:120%;
	font-weight: bold;
	background: url(../images/bg-1.gif) left top repeat-y;
}

#content p {
	font-size: 120%;
	color: #333333;
	padding:2px 0px 0px 10px;
	
}

p#sp6 {
	background: url(../images/bg-3.gif) left top repeat-y;
	color:#FFFFFF;
	font-weight: bold;
}
#lt.img {
	border:0px;
}

td ul {
	list-style-type:circle;
	font-size:120%;
	padding-left:10px;
}

td li.square {
	list-style-type:square;
}

#bc {
	font-weight: bold;
	text-align: right;
	color: #1e90ff;
}

#bc a {
	color:#1e90ff;
	text-decoration: none;
}

#bc a:hover {
	font-weight: bold;
	color: #4169e1;
	text-decoration: underline;
}

td ul li span.syurui {
	font-weight: bold;
}
/* フッター
---------------------------------------------*/
#footer {
	position: relative;
	width: 800px;
	margin: 15px;
	background-color: #ffffff;
	padding-top: 10px;
	background: url(../images/bg-footer.gif) left top no-repeat;
}