@charset "UTF-8";

*{ margin:0; padding:0; border:0; font-size:100%; }

body {
	background-image: url(../common/back.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size:75%;
	line-height: 1.8em;

}

a {
	color: #179BB4;
	text-decoration: none;
}
a:hover  { 
color: #ED821C; 
}

/*-----▼全体の包括-----*/
#wrap {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
	text-align: left;
	position: relative;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #91C3CD;
	border-left-color: #91C3CD;
 }


/*-----▼入力エリア-----*/
.form-text {
	border:1px solid #999999;
}


/*-----▼ヘッダー-----*/
#header { 
width: 800px; 
height: 52px; 
position: relative;
}

/*-----▼ロゴ-----*/
h1 {
	height: 52px;
	width: 320px;
	position: absolute;
	left: 5px;
}

/*-----▼お問い合わせ-----*/
.mail {
	height: 52px;
	width: 120px;
	position: absolute;
	top: 0px;
	right: 220px;
	text-indent: -5000px;
}

.mail a{
	height: 52px;
	width: 120px;
	display: block;
	background-image: url(../common/contact.jpg);
	background-repeat: no-repeat;
	}

.mail a:hover{
	height: 52px;
	width: 120px;
	display: block;
	background-image: url(../common/mail-hover.jpg);
	background-repeat: no-repeat;
	}

/*-----▼フリーダイヤル-----*/

.freedial{
	height: 52px;
	width: 220px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/*-----▼コンテンツ-----*/
#con {
	width: 800px;
}

/*-----▼見だし2　カテゴリータイトル画像-----*/
h2 {
	height: 110px;
	width: 800px;
	clear: none;	
}


/*-----▼トピックパスエリア-----*/

.topicpass {
	margin-left: 30px;
	padding-top: 5px;
	float: left;
}

.home {
	padding-top: 5px;
	float: right;
	padding-bottom: 20px;
	display: block;
	height: 20px;
	width: 130px;
	text-indent: -5000px;
}

.home a {
	padding-top: 5px;
	padding-bottom: 20px;
	display: block;
	height: 20px;
	width: 130px;
	background-image: url(../common/home.jpg);
	background-repeat: no-repeat;
}

.home a:hover {
	padding-top: 5px;
	padding-bottom: 20px;
	display: block;
	height: 20px;
	width: 130px;
	background-image: url(../common/home_o.jpg);
	background-repeat: no-repeat;
}


/*-----▼　見だし3（ページタイトル）-----*/
h3 {
	font-size: 150%;
	color: #736357;
	clear: both;
	text-align: center;
	height: 30px;
	width: 760px;
}

/*-----▼見出し4  ----*/
h4 {
	color: #736357;
	background-image: url(img/h4.jpg);
	background-repeat: no-repeat;
	font-size: 120%;
	clear: both;
	display: block;
	padding-left: 30px;
	margin-top: 10px;
	margin-left: 10px;
	width: 740px;
	height: 30px;
}

/*-----▼見出し5（グリーンの文字）----*/
h5 {
	font-size: 130%;
	color: #64a04e;
	margin-top: 10px;
	margin-bottom: -10px;
	margin-left: 40px;
	text-align: center;
}


/*-----▼メインコンテンツ-----*/

#main {
	width: 760px;
	background-image: url(../common/conback.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;

}

/*-----▼box内画像float無し-----*/

.box {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

}

.box img{
	margin: 5px;
}

.box p{
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.box dt {
	padding-top: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 120%;
}

.box dd {
	padding-top: 3px;
	padding-bottom: 5px;
}


.box ol {
	padding-top: 3px;
	padding-bottom: 5px;
	list-style-position: inside;
	margin-left: 5px;
}





/*-----▼画像左float-----*/

.box01 {
	width: 740px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.box01 img {
	float: right;
	padding: 10px;
}

.box01 p{
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}


/*-----▼画像右float-----*/

.box02 {
	width: 740px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.box02 img {
	float: left;
	padding: 10px;
}


.box02 p{
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}


/*-----▼テーブル　report・lecture-----*/

.box04 {
	width: 740px;
}

.box04 table {
	width: auto;
	margin-bottom: 20px;
}
.box04 td {
	padding: 5px;
}


/*-----▼テーブル　wheel-----*/

.box05 {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.box05 p{
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.box05 table {
	width: auto;
	margin-top: 10px;
	margin-left: 30px;
}
.box05 th {
	padding: 5px;
	width: 100px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #f3f9e9;
}
.box05 td {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/*-----▼テーブル　contact-----*/

.box06 {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.box06 p{
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.box06 h5 {
	margin: 0px;
}

.box06 table {
	width: auto;
	margin-top: 10px;
}
.box06 th {
	padding: 5px;
	width: 100px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #f3f9e9;
}
.box06 td {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
    vertical-align: middle;
}



/*-----▼このページの上へ-----*/
.up {
	width: 770px;
	margin-top: 10px;
	clear: both;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

/*-----▼フッター-----*/
#footer {
	clear: both;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #179BB4;
}
#footer p {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
}
/*-----▼float解除-----*/
.clear {
	clear: both;
	height: 1px;
	width: 100%;
}