/** DEFAULTCSS  **/

body {
	color: #333333;
	line-height: 150%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-color: #D4DDEF;
}

#wrap {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#contents {
	width: 830px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}



/* リンクの設定*/
a:link {
	color: #0000ff;
}
a:visited {
	color: #0000ff;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff0000;
}



/* デフォルト（初期設定回避）設定用CSS  */

/* タグリセット　FORMの余白削除 */
form, input, textarea {
	margin: 0;
	padding: 0;
}

/* h1〜h6の余白削除 */
h1, h2 ,h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

/* pの余白削除 */
p{
	margin: 0px;
	padding: 0px;
}

/* IMGのボーダーを非表示 */
img{
	border: none;
}

/* TABLEのボーダーを非表示 */
table,th,td,tr{
	border: 0;
	margin: 0;
	padding: 0;
}

/* IEで起こるBRバグの回避 */
br{
	letter-spacing: normal;
}

/* フォントスタイルをノーマルに */
address, em {
	font-style: normal;
}

/* List要素の余白削除とリスト削除 */
ul,ol,dl,li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dt,dd {
	margin: 0;
	padding: 0;
}






/* 
---------------------------------------------
style header css
---------------------------------------------
*/
.keyword_box {
	height: 20px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4B72BC;
	background-color: #FFFFFF;
}
.keyword {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 22px;
}
.keyword h1 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
#header {
	height: 75px;
	width: 830px;
	background-image: url(./img-common/header_bg.gif);
	background-repeat: no-repeat;
}
#header .logo {
	padding-top: 15px;
	float: left;
}
#header .hnavi {
	float: right;
}
#header .hnavi li {
	float: left;
	width:120px;
	height: 20px;
	line-height: 20px;
	color:#ffffff;
	text-align:center;
	background-image: url(./img-common/h_navi.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	font-weight:bold;
}

#header .hnavi li a:link, #header .hnavi li a:visited {
	color:#ffffff;
	text-decoration:none;
}

#header .hnavi li a:hover, #header .hnavi li a:active {
	color:#ff0000;
	text-decoration:none;
}

#image {
	width: 830px;
}




/* 
---------------------------------------------
style gnavi css
---------------------------------------------
*/

#gnavi {
	width: 830px;
	height: 46px;
}
#gnavi li {
	height: 33px;
	float: left;
}

/* 
---------------------------------------------
style main css
---------------------------------------------
*/
#main {
	margin-top: 7px;
	width: 830px;
}
#left_main {
	float: left;
	width: 220px;
}

#right_main {
	float: right;
	width: 590px;
	font-size: 14px;
	line-height: 150%;
}
.lnavi_box {
	margin-bottom: 10px;
}
.lnavi_title {
	height: 36px;
	width: 220px;
}
.lnavi_title_ao {
	height: 36px;
	width: 220px;
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background-image: url(./img-common/lnavi_title_ao.gif);
	background-repeat: no-repeat;
	line-height: 36px;
	text-decoration:none;
}
.lnavi_title_midori {
	height: 36px;
	width: 220px;
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background-image: url(./img-common/lnavi_title_midori.gif);
	background-repeat: no-repeat;
	line-height: 36px;
	text-decoration:none;
}

.lnavi_title_gray {
	height: 36px;
	width: 220px;
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background-image: url(./img-common/lnavi_title_gray.gif);
	background-repeat: no-repeat;
	line-height: 36px;
	text-decoration:none;
}

.lnavi_title_ao a:link, .lnavi_title_ao a:visited {
	color:#ffffff;
	text-decoration:none;
}
.lnavi_title_midori a:link, .lnavi_title_midori a:visited {
	color:#ffffff;
	text-decoration:none;
}
.lnavi_title_gray a:link, .lnavi_title_gray a:visited {
	color:#ffffff;
	text-decoration:none;
}
.lnavi_title_ao a:hover, .lnavi_title_ao a:active {
	color:#ff0000;
	text-decoration:none;
}
.lnavi_title_midori a:hover, .lnavi_title_midori a:active {
	color:#ff0000;
	text-decoration:none;
}
.lnavi_title_gray a:hover, .lnavi_title_gray a:active {
	color:#ff0000;
	text-decoration:none;
}

