/* 共通項目 */ 

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

body {
	font-size: 90%;
	line-height: 1.5;
	color: #333333;
	font-family: Arial, Helvetica, "Lucida Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gohic", sans-serif;
	margin: 0 auto;
	padding: 0;
	background-color: #FED4D5;
	background-image: url(/img09/back.png);
	background-repeat: repeat;
	background-position: top;
}

img {
	border:0;
}

a {
	color: #6E5258;
	text-decoration: underline;
}
a:hover {
	color: #CC3366;
}

h1,h2,h3,h4,h5,h6,p,ul,li{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
strong{
	color: #402E32;
}

.backnext{
	font-size: 80%;
	margin:5px 0;
	padding-top:5px;
	border-top: #CCCCCC 1px dotted;
}

.skip {
	display: none;
}

.media1 {
	display: none;
}

.totop {
	font-size: 80%;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

.indent {
	margin: 0px 10px;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}
.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
}

em{
	color: #FF3333;
	font-weight: bold;
}


.attention{
	color: #FF3333;
}


.attention-l{
	font-size: 150%;
	font-weight: bold;
	color: #61474B;
	letter-spacing: 0.1em;
}


.blue{
	color: #0066CC;
}


.text-s{
	font-size: 85%;
}


.text-ss{
	font-size: 75%;
}


/* サイトの全体像 */ 
#wrapper{
	width: 100%;
	margin:0px;
	text-align: center;
}
#site_box{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
width:968px;
background: url(/img09/back-left.png) repeat-y top left;
}
#site_box2{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
width:968px;
background:url(/img09/back-right.png) repeat-y top right;
}


/* ヘッダ */ 
#header_text{
	margin:0px 7px;
	padding:4px 0px 0px 20px;
	color:#660000;
	font-size:80%;
	vertical-align:middle;
	text-align:left;
	background: #FFFFFF;
	height:20px;
}

#header_menu{
float:right;
padding:0px 20px 0px 0px;
width:90px;
}

#header_image{
}
#contents{
	margin:0px 7px;
	padding:5px 0 0 0;
	background-color: #FFFFFF;
}


#contents2{
	margin:0;
	padding:0;
	background: #FFFFFF url(/img09/left-line.gif) repeat-y left top;
	border-top: #986665 solid 1px;
}

*html #contents2{
	margin: 0px 0px 0px -5px;
	padding: 0px;
	background: url(/img09/left-line.gif) repeat-y left top;
	border-top: #986665 solid 1px;
width:954px;
}

*:first-child+html #contents2{
	margin: 0px 0px 0px -5px;
	padding: 0px;
	background: url(/img09/left-line.gif) repeat-y left top;
	border-top: #986665 solid 1px;
width:953px;
}
#contentslogo{
	margin:0;
	padding:0;
	background-image: url(/img09/logo2.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
*html #contentslogo{
	margin: 0px -1px 0px 14px;
	padding:0;
	background-image: url(/img09/logo3.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

*:first-child+html #contentslogo{
	margin: 0px -1px 0px 14px;
	padding:0;
	background-image: url(/img09/logo3.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

/* フッタ */ 

#footer{
	margin:0px;
	padding:5px 0;
	background: #DDDDDD;
	font-size:80%;
	border-top: #FF9899 solid 5px;
	border-bottom: #FF9899 double 3px;
	height: 90px;
}


*html #footer{
	margin: 0px 0px 0px -14px;
	padding:5px 0;
	background: #DDDDDD;
	font-size:80%;
	border-top: #FF9899 solid 5px;
	border-bottom: #FF9899 double 3px;
	height: 90px;
}

*:first-child+html #footer{
	margin: 0px 0px 0px -14px;
	padding:5px 0;
	background: #DDDDDD;
	font-size:80%;
	border-top: #FF9899 solid 5px;
	border-bottom: #FF9899 double 3px;
	height: 90px;
}

#footer_menu{
text-align:left;
margin: 5px 20px;
}
#footer_copyright{
text-align:left;
margin: 5px 26px 10px 26px;
}


#footer_banner{
float:right;
text-align:left;
margin: 5px 26px 10px 26px;
}
#footer_banner img{
margin: 0 10px;
}


/* 中央 */ 
#main_contents{
float:right;
margin:0;
width:751px;
padding:0;
}




