@charset "shift_jis";

/*---------- ページ全体の指定 ----------*/

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	margin: 0 auto 0 auto;
	line-height: 150%;
	padding: 0;
	font-size: 12px;
	color: #000000;
	background-color: #b0e0e6;
}

A:link {
	text-decoration: none;
	color: #0033cc;
}
	
A:visited {
	text-decoration: none;
	color: #0033cc;
}

A:HOVER{
	color:#ff6600;
}

ul{ 
   text-align: left;
   list-style-image: url(../bocom/img_menu/arr_s.gif); 
   margin: 0 0 0 20px; 
   padding: 0px 0 0 0;
   }
   
li{ 
   padding-left: 0;
   margin-bottom: 0;
   line-height: 150%;
}

h1 {
	font-size: 22px;
	line-height: normal;
}

h2 {
	font-size: 18px;
   	line-height: normal;
}


h3 {
	font-size: 14px;
	line-height: normal;
}

.m18 {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}

.m14 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
}

.m13 {
	font-size: 13px;
	color: #666666;
	line-height: normal;
	font-weight: bold;
}

.m12 {
	font-size: 12px;
	line-height: 140%;
}

.m11 {
	font-size: 12px;
	line-height: 150%;
}

.s {
	font-size: 11px;
	line-height: 130%;
}

/*---------- ページ全体の指定 END----------*/

.outer	{

	width:830px;
	background-color: #FFFFFF;
	padding: 0;
	margin:20px auto 10px auto;
	}

.menu	{
	float:right;
	width:260px;
	padding: 10px 10px 10px 0px;
	text-align: left;
	}

.main	{
	float:left;
	width:560px;
	}

.main_cont	{
	float:right;
	width:260px;
	padding: 10px 10px 10px 0px;
	text-align: left;
	}

.main_left	{
	float:left;
	width:270px;
	padding: 10px;
	text-align: left;
	}

.clears{
	clear:both;
	}

.foot {
	clear:left;
	text-align: center;
	color: #ffffff;
	padding: 4px 20px 6px 20px;
	background-color: #6699cc;
	}
	
.head {
	padding: 14px 0 8px 0;
	text-align: center;
	font-size: 18px;
	color: #ff9900;
	font-weight: bold;
	background-color: #6699cc;
	}