.lnavi_inbox {
	width: 200px;
	border: 1px solid #CCCCCC;
	padding: 9px;
}
.lnavi_menu li {
	font-size: 14px;
	background-image: url(./img-common/lnavi_btn_bg.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 220px;
}
.lnavi_menu li a {
	display: block;
	height: 25px;
	width: 210px;
	padding-top: 9px;
	padding-left: 10px;
}
.lnavi_menu li a:link, .lnavi_menu li a:visited {
	color: #333333;
	text-decoration:none;
}
.lnavi_menu li a:hover, .lnavi_menu li a:active {
	background-image: url(./img-common/lnavi_btn_bg_ov.jpg);
	background-repeat: no-repeat;
	color: #ff0000;
	text-decoration:none;
}



.lnavi_menu2 li {
	font-size: 14px;
	background-image: url(./img-common/lnavi_btn_bg2.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 220px;
}
.lnavi_menu2 li a {
	display: block;
	height: 32px;
	width: 210px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 10px;
}
.lnavi_menu2 li a:link, .lnavi_menu2 li a:visited {
	color: #333333;
	text-decoration:none;
}
.lnavi_menu2 li a:hover, .lnavi_menu2 li a:active {
	background-image: url(./img-common/lnavi_btn_bg2_ov.jpg);
	background-repeat: no-repeat;
	color: #ff0000;
	text-decoration:none;
}




.lnavi_banner li {
	margin-bottom: 3px;
}
.lnavi_media {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.lnavi_banner .banner01 {
	height: 50px;
}
.lnavi_banner .banner02 {
	height: 68px;
}




/* 
---------------------------------------------
style footer css
---------------------------------------------
*/

#btn_pagetop {
	clear: both;
	text-align: right;
	padding-top: 10px;
}
#fnavi {
	background-color: #F3F3F3;
	width: 100%;
	padding: 3px;
	height: 20px;
	margin-top: 5px;
}
#fnavi li {
	float: left;
}
#footer {
	width: 100%;
	clear: both;
	background-image: url(./img-common/footer_bg.gif);
	background-repeat: repeat;
}
#footer_box {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	width: 850px;
	clear: both;
}
#footer .logo {
	width: 350px;
	float: left;
	padding-top: 5px;
}
#footer .address {
	float: right;
	width: 490px;
	color: #FFFFFF;
	text-align: left;
}
#footer_box .address a {
	color: #FFFFFF;
}

#copyright {
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}







