@charset "utf-8";
@import url("design02.css");
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	color:#666;
}

#layout{
	background-color:#FFF;
	width:800px;
	height:750px;
	background-image:url(index_image/bg_index.jpg);
	background-repeat:no-repeat;
	margin:auto;
	padding-top:100px;
	border-right:#ccc 1px solid;
	border-left:#ccc 1px solid;
}



#picture{
	width:350px;
	height:300px;
	margin-top:60px;
	float:right;
	background-image:url(index_image/image02.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
}


#titletop{
	width:500px;
	height:130px;
	background-image:url(index_image/titile_maminoe.gif);
	background-repeat:no-repeat;
}



#menu{
	width:400px;
	height:220px;
	color:#999;
	font-size:12px;
	margin-top:10px;
	margin-left:50px;
}




#menuwaku{
	width:150px;
	height:auto;
	float:left;
}


.menutext{
	width:130px;
	height:18px;
	font-size:12px;
	font-weight:bold;
	padding:3px;
}

.menutext a:link{
	color:#999;
	text-decoration:none;
}

.menutext a:visited{
	color:#999;
	text-decoration:none;
}

.menutext a:hover{
	color:#900;
	text-decoration:none;
}

.aisatu{
	float:right;
	width:170px;
	color:#669;
	font-size:13px;
	line-height:20px;
	margin-top:40px;
	margin-right:50px;
	background-color:#D2D1E9;
	padding:5px;
}



#whatsnew{
	width:350px;
	height:200px;
	overflow:auto;
	border:#CCC 1px solid;
	margin-left:50px;
	margin-top:15px;
}

.whatsnewtitle{
	color:#FFF;
	background-color:#999;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	margin-bottom:5px;
}

.newstext{
	width:auto;
	margin:10px;
	font-size:11px;
	line-height:15px;
}

.newstext a:link{
	text-decoration:none;
	color:#000;
}


.newstext a:visited{
	text-decoration:none;
	color:#000;
}


.newstext a:hover{
	text-decoration:underline;
	color:#900;
}

.newstitle{
	color:#900;
	font-size:12px;
	margin-bottom:5px;
	margin-top:5px;
}


#foot{
	margin:auto;
	width:800px;
	height:50px;
	background-image:url(index_image/bg_foot.jpg);
	font-size:10px;
	text-align:center;
	line-height:15px;
	border-right:#CCC 1px solid;
}