/* CSS Document */

html {
	background-image:url(../img/common/bg.gif);
	background-repeat:repeat;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/common/bg_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:12px;
	line-height:18px;
	color:#444444;
}

a:link {
	color:#333333;
    text-decoration:none;
}
a:visited {
	color:#333333;
    text-decoration:none;
}
a:hover {
	color:#333333;
    text-decoration:underline;
}
a:active {
	color:#333333;
    text-decoration:underline;
}


a:hover img {
 opacity: 0.8;
}

.bgmenu {
	background-image:url(../img/common/s_navi_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.footertxt {
font-size:10px;
line-height:32px;
}

#index_area {
background-image: url(../img/index_area_bg.gif);
background-repeat: repeat-y;
width:558px;
}

#index_area .inner {
background-image: url(../img/index_area_top.gif);
background-repeat: no-repeat;
background-position: top;
}

#index_area .inner .end_img {
background-image: url(../img/index_area_bottom.gif);
background-position: bottom;
background-repeat: no-repeat;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}

#menu_area {
background-image: url(../img/menu_area_bg.gif);
background-repeat: repeat-y;
width:183px;
}

#menu_area .inner {
background-image: url(../img/menu_area_top.gif);
background-repeat: no-repeat;
background-position: top;
}

#menu_area .inner .end_img {
background-image: url(../img/menu_area_bottom.gif);
background-position: bottom;
background-repeat: no-repeat;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}

span.dotted_under_line{
  border-bottom:1px dotted;
}



.t_list {
 width:100%;/*テーブルの幅*/
 }
 
.t_list.status {
 text-align:center;
 }
 
.t_list.num {
 text-align:right;
 }
 
.t_list th,.t_list td {
 padding:10px 10px;
 border-bottom:dotted 1px #666666;
 }
 


table.default {

   -moz-border-radius: 6px;    /* Firefox */
   -webkit-border-radius: 6px; /* Safari,Chrome */
   border-radius: 6px;         /* CSS3 */
   
   border: 2px solid #7D5E39;
   border-collapse: collapse;
   width:100%;
}
table.default th, table.default td {
   border: 1px dashed #7D5E39;
   padding: 5px;
}



div.kadomaru {
   -moz-border-radius: 6px;    /* Firefox */
   -webkit-border-radius: 6px; /* Safari,Chrome */
   border-radius: 6px;         /* CSS3 */

   border: 2px #7D5E39 solid;     /* 枠線の装飾 */
   background-color: #ffffff;   /* 背景色 */
}

table,th,td{

}

.title_freecoaching{
	background-image:url(../img/bg_h1freecoaching.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#BB883C;
	padding-left:12px;
	line-height:37px;
　　
}

.maincontents_area {
	width:100%;
	padding-right:12px;
	padding-left:12px;

}

.img_float_left {
  float: left;
   margin-right: 10px;
   margin-bottom: 10px;}