@charset "utf-8";
/*
---------------------------------------------初期化*/
* {
	margin: 0;
	padding: 0;
}
	
body {
	margin: 0 auto;
	text-align: center;
	color: #3F3F3F;
	font-family: "MS Gothic", sans-serif;
	font-size: 62.5%;
	background:#999999;
	line-height:1.5;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

h3{
	font-size: 180%;
}

h4{
	font-size: 140%;
}

/*
---------------------------------------------defult設定*/
p{
	line-height: 1.5;
}

ul li{
	list-style-type: none;
}

a{
	color: #2C8EEF;
}

a:hover{
	color: #EF2C46;
}

a:visited{
	color: #6F6F6F;
}

.clear{
	clear: both;
}

.f_left{
	float: left;

}
.f_right{
	float: right;

}
.txt_l{
	text-align: left;
}

.txt_r{
	text-align: right;
}

.txt_c{
	text-align: center;
}

.bld{
	font-weight: bold;
}

.sup{
	vertical-align: super;
}

.sub{
	vertical-align: sub;
}

/*文字色*/
.red{
	color: #ff3333;
}

.ble{
	color: #3366ff;
}

.org{
	color: #EFA71D;
}

.gln{
	color: #459F49;
}

/*文字サイズ*/
.lag{
	font-size: 120%;
}

.sml{
	font-size: 90%;
}
/*グレー
.border_g{
	border: 1px #BFBFBF solid;
}*/

.txt_top{
	vertical-align: top; 
}

/*
---------------------------------------------サイト全体の大枠*/
#wrapper{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	background-color: #ffffff;
	font-size: 120%;
}

/*
---------------------------------------------ヘッダー*/
#header{
	margin: 0;
	padding: 0;
	width: 950px;
	height: 130px;
}

/*
---------------------------------------------メインコンテンツ*/
#main_cont{
	margin: 5px 5px 0px 5px;
	padding: 5px;
	width: 680px;
	float: left;
}
/*
---------------------------------------------レフトコンテンツ*/
#cont{
	margin: 5px 5px 0px 0px;
	padding: 5px;
	width: 225px;
	height: 100%;
	float: left;
}
* html #cont{/*---------- -------IE6用*/
	margin: 5px 5px 0px 0px;
	padding: 5px;
	width: 225px;
	height: 100%;
	float: left;
}/*------------------IE6用 e*/
#couse_dtl {
	font-weight:bold;
	text-decoration:none;
}
.title{
	margin: 10px 0;
	padding:0;
}
/*
---------------------------------------------サイドナビ*/
#side_navi{
	margin: 10px 0 0 10px; 
	height: 1100px;
	padding: 0;
	width: 230px;
	float: left;
	overflow: hidden;/*NN用*/
}

* html #side_navi{/*--------------IE6用*/
	margin: 10px 0 0 5px;
	padding: 0;
	height: 1100px;
	width: 230px;
	float: left;
}/*-------------------IE6用 e*/

#side_navi ul{
	margin: 0;
}

#side_navi li{
	padding-bottom: 2px; 
}

#side_navi .tel{
	margin-top: 100px;
	border: 1px #BFBFBF solid;
}
/*
--------------------------------ページトップに戻る*/
.return{
	width: 680px;
	margin: 20px 0;
	text-align: right;
}
.return a{
	color: #7F7F7F;
}

.return a:hover{
	color: #EF2C46;
}

/* ----------------------------------------- パンくずリスト --- */

.topicPath {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;

}
.topicPath li {
	display: inline;
}
.topicPath li a {
	margin-right: 6px; /* リンクエリアの右マージン */
	color: #514FFF;

}

.topicPath li a:hover{
	color: #EF2C46;
}

.topicPath li a:visited{
	color: #6F6F6F;
}