/* TOPCSS  */
.top_meritto li {
	margin-bottom: 3px;
	background-image: url(./img-common/point_check.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
.top_btn {
	margin-top: 10px;
}






.box03 table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
	margin-bottom: 15px;
}
.box03 th {
	padding: 7px;
	background-color: #F0F0F0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	white-space: nowrap;
}
.box03 td {
	padding: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.sup {
	color:#dd0000;
	font-size:9px;
}






/* 
---------------------------------------------
contents common css
---------------------------------------------
*/
#pankuzu {
	margin-bottom: 15px;
	height: 20px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 100%;
	padding-left: 5px;
	background-color: #F0F0F0;
}
.clearfix {
	clear: both;
}
.main_navi li {
	height: 96px;
	width: 590px;
	margin-bottom: 3px;
}

.font_h {
	margin-top: 10px;
}
.font_list {
	text-indent: -1em;
	padding-left: 1em;
}
.font_red {
	color: #CC0000;
}

/* 
---------------------------------------------
title common 
---------------------------------------------
*/
.title {
	width: 590px;
	margin-bottom: 5px;
	background-image: url(./img-common/title_bg.gif);
	background-repeat: no-repeat;
	height: 36px;
	clear: both;
}
.title h1, .title h2 {
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 7px;
	padding-left: 30px;
	margin: 0px 0px 0px 0px;
}
.subtitle {
	width: 590px;
	margin: 20px 0px 20px 0px;
	background-image: url(./img-common/subtitle_bg.gif);
	background-repeat: no-repeat;
	height: 36px;
	clear: both;
}
.subtitle h3 {
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 7px;
	padding-left: 30px;
}

/* 
---------------------------------------------
box common 
---------------------------------------------
*/
.catch {
	width: 570px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.photo {
	width: 570px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.box {
	width: 570px;
	margin-bottom: 25px;
	margin-left: 10px;
}
.box table {
	font-size: 14px;
	line-height: 150%;
}
.box02 {
	width: 570px;
	margin-bottom: 25px;
	margin-left: 10px;
}
.box02 table {
	line-height: 150%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
	font-size: 14px;
}
.box02 th {
	padding: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	background-color: #EFEFEF;
}
.box02 td {
	padding: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.box_text {
	width: 545px;
	margin-bottom: 15px;
	margin-left: 5px;
}


/*-----------------------------------
About
-----------------------------------*/ 

.meritto_box p {
	padding-left: 27px;
	padding-right: 20px;
}
.meritto_box {
	margin-bottom: 15px;
}


.voice_box {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
}

/*-----------------------------------
Q&A
-----------------------------------*/ 

.qa_box {
	width: 570px;
	margin-bottom: 20px;
}
.qa_list_box li {
	background-image: url(./img-common/point_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 18px;
	margin-bottom: 3px;
}
.qa_list_box a {
	text-decoration: underline;
}
.qa_box .qation {
	background-image: url(./img-common/point_q.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 7px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.qa_box .qation p {
	padding-left: 40px;
	font-weight: bold;
}
.qa_box .answer {
	background-image: url(./img-common/point_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 7px;
	margin-bottom: 5px;
}
.qa_box .answer p {
	padding-left: 40px;
}


/*-----------------------------------
Class
-----------------------------------*/ 

.couse_box {
	width: 535px;
	margin-bottom: 20px;
	margin-left: 5px;
}





/*-----------------------------------
Profile
-----------------------------------*/ 

.profile_box dl {
	margin-bottom: 5px;
}
.profile_box dt {
	clear: both;
	float: left;
	padding: 10px;
	width: 80px;
}
.profile_box dd {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 10px;
}



/*-----------------------------------
Access
-----------------------------------*/ 
.box .btn_map {
	background-image: url(./img-common/point_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	width: 100px;
	padding-left: 5px;
}


.box .btn_map a {
	text-decoration: underline;
}



/*-----------------------------------
Contact
-----------------------------------*/ 

.contact_box {
	width: 530px;
	margin-left: 25px;
	margin-bottom: 20px;
}
.work_btn_box {
	width: 523px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	padding: 10px;
	height: 26px;
}
.work_btn_box li {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	height: 26px;
	width: 140px;
}

.contact_box table {
	width: 100%;
	line-height: 150%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A0856C;
}
.contact_box th {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A0856C;
	white-space: nowrap;
}
.contact_box td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A0856C;
}
.btn_sent {
	margin-top: 15px;
	text-align: center;
}
.contact_tel {
	width: 540px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.namae {
	font-size:16px;
	font-weight:bold;
	color:#ff00ff;
}

/** 追加  **/

.lnavi_banner2 {
	background-image: url(./img-common/left_first.jpg);
	background-repeat: no-repeat;
              width:220px;
              height:200px;
	margin-bottom: 10px;
}

.lnavi_banner2_inner {
              padding-top:175px;
              padding-left:150px;
}

.top_voice_inbox li {
	background-image: url(./image/point_round_pink.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.top_voice_inbox li a {
	font-weight: bold;
	color: #39C;
	text-decoration: underline;
}

/** 20110302 追加  **/

#table_pink {
	border-top:2px #ff0080 solid;
	border-left:2px #ff0080 solid;
}

#table_pink th, #table_pink td {
	border-right:2px #ff0080 solid;
	border-bottom:2px #ff0080 solid;
}

#table_pink th {
	background-color:#ffdddd;
	font-weight:bold;
}


.shisatsu_link {
	background-color:#FF6766;
	padding:3px 5px;
}

