/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body { 
	margin: 0px; 
	padding: 0px; 
	font-family: "MS PGothic",Arial;
	background-image: url("/img/bg.gif"); 
}

.path 
{
	text-align: left;
	font-size: 80%;
}

.top_msg {
	width: 750px;
	text-align: right;
	font-size: 70%;
	color: #666;
}

#layout {
	width:	760px;
	padding: 0px;
	margin: 0px;
	margin-left: 		auto;
	margin-right: 		auto;	
}

#layout_left {
	width:	5px;
	background-image: url("/img/bg2.gif");
	background-repeat: repeat-y;
	background-position: right top;

}

#layout_main {
	width:	750px;
	background-color: #ffffff;
	background-image: none;
	padding: 0px;
}

#layout_right {
	width:	5px;
	background-image: url("/img/bg3.gif");	
	background-repeat: repeat-y;	
}

#title {
	width: 100%;
	color: #666666;
	font-size: 80%;
}

#title_left {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

#title_right {
	text-align: right;
	vertical-align: top;
	padding: 5px;
}

#main_contents {
	margin: 5px 0;
	width: 710px;
	margin-left: 		auto;
	margin-right: 		auto;	
}

#main_contents_index {
	margin: 5px;
	width: auto;
	font-size: 80%;	
}



#tabs
{
	padding: 0;
	width: 520px;
	line-height: normal;
	font-size: 10px;
	height: 20px;
	overflow: hidden;
	margin-left: auto;
	margin-right: 0;
}
#tabs ul
{
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	float:	right;	
}

#tabs li
{
	height: 20px;
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a {
	height: 20px;
	float:left;	
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#tabs a span
{
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 6px 8px 6px 4px;
	color: #444;

}


#tabs a:hover span
{
	color: #fff;
}
#tabs a:hover
{
	background-position: 0% -42px;
}
#tabs a:hover span
{
	background-position: 100% -42px;
}



#tabs2
{
	width: 600px;
	line-height: normal;
	font-size:80%;

}

#tabs2 ul
{
	margin: 0;
	padding:2px 13px 5px 0px;
	list-style: none;
}

#tabs2 li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs2 a {
	float:left;
/*	background: url("/img/tableft.gif") no-repeat left top;*/
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabs2 a span
{
	float: left;
	display: block;
	padding:6px 13px 3px 8px;
	color: #444444;
}

#ta_v {
	background: url("/img/tableft_v.gif") no-repeat left top;
}
#ts_v
{
	background: url("/img/tabright_v.gif") no-repeat right top;
}

#ta_d {
	background: url("/img/tableft_d.gif") no-repeat left top;
}
#ts_d
{
	background: url("/img/tabright_d.gif") no-repeat right top;
}
#ta_k {
	background: url("/img/tableft_k.gif") no-repeat left top;
}
#ts_k
{
	background: url("/img/tabright_k.gif") no-repeat right top;
}

#ta_b {
	background: url("/img/tableft_b.gif") no-repeat left top;
}
#ts_b
{
	background: url("/img/tabright_b.gif") no-repeat right top;
}
#ta_l {
	background: url("/img/tableft_l.gif") no-repeat left top;
}
#ts_l
{
	background: url("/img/tabright_l.gif") no-repeat right top;
}
#ta_o {
	background: url("/img/tableft_o.gif") no-repeat left top;
}
#ts_o
{
	background: url("/img/tabright_o.gif") no-repeat right top;
}

#tabs2 a span
{
	float: none;
}
#tabs2 a:hover span
{
	color: #444444;
}
#tabs2 a:hover
{
	background-position: 0% -42px;
}
#tabs2 a:hover span
{
	color:	#fff;
	background-position: 100% -42px;
}

/***********************************************/
/* TABLE                                       */
/***********************************************/

.table_side_cmn	{ 	
	background-color:	#f6f6f6;
	vertical-align: 	top;
}

.table_cmn { 	
	border:				1px solid #cccccc;
	font-size:			80%;
	color:				#444444;
	border-collapse: 	collapse;
	width:				100%;
	text-align:			left;
}
table.table_cmn td 	{
	border:				1px solid #cccccc;
	vertical-align: 	top;
	padding:			5px;
	padding-right:		10px;
}