/* 上部横ナビゲーション
---------------------------------------------*/

.globalNav {
	position: absolute;
	width: 751px;
	background: #EEEEEE;
	border-bottom:#986665 1px solid;
}


*html .globalNav {
	position: absolute;
	width: 751px;
	background: #EEEEEE;
	border-bottom:#986665 1px solid;
	margin: 0 0 0 -21px;
}

*:first-child+html .globalNav {
	position: absolute;
	width: 751px;
	background: #EEEEEE;
	border-bottom:#986665 1px solid;
	margin: 0 0 0 -21px;
}

.globalNav li {
	float: left;
	list-style-type: none;
	font-weight: bold;
	font-family: "Century Gothic", Tahoma, Arial, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	width:149px;
	background-color: #EEEEEE;
	border-right: #986665 solid 1px;
}

.globalNav li a {
	display: block;
	padding: 0;
	color: #333333;
	text-decoration: none;
	text-align: center;
	border:0;
}
.globalNav li a:hover {
	color: #CC3366;
	background-color: #FED7D7;
}
*html .globalNav li a {
	display: block;
	padding: 0;
	color: #333333;
	text-decoration: none;
	text-align: center;
	border:0;
	height:25px;
}
*html .globalNav li a:hover {
	color: #CC3366;
	background-color: #FED7D7;
	height:25px;
}
*:first-child+html .globalNav li a {
	display: block;
	padding: 0;
	color: #333333;
	text-decoration: none;
	text-align: center;
	border:0;
	height:25px;
}
*:first-child+html .globalNav li a:hover {
	color: #CC3366;
	background-color: #FED7D7;
	height:25px;
}
.globalNav li.last {
	border-right-width: 0px;
	width:151px;
}




.globalNav li a img{
	border:0;
}





/* 左メニュー */ 
#left_contents {
	float:left;
	margin:0;
	width:202px;
	padding:0;
	border-right: #986665 solid 1px;
}


*html #left_contents {
	float:left;
	margin: 0px 0px 0px -10px;
	padding: 0px;
	width: 208px;
	padding: 0;
	border-right:0px;
}

*:first-child+html #left_contents {
	float:left;
	margin: 0px 0px 0px -14px;
	padding: 0px;
	width: 202px;
	padding: 0;
	border-right:0px;
}

.left_menu li {
	list-style-type: none;
	background-color: #FFCCCC;
	height:26px;
}
.left_menu li a {
	list-style-type: none;
	display: block;
	padding: 0;
	text-decoration: none;
	border-bottom: #986665 solid 1px;
	height:25px;
}
.left_menu li a:hover {
	background-color: #FFDEDE;
	border-bottom: #986665 solid 1px;
	height:25px;
}

