/** ----  Style Seet  ---- **/
/** Linkタグで読み込む **/

body {
	background-color: #FAFFFA;
	padding: 10px;
}

.right{ text-align: right}
.center{ text-align: center}

.newsArea{
	margin:15px;
}
.menuArea{
	width: 20%;
	padding: 30px 0px 0px 30px;
}
.bodyArea{
	color:#000000;
	height: 350px;
	padding: 20px 20px 10px 30px;
}
.bodyAreaWithPop{
	color:#000000;
	height: 350px;
	padding: 20px 20px 10px 30px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url("../image/040115cb.png");
}

.menuSelectableItem{
	color:black;
}
.menuDisableItem{
	color:DimGray;
}

.titleImage{
	padding: 0px 20px 10px 10px;
}
.charaPop{
	padding: 80px 0px 0px 10px;
}