.div_cmn {
	padding:			5px;
	color:				#666;
	font-size:			80%;
	background-image:	url(/image/gradation.gif);
	background-position:top;
	background-repeat:	repeat-x;
	text-align:	left;		
}


.title_cmn {
	color:				#444;
	font-weight:		bold;
	text-align:	left;
}



.table_top_v	{	
	text-align:			center;
	color:				#444;
	background-image:url(/image/classified/bg_gradation.gif);
}

.title_v {
	color:				#444;
	font-weight:		bold;
	background-image:	url(/image/classified/title_point.gif);
	background-position:left;
	background-repeat:	no-repeat;
}


.table_top_d	{	
	text-align:			center;
	color:				#444;
	background-image:url(/image/info/bg_gradation.gif);
}

.title_d {
	color:				#444;
	font-weight:		bold;
	background-image:	url(/image/info/title_point.gif);
	background-position:left;
	background-repeat:	no-repeat;	
}


.table_top_k	{	
	text-align:			center;
	color:				#444;
	background-image:url(/image/bbs/bg_gradation.gif);
}

.title_k {
	color:				#444;
	font-weight:		bold;
	background-image:	url(/image/bbs/title_point.gif);
	background-position:left;
	background-repeat:	no-repeat;	
}


.table_top_b	{	
	text-align:			center;
	color:				#444;
	background-image:url(/image/school/bg_gradation.gif);
}

.title_b {
	color:				#444;
	font-weight:		bold;
	background-image:	url(/image/school/title_point.gif);
	background-position:left;
	background-repeat:	no-repeat;	
}


.table_top_l	{	
	text-align:			center;
	color:				#444;
	background-image:url(/image/worholi/bg_gradation.gif);
}

.title_l {
	color:				#444;
	font-weight:		bold;
	background-image:	url(/image/worholi/title_point.gif);
	background-position:left;
	background-repeat:	no-repeat;	
}


.table_top_o	{	
	text-align:			center;
	color:				#444;
	background-image:url(/image/life/bg_gradation.gif);
}

.title_o {
	color:				#444;
	font-weight:		bold;
	background-image:	url(/image/life/title_point.gif);
	background-position:left;
	background-repeat:	no-repeat;	
}

/***********************************************/
/* AREA NAVI                                   */
/***********************************************/


.snavi
{
	width:100%;
	height: 25px;
	line-height: normal;
	font-size:12px;
	background-image: url("/image/site/bg/navi_gray.gif");
	background-position: 1px 0;
	margin-top: 0;
	margin-left:0;
	margin-right:auto;
	text-align: center;
	
}

.snavi td.selected
{
	height: 25px;
	width: 100px;
	vertical-align: middle;
	background-color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 3px solid #c30;
}

.snavi td.selected a
{
	
	text-decoration: none;
	color: #444;
}

.snavi td.unselected
{
	height: 25px;
	width: 100px;
	vertical-align: middle;
	border: 1px solid #999;	


}

.snavi td.unselected a
{
	text-decoration: none;
	/* text-decoration: underline; */
	color:#333;
}

.snavi td.unselected a:hover
{
	text-decoration: underline;
	color: blue;
}

.snavi td.detail
{
	border: 1px solid #999;	
	text-align:		right;
	margin-left:	0;
	margin-right:	auto;
	vertical-align:	middle;
	padding-right:	10px;

	
}


#area_navi
{
	width: 100%;
	height: 25px;
	line-height: normal;
	font-size:80%;
	background-image: url("/image/gradation2.gif");
}

#area_navi td.selected
{
	vertical-align: middle;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 2px solid #ccc;
}

#area_navi td.selected a
{
	text-decoration: none;
	color: #444;
}	

#area_navi td.unselected
{
	vertical-align: middle;
	border-bottom: 1px solid #ccc;	
}

#area_navi td.unselected a
{
	text-decoration: none;
	/* text-decoration: underline; */
	color: #888;
}

