@charset "utf-8";

body {

}

table {
	font-size: 100%;
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	line-height: 140%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

h1, h2, h3, img, p, div{
	border:0px;
	margin: 0px;
	padding: 0px;
}

ul, li, ol, dl, dt ,dd {
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

td {
	border:0px;
	margin: 0px;
	padding: 0px;
}

a {
	color:#FC8600;
	text-decoration: none;
	margin:0;
	padding:0;
}

a:hover {
	color:#FC8600;
	text-decoration: underline;
}

textarea, input, select {
	color: #4d4d4d;
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	font-size: 100%;
}

br {
	font-size:0px;
	line-height:0px;
}

hr {
	background-image:url(/img/com/com_dotted_line.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	border:none;
	margin:0px 0px 40px;

}

/*==========テキスト・画像　装飾==========*/
.link-text {
	background-image:url(/img/com/com_ico_yajirushi.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:15px;
	line-height:100%;
	margin-top:3px;
}

.text-blue {
	color:#3850FF;
}

.text-red {
	color:#FF0000;
}

.text-aqua-bold {
	color:#33A8FF;
	font-weight:bold;
}

.text-small {
	font-size:90%;
}

.line-img {
	border:1px solid #CCCCCC;
	padding:1px;
}

.top-10px {
	margin-top:10px;
}

.top-20px {
	margin-top:20px;
}

.top-50px {
	margin-top:50px;
}

.list-circle li {
	list-style-type: circle;
	margin:0px 0px 0px 20px;
}

.img-left-line {
	border:1px solid #cccccc;
	background-color:#ffffff;
	padding:2px;
	float:left;
	margin:0px 20px 20px 0px;
}

.bt-mailform {
	margin:20px auto;
	text-align:center;
}

/*==========レイアウト用==========*/
#contents {
	width:840px;
	margin:0px auto;
/*
	text-align:center;
*/

}


/*メニュー*/
#menu-box {
	width:210px;
/*
	text-align:center;
*/
	padding-bottom:30px;
	float:left;
}

#gnavi-box {
	background-color:#E3E2DF;
/*
	text-align:center;
*/
	padding:0px 5px 5px;
	margin-bottom:15px;
}

*:first-child+html #gnavi-box {
	margin-top:-1px;
}

.menu-text-box-kousyukai {
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	margin:0px 6px;
	padding:15px 15px 10px;
	background-color:#FFFFFF;
	text-align:left;
}

.kousyukai-img {
	float:left;
	border:1px solid #CCCCCC;
	padding:1px;
	margin:0px 10px 0px 0px;
}

.kousyukai-text {
	clear:both;
	background-image:url(/img/com/com_line_dotted.gif);
	background-repeat:repeat-x;
	background-position:center bottom;
	margin-bottom:10px;
	padding-bottom:10px;
}

#navi-box {
	background-image:url(/img/com/com_bk_menu.jpg);
	background-position:left bottom;
	background-repeat: repeat-x;
	background-color:#EBEAE8;
	text-align:center;
	padding:5px 0px;
	margin-bottom:20px;
}

.menu-text-box-seminar {
	border:1px solid #999999;
	margin:0px 6px;
	padding:0px 15px 10px;
	background-color:#FFFFFF;
	text-align:left;
}

.menu-text-box-seminar p {
	margin-bottom:5px;
}

.seminar-text {
	background-image: url(/img/com/com_bk_seminar.jpg);
	background-repeat: no-repeat;
	color:#3850FF;
	font-size:1.1em;
	padding:10px 0px 30px 50px;
	background-position: center top;
}

.menu-link-text {
	background-image:url(/img/com/com_line_dotted.gif);
	background-repeat:repeat-x;
	background-position:center top;
	margin-top:10px;
	padding-top:10px;
	text-align:right;
}

.menu-text-box-news {
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	margin:0px 6px;
	padding:10px 15px 0px;
	background-color:#FFFFFF;
	text-align:left;
}

.hiduke-span {
	background-color:#8A98FF;
	color:#FFFFFF;
}

