@charset "utf-8";

/* begin clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* end clearfix */

body {
	margin-top:9px;
	margin-left:25px;
	background-image:url(images/common/background.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	line-height:130%;
	font-family: Verdana, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}

/*初期化*/
h1,h2,h3,h4{
	margin: 0px;
	padding: 0px;
}
ul,dl,dd {
	margin: 0px;
	padding: 0px;
}
p{
	line-height:130%;
	margin-top:5px;
	margin-bottom:5px;
}
img {border:none;}
table, th td {font-size:12px;}

/* リンク色 */
a:link {
	text-decoration:underline;
	color: #006633;
}
/* マウスオーバー時 */
a:link:hover {
	text-decoration: none;
	color: #996633;
}
/* 訪問済み */
a:visited {
	text-decoration:underline;
	color: #006633;
}
/* 訪問済みマウスオーバー */
a:visited:hover {
	text-decoration: none;
	color: #006633;
}
a img{
	text-decoration:none;
}

/* 全体の枠 */
#container {
	text-align: left;
	margin-bottom: 0px;
	width: 850px;
}
/* ヘッダー */
h1{
	font-size:10px;
	color:#CC6666;
	font-weight:normal;
}
#logo{
	margin-top:5px;
	margin-bottom:5px;
}
/* グローバルナビ */
.globalnavi{
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background-image: url(images/common/bg-navi.gif);
	background-position: center top;
	background-repeat: repeat;
    filter: Alpha(opacity=80); /* IE系 */
    opacity:0.80; /* Mozzila系 */
	height:40px;
}
.globalnavi ul{
	margin-left: auto;
	margin-right: auto;
	padding-top:7px;
	padding-left:80px;
}
.globalnavi ul li {
	list-style-type:none;
	float:left;
	font-size:5px;
}
.globalnavi ul li a{
	display: block;
	font-size:5px;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	height:26px;
}
.globalnavi ul li a span{
	visibility:hidden;
}
.globalnavi ul li.menu01 a{
	width:62px;
	background-image: url(images/common/navi-off-01.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.globalnavi ul li.menu01 a:hover{
	background-image: url(images/common/navi-on-01.gif);
}
.globalnavi ul li.menu02 a{
	width:100px;
	background-image: url(images/common/navi-off-02.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.globalnavi ul li.menu02 a:hover{
	background-image: url(images/common/navi-on-02.gif);
}
.globalnavi ul li.menu03 a{
	width:100px;
	background-image: url(images/common/navi-off-03.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.globalnavi ul li.menu03 a:hover{
	background-image: url(images/common/navi-on-03.gif);
}
.globalnavi ul li.menu04 a{
	width:78px;
	background-image: url(images/common/navi-off-04.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.globalnavi ul li.menu04 a:hover{
	background-image: url(images/common/navi-on-04.gif);
}
.globalnavi ul li.menu05 a{
	width:91px;
	background-image: url(images/common/navi-off-05.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.globalnavi ul li.menu05 a:hover{
	background-image: url(images/common/navi-on-05.gif);
}
.globalnavi ul li.menu06 a{
	width:62px;
	background-image: url(images/common/navi-off-06.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.globalnavi ul li.menu06 a:hover{
	background-image: url(images/common/navi-on-06.gif);
}

.globalnavi ul li.menu07 a{
	width:69px;
	background-image: url(images/common/navi-off-07.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.globalnavi ul li.menu07 a:hover{
	background-image: url(images/common/navi-on-07.gif);
}
.globalnavi ul li.menu08 a{
	width:62px;
	background-image: url(images/common/navi-off-08.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.globalnavi ul li.menu08 a:hover{
	background-image: url(images/common/navi-on-08.gif);
}
/*フッター*/
#pagenavi{
	text-align:right;
}
#pagenavi p{
	display:inline;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
}
#footer{
	clear:both;
	margin-top:5px;
}
.alpha{
    filter: Alpha(opacity=80); /* IE系 */
    opacity:0.80; /* Mozzila系 */
}

/*コンテンツ*/
#main{
	clear:both;
	font-size:82%;
	background-color:#f5f0e5;
	width:850px;
	overflow:hidden;
    filter: Alpha(opacity=85); /* IE系 */
    opacity:0.85; /* Mozzila系 */
	margin-bottom:5px;padding-bottom:10px;
}
#main .pad{
	padding:10px;
}
.contenthead{
    filter: Alpha(opacity=80); 
    opacity:0.80;
}
#pageimagetop{
	border:1px solid #CAB17C;
	background-color:#FDFCF9;
	height:278px;
	overflow:hidden;
	margin-bottom: 10px;
}
#pageimage{
	background-color:#FDFCF9;
	height:100px;
	overflow:hidden;
    filter: Alpha(opacity=90);
    opacity:0.90;
}

#topleft{/*TOP用左*/
	float:left;
	width:580px;
}
#topright{/*TOP用右*/
	float:right;
	margin-right:10px;margin-bottom:10px;padding:16px 0 0 0;
	width:200px;
}
*html #topright{margin-right:2px;}

#singlecolumn{/*下層ページ1カラム*/
	margin-left:auto;
	margin-right:auto;
	width:700px;
}
.welcometext{
	padding:0 5px 5px 10px;
	vertical-align:top;
	background-image:url(images/top/img-welcomemiddle.gif);
	background-position:0 0;
	background-repeat:repeat;

}
.welcometext p {padding:5px 0;}
.whatsnewtext{height:130px;overflow:auto;padding:8px 0 0 0;
	background-image:url(images/top/bg-whatsnew.gif);
	background-position:0 0;
	background-repeat:repeat;
}
.bnimage{
	margin-top:10px;
}

.descimage{
	float:right;
	width:180px;
}
.descimage2{
	float:left;
	width:180px;
}
.btnyoyaku{
	margin-top:5px;
	margin-bottom:20px;
}
.texttitle{
	background-image:url(images/ttl-blog.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#3E5C1F;
	padding-top:15px;
	padding-left:40px;
	padding-bottom:30px;
}
.answertext{
	margin:0 10px 0 10px;
	padding:5px 10px 5px 10px;
	vertical-align:top;
	background-image:url(images/common/img-box-middle.gif);
	background-position:0 0;
	background-repeat:repeat;
	margin-bottom:20px;
}

.mail {width:100%;}
.mail textarea {width:98%;}
table.datatable{
    border-top:1px solid #669933;
    border-bottom:1px solid #669933;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	margin-top:5px;
	margin-bottom:5px;
}
.datatable th{
	color:#35501B;
	text-align:left;
	font-weight:normal;
    border-bottom:1px dotted #669933;
    background-color:#B8DB95;
    background-image:url(images/common/bg-table.gif);
    background-position:left top;
	padding:5px;
}
.datatable td{
    border-bottom:1px dotted #669933;
	padding:5px;
}

/*keybox*/
#keybox{
}
.textkey{
	text-indent:-9000px;
}
.textcity{
	text-indent:-9000px;
}


div#singlecolumn .flow {
	color: #663517;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.top20 {
	margin-top: 20px;
}
div#singlecolumn #flow2 {
	background-color: #F2E4DC;
	width: 700px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.flowbtn1 {
	background-image: url(images/content/btn_flow1_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	width: 313px;
	border: 1px solid #EBCFC0;
	text-indent: -9999px;
	float: left;
	margin-right: 17px;
	margin-left: 18px;
}
.flowbtn1 a {
	background-image: url(images/content/btn_flow1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	width: 313px;
	border: 1px solid #EBCFC0;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
}
.flowbtn1 a:hover {
	background-image: url(images/content/btn_flow1_over.gif);
}
.flowbtn2 {
	background-image: url(images/content/btn_flow2_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	width: 313px;
	border: 1px solid #EBCFC0;
	text-indent: -9999px;
	float: left;
}
.flowbtn2 a {
	background-image: url(images/content/btn_flow2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	width: 313px;
	border: 1px solid #EBCFC0;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
}
.flowbtn2 a:hover {
	background-image: url(images/content/btn_flow2_over.gif);
}
.float_right {
	float: right;
	margin-left: 10px;
}
.float_left {
	float: left;
	margin-right: 15px;
}
.clear {
	clear: both;
}
div#singlecolumn .mama {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #333333;
}
div#singlecolumn .mama h4 {
	color: #663517;
}
.mamabox {
	background-image: url(images/common/img-box-middle.gif);
	background-repeat: repeat;
	padding-right: 10px;
	padding-left: 10px;
}
#menu_new {
	background-color: #DBCAA6;
	width: 850px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 2px;
	list-style-type: none;
	filter: Alpha(opacity=80); /* IE系 */
    opacity:0.80; /* Mozzila系 */
}
#menu_new2 {
	background-color: #DBCAA6;
	width: 850px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 2px;
	list-style-type: none;
	filter: Alpha(opacity=80); /* IE系 */
	opacity:0.80; /* Mozzila系 */
	background-image: url(images/common/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}
#menu_new li,#menu_new2 li,#menu_new p,#menu_new2 p {
	display: block;float:left;
	background-image: url(images/common/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu_home {margin:0 0 0 170px;}
* html .menu_home {margin:0 0 0 90px;}
.menu_home a {display:block;width:57px;height:28px;background:url(images/common/btn_home.gif);text-indent:-9999px;}
.menu_home a:hover {background:url(images/common/btn_home_over.gif);}
.menu_about a {display:block;width:97px;height:28px;background:url(images/common/btn_about.gif);text-indent:-9999px;}
.menu_about a:hover {background:url(images/common/btn_about_over.gif);}
.menu_menu a {display:block;width:99px;height:28px;background:url(images/common/btn_menu.gif);text-indent:-9999px;}
.menu_menu a:hover {background:url(images/common/btn_menu_over.gif);}
.menu_flow a {display:block;width:85px;height:28px;background:url(images/common/btn_flow.gif);text-indent:-9999px;}
.menu_flow a:hover {background:url(images/common/btn_flow_over.gif);}
.menu_mama {margin:0 0 0 175px;}
* html .menu_mama {margin:0 0 0 92px;}
.menu_mama a {display:block;width:149px;height:28px;background:url(images/common/btn_mama.gif);text-indent:-9999px;}
.menu_mama a:hover {background:url(images/common/btn_mama_over.gif);}
.menu_formama a {display:block;width:136px;height:28px;background:url(images/common/btn_formama.gif);text-indent:-9999px;}
.menu_formama a:hover {background:url(images/common/btn_formama_over.gif);}
.menu_voice a {display:block;width:77px;height:28px;background:url(images/common/btn_voice.gif);text-indent:-9999px;}
.menu_voice a:hover {background:url(images/common/btn_voice_over.gif);}
.menu_qa a {display:block;width:88px;height:28px;background:url(images/common/btn_qa.gif);text-indent:-9999px;}
.menu_qa a:hover {background:url(images/common/btn_qa_over.gif);}
.menu_form a {display:block;width:57px;height:28px;background:url(images/common/btn_form.gif);text-indent:-9999px;}
.menu_form a:hover {background:url(images/common/btn_form_over.gif);}
.menu_blog a {display:block;width:57px;height:28px;background:url(images/common/btn_blog.gif);text-indent:-9999px;}
.menu_blog a:hover {background:url(images/common/btn_blog_over.gif);}
.menu_prof a {display:block;width:88px;height:28px;background:url(images/common/btn_prof.gif);text-indent:-9999px;}
.menu_prof a:hover {background:url(images/common/btn_prof_over.gif);}
.menu_mama2 a {display:block;width:77px;height:28px;background:url(images/common/btn_mama2.gif);text-indent:-9999px;}
.menu_mama2 a:hover {background:url(images/common/btn_mama2_over.gif);}
.menu_love a {display:block;width:135px;height:28px;background:url(images/common/btn_love.gif);text-indent:-9999px;}
.menu_love a:hover {background:url(images/common/btn_love_over.gif);}
.menu_lesson a {display:block;width:160px;height:28px;background:url(images/common/btn_lesson.gif);text-indent:-9999px;}
.menu_lesson a:hover {background:url(images/common/btn_lesson_over.gif);}


/*メニュー部分1*/          
.submenu {
	visibility: hidden;
	position: absolute;
	left: 385px;
	top: 115px;
	background-color: #F2EDE3;
	z-index: 5;
	width: 200px;
	padding: 5px;
	filter: Alpha(opacity=80); /* IE系 */
	opacity:0.80; /* Mozzila系 */
	border: 1px solid #B7966F;
}
.submenu li {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
#submenu_line {
	background-image: url(images/common/submenu_line.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 8px;
}


/*メニュー部分2*/          
.submenu2 {
	visibility: hidden;
	position: absolute;
	left: 475px;
	top: 115px;
	background-color: #F2EDE3;
	z-index: 5;
	width: 200px;
	padding: 5px;
	filter: Alpha(opacity=80); /* IE系 */
	opacity:0.80; /* Mozzila系 */
	border: 1px solid #B7966F;
}
.submenu2 li {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
#submenu_line2,#submenu_line3,#submenu_line4,#submenu_line5,#submenu_line6 {
	background-image: url(images/common/submenu_line.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 8px;
}

/*メニュー部分1top用*/          
.submenu_top {
	visibility: hidden;
	position: absolute;
	left: 385px;
	top: 405px;
	background-color: #F2EDE3;
	z-index: 5;
	width: 200px;
	padding: 5px;
	filter: Alpha(opacity=80); /* IE系 */
	opacity:0.80; /* Mozzila系 */
	border: 1px solid #B7966F;
}
.submenu_top li {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*メニュー部分2top用*/          
.submenu2_top {
	visibility: hidden;
	position: absolute;
	left: 475px;
	top: 405px;
	background-color: #F2EDE3;
	z-index: 5;
	width: 200px;
	padding: 5px;
	filter: Alpha(opacity=80); /* IE系 */
	opacity:0.80; /* Mozzila系 */
	border: 1px solid #B7966F;
}
.submenu2_top li {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.botoom20 {
	margin-bottom: 20px;
}
.prof_p {
	float: left;
	margin-right: 10px;
}
.prof_clear {
	clear: both;
	margin-top: 20px;
}
.proftext {
	margin:0 5px;
	padding:5px 10px 5px 10px;
	vertical-align:top;
	background-image:url(images/content/prof_img3.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	margin-bottom:20px;
	color: #663517;
	background-color: #F0E0D6;
}
.prof_p2 {
	float: right;
	margin-left: 10px;
}
.proftext2 {
	margin-left:0 5px;
	padding:5px 10px 5px 10px;
	vertical-align:top;
	background-image:url(images/content/prof_img.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	margin-bottom:20px;
	color: #663517;
	background-color: #F0E0D6;
}
.proftext3 {
	margin-left:0 5px;
	padding:5px 10px 5px 10px;
	vertical-align:top;
	margin-bottom:20px;
	color: #663517;
	background-color: #F0E0D6;
}

#sub-menu {margin:0;padding:0 0 20px 0;}
#sub-menu li {list-style:none;margin:0;border-bottom:1px #E1D1B3 dotted;padding:0 0 0 6px;background:none;}
#sub-menu li a {font-size:14px;display:block;padding:5px 0;text-decoration:none;}
#sub-menu li a:hover {text-decoration:underline;}

.entry {
padding: 0px;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 12px;
line-height: 170%;
color: #666666;
margin: 0 10px 15px 0px;
overflow:hidden;
}
.single_navi {padding:0 0 2px 0;margin:0 0 10px 0;}
.index_navi {padding:0 0 2px 0;margin:0 0 15px 0;}
.entry p {padding:15px 5px 0 5px;}

.entry_date {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 12px;
font-weight: normal;
color:#666666;
margin: 5px 0px 5px 5px;
padding-bottom: 3px;
}

.entry_title {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 14px;
font-weight: bolder;
margin: 0 0px 5px 0px;
padding:15px 0px 10px 38px;
color:#3E5C1F;
background-image:url(images/ttl-blog.gif);
background-position:0 0;
background-repeat:no-repeat;
}
.entry_title a {color:#3E5C1F;text-decoration:none;}

.entry_author {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 10px;
color: #999999;
margin: 5px 0px 5px 0px;
text-align: right;
}

.entry_more {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 11px;
line-height: 170%;
color: #333333;
margin: 15px 0px 15px 0px;
}

.entry_state {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 11px;
color: #666666;
margin: 15px 0px 30px 0px;
}
.entry ul {margin:0 0 20px 6px;padding:10px 0 0 0;}
.entry ul li {list-style:none;margin:5px 0;padding:0 0 0 15px;background:url(images/li_e.gif) no-repeat left bottom;border-bottom:1px #E1D1B3 dotted;}
.entry ul li a {text-decoration:none;}
.entry_navi{
font-size: 12px;
color: #666666;
margin: 15px 0px 15px 0px;
}

blockquote {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 11px;
color: #666666;
margin: 20px 10px 20px 10px;
padding: 10px;
border-left: 3px solid #CCCCCC;
}

.comment-title {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 14px;
font-weight: bolder;
color: #666666;
margin: 10px 0px 10px 0px;
padding-bottom: 3px;
}

.trackback-title {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 14px;
font-weight: bolder;
color: #666666;
margin: 10px 0px 10px 0px;
padding-bottom: 3px;
}
.trackback-title2 {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 12px;
font-weight: bolder;
color: #666666;
margin: 5px 0px 5px 0px;
padding-bottom: 3px;
}
.pict {
border-width: 1px;
border-style: solid;
border-color: #999;
}

.blog_box {margin:0;padding:0;}
.side_title {background:#D9C7A2;filter: Alpha(opacity=50); /* IE系 */opacity:0.50; /* Mozzila系 */color:#660000;font-size:12px;font-weight:normal;padding:3px 6px;margin:0 0 1px 0;letter-spacing:1px;}
.blog_box ul {margin:0;padding:0;filter: Alpha(opacity=50); /* IE系 */opacity:0.50; /* Mozzila系 */background:#FFFFFF;}
.blog_box ul li {list-style:none;display:block;margin:0;padding:0;}
.blog_box ul li a {text-decoration:none;display:block;background:url(images/li.gif) no-repeat left top;padding:4px 4px 4px 18px;margin:0 0 1px 0;}
.blog_box ul li a:hover {background:#D9C7A2 url(images/li_hover.gif) no-repeat left top;filter: Alpha(opacity=80); /* IE系 */opacity:0.80; /* Mozzila系 */color:#FFFFFF;}
.news_list {margin:0 0 13px 0;padding:0 0 0 10px;clear:both;}
.news_list p {padding:5px 0 0 0;}

#commentarea {margin:0 10px 20px 0;clear:both;text-align:left;}
#comments {font-size:15px;font-weight:bold;padding-left:8px;margin:0;}
h3 {font-size:13px;font-weight:bold;margin:0;padding:0;}
#commentform input {margin:0 0 6px 0;padding:2px;}
#commentform textarea {width:96%;margin:0 0 6px 0;padding:2px;}

.right {float:right;margin:4px;}
.bold {font-weight:bold;}
.block {display:block;}
.font_10 {font-size:10px;}
.font_11 {font-size:11px;}
.red {color:#CC3333;}
.p_top_5 {padding-top:5px;}
.p_top_10 {padding-top:10px;}
.p_top_20 {padding-top:20px;}
.m_left_10 {margin-left:10px;}
.m_left_20 {margin-left:20px;}
.m_20 {margin:0 20px;}
.m_5 {margin:0 5px;}
.m_right_10 {margin-right:10px;}
.m_bottom_10 {margin-bottom:10px;}
.m_bottom_15 {margin-bottom:14px;}
.alignleft {float:left;margin:0 10px 10px 0;}
.alignright {float:right;margin:0 0 10px 10px;}
.w_60 {width:60%;}
.w_90 {width:90%;}
.entry .wp-caption-text {text-align:center;margin:0;padding:2px 0 0 0;color:#666666;}
.bg_pink {padding:10px;margin-bottom:10px;background:#F0E0D6;}
#topleft table p {padding:5px;}
