/*************************************************************************
*  レイアウト(2段組)
*************************************************************************/
/* #wrap { width:780px; text-align:left; margin:0 auto; border:solid 1px #666666; background-color:#9999ff;} */  /* ここの色が背景色 auto/bkcolor.cssで設定*/

 body { text-align:center;     font-size:12px;}   
/* body { text-align:center;     font-size:12px; background-image:url(../private30x100_ff9900.gif);background-repeat:repeat;}   */


#inner { margin:0 5px; }   
/* #mainWrap { width:565px; float:right;background-color:#ffffff; }   */
/* #sideWrap { width:200px; float:left;}							*/
/* #mainWrap { width:603px; height:1500px ; float:right;background-color:#ffffff; }   */
#sideWrap { width:162px; float:left;}   
.clear { clear:both; }   
.clear hr { display:none; }  


/*************************************************************************
* 角丸枠 
*************************************************************************/
div.km	{
	width: 570px;
	background: url(image/bottom.jpg) no-repeat bottom;
/*	margin-bottom: 20px;*/
}
div.km .in	{
	background: url(image/top.jpg) no-repeat;
	padding: 0px 20px 20px 20px;
}
/*************************************************************************
* 角丸枠 2
*************************************************************************/
div.km2	{
	width: 570px;
	background: url(image/bottom2.gif) no-repeat bottom;
/*	margin-bottom: 20px; */
}
div.km2 .in	{
	background: url(image/top2.gif) no-repeat;
	padding: 0px 20px 20px 20px;
}
/*************************************************************************
* 角丸枠 160width
*************************************************************************/
div.km160	{
	width: 160px;
	background: url(image/bottom160.gif) no-repeat bottom;
/*	margin-bottom: 20px; */
}
div.km160 .in	{
	background: url(image/top160.gif) no-repeat;
/*	padding: 0px 20px 20px 20px; */
	padding: 1px 1px 1px 1px;
}


/*************************************************************************
* 表
*************************************************************************/
.hyo {
	margin:0 auto;
	width:25em;
	text-align:center;
}

/*.hyo br
{
	clear:both;
}
*/

div.t1{display:block;
	float:left;
	margin:0 0 1px 1px;
	padding:4px;
	width:5em;
	border:1px solid #666;
}

div.t2{display:block;
	float:left;
	margin:0 0 1px 1px;
	padding:4px;
	width:10em;
	border:1px solid #666;
}
div.t3{display:block;
	float:left;
	margin:0 0 1px 1px;
	padding:4px;
	width:7em;
	border:1px solid #666;
}



/*************************************************************************
* ナビ 
*************************************************************************/


/*
#gNavi {   
    margin:5px 0;   
    padding:0;   
    width:780px;   
    height:30px;   
    overflow:hidden;   
    background:#009 url('bgOFF.gif');   
}   
#gNavi li { list-style:none; width:98px; float:left; }   

#gNavi li a {   
    display:block;   
    line-height:30px;   
    font-size:12px;   
    color:#fff;   
    text-align:center;   
/}   
#gNavi li a:hover { background:#66c url('bgON.gif'); }  

*/










/*************************************************************************
*  見出し<h1>
*************************************************************************/
h1.text {
    margin-top:5px;
    padding:0 5px;   
    border-style:solid;   
    border-width:0px 0px 1px 10px;   
/*   border-color:#0099ff;   */
    font-size:20px;
}







/*************************************************************************
*  テキスト
*************************************************************************/
.text_main{
    margin-bottom:10px;
    padding:0 20px;   
    font-size:14px;
    line-height:20px;
}
/*************************************************************************
*  テキスト(small)
*************************************************************************/
.text_small{
    margin-bottom:10px;
    padding:0 10px;   
    font-size:10px;
    line-height:10px;

}

/*************************************************************************
*  テキスト(メニュー選択時)
*************************************************************************/
.text_sel_menu{
	background-color:#ff6666;
/*    margin-bottom:10px;*/
/*    padding:0 10px;   */
/*    font-size:20px;*/
/*    line-height:10px;*/
}