.main_menu{
	width:202px;
	margin:0;
}
.main_menu ul{
margin:0;
padding:0 0 350px 0;
width: 202px;
	background-image: url(/img09/left-menu-back.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

*html .main_menu{
width: 208px;
margin:0;
}
*html .main_menu ul{
margin:0;
padding:0 0 350px 0;
width: 208px;
	background-image: url(/img09/left-menu-back.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

*:first-child+html .main_menu{
width:202px;
margin:0 0 0 -7px;
}
*:first-child+html .main_menu ul{
margin:0 0 0 4px;
padding:0 0 350px 0;
width:202px;
	background-image: url(/img09/left-menu-back.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}


.main_menu li{
	list-style-type: none;
	margin:0;
	padding:5px 0 0 0;
border-bottom: #CB9595 solid 1px;
}

*html .main_menu li{
	list-style-type: none;
	margin:0;
	padding:5px 0 0 0;
border-bottom: #CB9595 solid 1px;
width: 208px;
}



.main_menu li img{
border:0;
}


/* トップ最新情報
---------------------------------------------*/

.top_news{
	width:705px;
	margin: 0 0 5px 22px;
	padding:20px 0 0 0;
	text-align:left;
	background: url(/img09/center-back.gif) no-repeat right top;
}

*html .top_news{
	width:705px;
	margin: 0 0 10px -2px;
	padding:20px 0 0 0;
	text-align:left;
	background: url(/img09/center-back.gif) no-repeat right top;
}

*:first-child+html .top_news{
	width:705px;
	margin: 0 0 10px -2px;
	padding:20px 0 0 0;
	text-align:left;
	background: url(/img09/center-back.gif) no-repeat right top;
}
.top_news .date-top{
	margin: 5px 0 0 0;
	text-align: right;
	font-size:90%;
	padding: 0 10px 5px 10px;
	border-bottom: #CCCCCC 1px dotted;
}
.top_news h2{
	margin: 20px 0 10px 0;
	padding: 10px 0 0 0;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #FF7F7F;
}
*html .top_news h2{
	margin: 50px 0 10px 0;
	padding: 10px 0 0 0;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #FF7F7F;
}
*:first-child+html .top_news h2{
	margin: 50px 0 10px 0;
	padding: 10px 0 0 0;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #FF7F7F;
}
.top_news_body{
	width:705px;
	margin: 10px 0 0 0;
	padding:0;
	border: #986665 solid 1px;
}

.top_news_body table{
	margin: 0 10px 5px 10px;
	padding: 0px;
	width:685px;
}

.top_news_body tr{
	margin: 0;
	padding: 0;
	border-bottom: #986665 solid 1px;
}


.top_news_body td{
	margin: 5px;
	padding: 3px;
	vertical-align: middle;
}

.top_news_body td.date{
	background-color: #EEEEEE;
}
.top_news_body td.title{
width:536px;
}
.top_news_body td.title a{
	color:#993333;
	font-weight:bold;
}
.top_news_body td.title a:hover{
	color:#CC3366;
}
.top_news_body td.icon{
	width:70px;
	text-align:center;
}

.top_news ul{
	margin:5px 20px;
	padding:0;
	font-size: 100%;
	border-top: #986665 solid 1px;
}
.top_news li{
	padding:2px 5px 2px 25px;
	list-style-type: none;
}
.top_news li .comment{
	font-size: 90%;
	padding:5px;
}

/* トップコンテンツ
---------------------------------------------*/

.top_content{
	width:705px;
	margin: 0 0 10px 22px;
	padding:10px 0;
	text-align:left;
}

*html .top_content{
	width:705px;
	margin: 0 0 10px -2px;
	padding:10px 0 0 0;
	text-align:left;
}

*:first-child+html .top_content{
	width:705px;
	margin: 0 0 10px -2px;
	padding:10px 0 0 0;
	text-align:left;
}

.top_content_body{
	width:685px;
	margin: 0 0 10px 0;
	border: #986665 solid 1px;
	padding:10px;
}
.top_content_body h2{
	padding: 0px;
}


.top_content_body .comment{
	padding:10px;
}



.top_content ul{
	margin:5px 20px;
	padding:0;
	font-size: 90%;
	border-top: #986665 solid 1px;
}
.top_content li{
	padding:2px 5px 2px 25px;
	list-style-type: none;
}
.top_content li .comment{
	font-size: 90%;
	padding:5px;
}



/* 詳細記事 */ 


.centercolumn{
	width:705px;
	margin: 0 0 10px 22px;
	padding:30px 0 0 0;
	text-align:left;
	background: url(/img09/center-back.gif) no-repeat right top;
}

*html .centercolumn{
	width:705px;
	margin: 0 0 10px -2px;
	padding:30px 0 0 0;
	text-align:left;
	background: url(/img09/center-back.gif) no-repeat right top;
}
*:first-child+html .centercolumn{
	width:705px;
	margin: 0 0 10px -2px;
	padding:30px 0 0 0;
	text-align:left;
	background: url(/img09/center-back.gif) no-repeat right top;
}


.centercolumn h2{
	margin: 30px 0 20px 0;
	padding: 10px 0 0 0;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #FF7F7F;
}
*html .centercolumn h2{
	margin: 60px 0 20px 0;
	padding: 10px 0 0 0;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #FF7F7F;
}
*:first-child+html .centercolumn h2{
	margin: 60px 0 20px 0;
	padding: 10px 0 0 0;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #FF7F7F;
}

/* ぱんくずリスト
---------------------------------------------*/


.plist {
	font-size: 80%;
	color: #555555;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
}
ul.plist {
	margin: 0;
	padding:0;
	border: 0px;
}

.plist li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}



.content{
	margin:10px 0 0 0;
	padding:0;
}
.content h3{
	margin: 5px 0;
	padding:2px 0;
	font-size: 125%;
	font-weight:bold;
	border-bottom: #CCCCCC 1px dotted;
	color:#992306;
}


.content h4{
	font-size: 110%;
	color: #660000;
	margin-top:10px;
	padding: 3px 5px;
	background-color: #FEE1D3;
	font-weight:bold;
}

.centercolumn_body{
	width:685px;
	margin: 10px 0;
	padding: 10px 10px 0px 10px;
	border: #986665 solid 1px;
}
.centercolumn_body .content .title{
	margin:10px 0 5px 0;
	padding:2px 0;
	font-size: 125%;
	border-bottom: #CCCCCC 1px dotted;
	color:#992306;
}

.centercolumn_body .content .date{
	font-size: 100%;
	padding:5px 20px;
	background: #FFFFFF;
}
.centercolumn_body .content .comment{
	font-size: 100%;
	padding:5px 20px;
	color: #333333;
}


.comment hr{
	margin: 10px 0;
}


.content table{
	width:100%;
	border-top: #986665 solid 1px;
	margin: 10px 0;
}
.content caption{
	text-align:left;
	font-weight: bold;
	margin: 0;
}
.content th{
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
	background-color: #EEEEEE;
	border-bottom: #986665 solid 1px;
	white-space: nowrap;
	text-align:right;
}
.content .aboutus th{
	text-align:left;
}
.content td{
	margin: 0;
	padding: 5px 10px;
	border-bottom: #986665 solid 1px;
}

.content .content h5{
	font-size: 100%;
	color: #52220E;
	padding: 5px 0 0 0;
}

.centercolumn_body table{
	width:100%;
	border-top: #986665 solid 1px;
	margin: 10px 0;
}
.centercolumn_body caption{
	text-align:left;
	font-weight: bold;
	margin: 0;
}
.centercolumn_body th{
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
	background-color: #EEEEEE;
	border-bottom: #986665 solid 1px;
	white-space: nowrap;
	text-align:right;
}
.centercolumn_body .aboutus th{
	text-align:left;
}
.centercolumn_body td{
	margin: 0;
	padding: 5px 10px;
	border-bottom: #986665 solid 1px;
}

.centercolumn_body .content h5{
	font-size: 100%;
	color: #52220E;
	padding: 5px 0 0 0;
}


/* 価格表 */ 



.price table{
	width:100%;
	border-top: #986665 solid 1px;
	border-left: #986665 solid 1px;
}
.price th{
	padding: 5px;
	font-weight: normal;
	border-bottom: #986665 solid 1px;
	border-right: #986665 solid 1px;
	width:8em;
	text-align:center;
}
.price td{
	padding: 5px 10px;
	border-bottom: #986665 solid 1px;
	border-right: #986665 solid 1px;
	width:5em;
	text-align:center;
}

.price td.col2{
	width:10em;
}

.price td.col4{
	width:20em;
}

/* 募集概要 */ 

 table.recruit{
	width:100%;
	border-top: #986665 solid 1px;
	border-left: #986665 solid 1px;
}
.recruit th{
	padding: 2px;
	font-weight: normal;
	border-bottom: #986665 solid 1px;
	border-right: #986665 solid 1px;
	width:5em;
	text-align:left;
	font-size: 80%;
}
.recruit td{
	padding: 2px 5px;
	border-bottom: #986665 solid 1px;
	border-right: #986665 solid 1px;
	text-align:left;
	font-size: 80%;
}

/* リスト */ 
.centercolumn_body ul{
	margin:5px 0;
	padding:0;
}
.centercolumn_body li{
	padding:2px 5px;
	list-style-type: none;
}

.centercolumn_body .aboutus li{
	margin:5px 20px;
	padding:2px 0px;
	list-style-type: none;
}
.centercolumn_body .aboutus li strong{
	padding:5px 0px;
	list-style-type: none;
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 110%;
}
.centercolumn_body .list ul{
	margin: 0;
	padding: 0;
}
.centercolumn_body .list li{
	margin: 0;
	padding: 0;
}
.centercolumn_body .list table{
	margin: 0;
	padding: 0;
	width:685px;
}

.centercolumn_body .list td{
	margin: 0px;
	padding: 5px;
	width:635px;
	vertical-align: middle;
}



.centercolumn_body .list tr{
	margin: 0;
	padding: 0;
}


.centercolumn_body .list th.date{
	background-color: #EEEEEE;
	width:50px;
	padding:5px;
}
.centercolumn_body .list td.title a{
	color:#993333;
	font-weight:bold;
	border:0;
}
.centercolumn_body .list td.title a:hover{
	color:#CC3366;
}


.centercolumn_body .service li{
	padding: 5px 0 0 20px;
	margin: 5px 0;
	list-style-type: none;
	background-image: url(/img09/dot-1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.centercolumn_body li a.title{
	font-weight: bold;
}


.centercolumn_body li .title br{
	display:none;
}
.centercolumn_body li .comment{
	font-size: 90%;
	padding:5px;
	color: #333333;
}



.centercolumn_body li img{
	padding:2px 0 0 5px;
	border: 0px;
}

.centercolumn_body p.bottom{
	font-size: 90%;
	margin:5px 20px;
}


.centercolumn_body li .board{
	font-size: 90%;
	padding:5px;
}
.centercolumn_body li .board img{
	padding:5px;
}


/* フォーム
---------------------------------------------*/

form input{
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 2px;
	font-size: 100%;
}

form input{
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 2px;
	font-size: 100%;
}
form input.button{
	border: 0px;
	padding: 5px;
	margin-bottom: 2px;
	font-size: 100%;
	background-color: #CCCCCC;
}


form select{
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 2px;
	font-size: 100%;
}
form input.text{
	width: 380px;
}
form input.text2{
	width: 120px;
}
form input.text3{
	width: 60px;
}
form textarea.toi{
	border: 1px solid #BBBBBB;
	padding: 5px;
	font-size: 100%;
	width: 490px;
}

form textarea.rec{
	border: 1px solid #BBBBBB;
	padding: 5px;
	font-size: 100%;
	width: 635px;
}

form input:focus {background-color: #FFEEEE !important;
}
form textarea:focus {background-color: #FFEEEE !important;
}

/* サイトマップ
---------------------------------------------*/

.sitemap{
	margin: 30px 20px 30px 50px;
	text-align: left;
	font-weight: bold;
}

.sitemap h2{
	margin:10px 0;
	padding:10px 0;
	text-align:left;
	font-size:150%;
	color: #52220E;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #43302B;
}


.sitemap ul{
	list-style-type: none;
	background: url(/img09/dot-sitemap1.gif) left repeat-y;
	margin: 0 0 0 30px;
}
.sitemap li{
	list-style-type: none;
	padding-bottom: 10px;
	line-height: 1.3;
	color: #333333;
	padding-left: 40px;
	margin-top: 5px;
	background: url(/img09/dot-sitemap.gif) left top no-repeat;
	font-weight: bold;
}

* html .sitemap li{
	list-style-type: none;
	padding-bottom: 0px;
	padding-top: 5px;
	background: url(/img09/dot-sitemap3.gif) left top no-repeat;
}

*:first-child+html .sitemap li{
	list-style-type: none;
	padding-bottom: 0px;
	padding-top: 5px;
	background: url(/img09/dot-sitemap3.gif) left top no-repeat;
}




.sitemap li.sitemap2{
	background: url(/img09/dot-sitemap2.gif) left bottom no-repeat;
}

* html .sitemap li.sitemap2{
	background: url(/img09/dot-sitemap2.gif) left top no-repeat;
}

*:first-child+html .sitemap li.sitemap2{
	background: url(/img09/dot-sitemap2.gif) left top no-repeat;
}

.sitemap h3{
	font-size: 100%;
	line-height: 1.3;
	color: #333333;
	font-weight: normal;
	margin-top: 5px;
}

img.photo {
	padding:5px;
}

img.photo-left {
	margin: 0 10px 10px 0;
}

img.photo-right {
	padding: 0 0 10px 10px;
}

.board{
	margin: 10px 20px;
}

.board img{
	padding:5px;
}

div.tooltip	{
	width: 250px;
	position: absolute;
	left: -9999px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
}

div.tooltip p{
	color: #FFF;
	background: #222;
	padding: 5px 10px;
}

/*FB＆twitterぼたん*/
#entrybutton{
display:inline;
margin-right: 22px;
}
#entrybutton ul{
padding: 10px 0 0 0;
}

#entrybutton li{
list-style:none;
display:block;
float: right;
padding: 0 2px;
}