<!--
.menu-text-box-news dt {
	margin-top:10px;
}

.menu-text-box-news dd {
	background-image:url(/img/com/com_line_dotted.gif);
	background-repeat:repeat-x;
	background-position:center bottom;
	padding-bottom:10px;
}
-->

.menu-text-box-news th {
	margin-top:10px;
	text-align:left;
}

.menu-text-box-news td {
	background-image:url(/img/com/com_line_dotted.gif);
	background-repeat:repeat-x;
	background-position:center bottom;
	padding-bottom:10px;
	text-align:left;
}

.menu-text-box-toiawase {
	border:1px solid #999999;
	margin:0px 6px;
	padding:10px 15px 0px;
	background-color:#DBE0FF;
	text-align:left;
}

.menu-text-box-toiawase p {
	margin-bottom:10px;
}

.clear-both {
	clear:both;
}

/*本文*/
#main-box {
	width:600px;
	text-align:left;
	margin-bottom:30px;
	float:right;
}

.text-box {
	margin:30px 20px 50px;
}

.text-box-top {
	margin:30px 20px 0px;
}

.text-box-center {
	margin:0px 20px;
}

.text-box-bottom {
	margin:0px 20px 50px;
}

.pankuzu {
	text-align:right;
	margin-bottom:40px;
}

.midashi-h2 {
	background-image: url(/img/com/com_bk_h2.jpg);
	background-repeat: no-repeat;
	padding:8px 10px 10px;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:normal;
}

.midashi-h3 {
	background-image:url(/img/com/com_line_dotted.gif);
	background-repeat:repeat-x;
	background-position:center bottom;
	padding:5px 0px;
	margin:20px 0px;
	color:#3850FF;
	font-size:1.0em;
	font-weight:normal;
	border-top:1px solid #3850FF;
}

.link-pagetop {
	margin:40px 0px 0px;
	background-image:url(/img/com/com_ico_pagetop.jpg);
	background-repeat:no-repeat;
	padding:0px 20px 20px 0px;
	text-align:right;
}

.link-text-footer {
	text-align:center;
	margin:0px auto;
}

.link-text-footer a {
	color:#333333;
	text-decoration: none;
}

.link-text-footer a:hover {
	color:#333333;
	text-decoration: underline;
}

/*ヘッダー*/
#headder-box {
	margin:0 auto;
	width:900px;
	text-align:center;
}

#h1-box {
	background-image: url(/img/com/com_bk_h1.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;
	text-align:center;
	margin:0px;
	height:116px;
}

.logo {
	float:left;
	padding:0px 0px 0px 30px;
}
*:first-child+html .logo {
	margin-top:-1px;
}
.pagetitke-h1 {
	float:left;
	height:100px;
	margin:16px 0px 0px 30px;
}
*:first-child+html .pagetitke-h1 {
	margin:15px 0px 0px 30px;
}
/*フッター*/
#footer-box {
	clear:both;
	background-image: url(/img/com/com_bk_foot.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
	padding:10px 0px 25px;
}

#footer-in-box {
	width:840px;
	margin:0px auto;
	text-align:left;
	color:#FFFFFF;
}

#footer-text-box {
	float:left;
}

#footer-text-box p {
	display:inline;
	margin-right:30px;
	background-image: url(/img/com/com_ico_footlink.jpg);
	background-repeat: no-repeat;
	padding-left:15px;
}

#footer-text-box a {
	color:#ffffff;
	text-decoration: none;
}

#footer-text-box a:hover {
	color:#ffffff;
	text-decoration: underline;
}

.text-copyright {
	font-size:90%;
	float:right;
}

#main-image {
	width:900px;
	background:url(/img/top/top_main.jpg) no-repeat center top;
	margin:0px auto 15px;
	text-align:left;
}

.top-gnaviBox{
	width:117px;
	text-align:left;
	margin:0 auto 0 30px;
}
	
.top-gnaviBox ul li{
	border:none;
	vertical-align:top;
}

