body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #F0ECE8;
}
.wrapper{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: 1px solid #888888;
}
div,p{
	font-size: 12px;
	font-family: "MS P ゴシック","Osaka";
	color: #000000;
	text-align: left;
	line-height: 130%;
}

#navi {
	list-style-type:none;			/* 項目のマークを消す */
	text-align: left;
	width: 740px;
	padding: 0px;
	margin: 0px;
	
}
.menuItem{
	/* リスト項目左揃え */
	float:left; 
	/* 余白 */

	margin:0px;
/*	padding:0px; */
	padding-top: 0px;
	padding-bottom:0px;
	text-align: left;

}
.menu{
	width: 740px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin:0px;
}
.head{
	width: 740px;
}
.image_border{
	width: 245px;
	height: 98px;
	border: 1px solid #CCCCCC;
	margin:0;
	padding:0;

}
img{
	border: 0px;
}
.main_text{
	font-size: 12px;
	font-style: normal;
	line-height: 135%;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", sans-serif;
	letter-spacing:normal;
	padding: 2px;
                text-align: left;
	margin-left: 15px;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 2px;
	border-top: 1px solid #aaaaaa;

}
/*サイドバー表示部分枠*/
#right {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	overflow: hidden;
	}
#left{
	float: left;
	width: 530px;
	overflow: hidden;
        padding: 2px 2px 2px 2px;
        margin-left: 10px;
        margin-bottom: 5px;
}
.text12B {

	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.text14B {

	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.text12 {

	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
.links{
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #aaaaaa;
/*                margin-bottom: 5px; */
padding-bottom: 5px;
                margin-top: 5px;
}
a:visited{
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	color: #0099FF;
	text-decoration: none;
}
a:hover{
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	color: #0033FF;
	text-decoration: underline;
}
.footer{
	width: 740px;
	background-color: #FFFFFF;
}
.copyright{
	text-align:right;
	background-color: #FFFFFF;
}