/**共通項目**/
body {  margin:0px;
	padding:0px;
	background: url(../image/bg.jpg) repeat-x;
	background-color: #E4F1F1;
}

a {	color: #069;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", "Osaka","Helvetica";
	font-size: 12px; text-decoration: none;	
}

a:hover{
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}

.boder01 {
	border: #EDE9E0;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.txt10 {
	font-family: "ＭＳ Ｐゴシック", "Osaka","Helvetica";
	font-size: 12px;
	padding: 0px 0px 0px 5px;
}


/**コンテナ**/
#container {
  background:#FFFFFF;
  width:764px;
}

/**ヘッダー**/
#head h2{
	margin: 0px 0px 0px 0px;
	background: url(../image/li04.gif) no-repeat center left;
	padding: 0px 0px 0px 25px;
}

#head p{
	font-family: "ＭＳ Ｐゴシック", "Osaka","Helvetica";
	font-size: 12px;
	padding: 5px 0px 10px 0px;
}

/**左メニュー**/
#menu h2{
	margin: 0px 0px 0px 3px;
	background: url(../image/li03.gif) no-repeat center left;
	padding: 0px 0px 0px 28px;
}
#menu a{
	color: #069;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", "Osaka","Helvetica";
	font-size: 12px; text-decoration: none;	
}
#menu a:hover{
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}

#submenu{
	list-style: none;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}

#submenu li{
	background: url(../image/li01.gif) no-repeat center left;
	padding: 0px 10px 0px 15px;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
}

#submenu a{
	color: #333;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#submenu a:hover{
	font-weight:bold; 
	color: #666;
	font-size: 10px;
	text-decoration: underline;
}

/**コンテンツ**/

#box h1{
	font-family: "ＭＳ Ｐゴシック", "Osaka","Helvetica";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

#sub_tit h2{
	margin: 3px 0px 3px 0px;
	background: url(../image/arrow.gif) no-repeat center left;
	padding: 5px 0px 5px 32px;
	font-size: 14px;
	font-weight: bold;
}

#sub_tit p{
	margin: 0px 0px 0px 10px;
	padding: 5px 15px 5px 15px;
	font-size: 12px;
	line-height: 18px;
}

.tit01 {
	border-color: #FFF #FFF #CCC #CCC;
	border-style: solid;
	border-bottom-width: 5px;
	border-left-width: 5px;
}

.titname { background:#EDE9E0; padding:10px; font-weight:bold; color:#039; border-bottom:solid 8px #CCC; border-left:solid 8px #CCC; }




/**新着情報**/
#whatsnew h2{
	margin: 0px 0px 0px 10px;
	background: url(../image/li02.gif) no-repeat center left;
	padding: 0px 0px 0px 15px;
}
#whatsnew p{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
	line-height: 16px;
}

#whatsnew a{
	color: #069;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", "Osaka","Helvetica";
	font-size: 14px; text-decoration: none;	
}

#whatsnew a:hover{
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}

/**フッター**/