#area_navi td.unselected a:hover
{
	text-decoration: underline;
	color: red;
}

#area_navi td.detail
{
	width:350px;
	border-bottom: 1px solid #ccc;
	text-align:		right;
	margin-left:	0;
	margin-right:	auto;
	vertical-align:	middle;
	padding-right:	10px;
}

/***********************************************/
/* LIST                                       */
/***********************************************/
.list_title {
	color:	#fff;
	font-size:	80%;
	text-align:	right;
	padding:	2px 5px;
	margin:	0;
	border-bottom: 1px solid #ccc;
	margin-left: 	auto;
	margin-right:	auto;
}

.room_title {
	color:	#fff;
	font-size:	80%;
	text-align:	left;
	padding:	1px 5px;
	margin:	0;
	border-bottom: 1px solid #ccc;
}

.footer {
	font-size:	80%;
	color:	#aaa;
	width:	750px;
	margin: 5px 0;
	margin-right:auto;
	margin-left:auto;
}

.fading_corner
{
	background-image:	url("/image/fading_corner_5.jpg");
	background-position: 0 0;
	background-repeat:	no-repeat;
	padding: 10px;
	
}




/***********************************************/
/* Temp                                       */
/***********************************************/
.left_column
{
	color:	#444;
	font-size:	80%;
	padding:	5px;
	width:	210px;
}

.main_column
{
	color:	#444;
	padding:	5px 0 5px 10px;
	width:	500px;
}

.left_info
{
	color:	#444;
	font-size:	80%;
	padding:	5px;
	width:	120px;
}

.main_info
{
	color:	#444;
	padding:	5px 0 5px 20px;
	width:	590px;
	text-align: left
}

.info_title
{
	border-bottom: 2px solid #666666;
	text-align:	left;
	font-weight: bold;
	padding:	2px;
	margin: 30px 0 10px 0;
	
}

.info_ol
{
	width:93%;
	margin: 0 0 0 10px;
}

.hp_note {
	padding: 10px 10px;
	background-color: 	#eee; 
	text-align:	left;
	border-top:		1px solid #ddd; 
	border-bottom:	1px solid #ddd;
	font-size: 80%;  
	width: auto;	
}

.hp_msg {
	padding: 0px 3px 0 15px; 
	text-align:	left;
	border-bottom:	1px dotted #ccc; 
	background-image: url('/image/icon_pointR.gif');
	background-repeat: no-repeat;	
	background-position: 2px 0;
	width: auto;
}


.hp_image {
	border: 1px solid #ddd;
	margin: 0 auto 0 auto;
	padding: 10px;
}


.top_menu {
	width: 100%;
	background-color: #E8E8D0;
}

.top_menu td {
	border: 1px solid #cc9;
	vertical-align: middle;
	height: 30px;
	width: 25%;
}

.top_menu a {
	text-decoration: none;
	color: #068;
}

.top_menu a:hover {
	color: #f00;
}

.register {
	background: url('/img/register_top.gif') 0 0 no-repeat;
	width: 250px;
	padding-top: 42px;
	background-color: #CCB333;

}

.register_bottom {
	background: url('/img/register_bottom.gif') 0 0 no-repeat;
	width: 250px;
	padding: 3px 0;

}



/***********************************************/
/* Google                                      */
/***********************************************/

.top_link_unit {
	text-align:	center;
	margin: 5px 0;
	border-bottom: 1px dotted #ccc; 
}

.pic_box {
	padding-top: 20px;
	text-align: center;
	width: 160px;
	height: 160px;
	border: 1px solid #ccc;
}


.top_table {
	margin: 3px 0;
}

.top_table td {
	border: 1px solid #ccc;
	padding: 2px 3px;
}


.tokuten {
	background: url('/img/icon_s1.gif') 5px 5px no-repeat;
	padding: 5px 0px 5px 20px;
	font-weight: bolder;
	text-align:left;
	border-bottom: 1px dashed #f99;
	margin: 0 5px;
	 
}

.tokuten a {
	text-decoration: none;
}

