/* -- body -- */
body {
font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
/*	font-family: Verdana, Tahoma, Arial, sans-serf;*/
	font-size: 12px;
	margin: 20px;
	line-height: 150%;
	color: #333333;
	text-align:center;
	background-color:#FFFFFF;
}


/* -- 全体枠 -- */
#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


/* -- head -- */
#head{
	width: 950px;
	height:24px;
	color: #ffffff;
	background-image: url(../images/style/head-bg.jpg);
	background-repeat:  no-repeat;
}


/* -- top -- */
#top{
	width: 950px;
	height:76px;
	padding-left: 5px;
	background-image: url(../images/style/top-bg.jpg);
	background-repeat:  no-repeat;
}


/* -- topmenu -- */
#topmenu{
	width:950px;
	height: 30px;
	color: #ffffff;
	background-image: url(../images/style/topmenu-bg.jpg);
	background-repeat:  no-repeat;
	clear: both;
}
#rolloverMenu li { 
list-style:none;
float: left;
} 
#rolloverMenu li a { 
display: block; 
position: relative; 
overflow: hidden; 
width: 95px; 
height: 30px; 
} 
#rolloverMenu li a:hover { 
background-color: #ffffff; 
} 
#rolloverMenu li a img { 
background-color: #ffffff; 
} 
#rolloverMenu li a:hover img { 
position: relative; 
top: -30px; 
}


/* -- contents -- */
#contents{
	width: 950px;
	margin: 0;
	padding: 0;
	color: #333333;
	background-image: url(../images/style/contents-bg.jpg);
	background-repeat:  repeat-y;
	clear: both;
	overflow: hidden;
}


/* -- contents center 2aカラム -- */
#left2a{
	width:700px;
	margin: 0;
	padding: 0;
	color: #333333;
	float:left;
}


/* -- contents left 2aカラム -- */
#right2a{
	width:250px;
	margin: 0;
	padding: 0;
	color: #333333;
	float:right;
}


/* -- 3aカラム -- */
#contentsbox3a{
	width:700px;//center3a+left3a
	margin: 0;
	padding: 0;
	color: #333333;
	float:left;
}
#center3a{
	width:450px;
	margin: 0;
	padding: 0;
	color: #333333;
	float:right;
}
#left3a{
	width:250px;
	margin: 0;
	padding: 0;
	color: #333333;
	float:left;
}
#right3a{
	width:250px;
	margin: 0;
	padding: 0;
	color: #333333;
	float:right;
}


/* -- 3bカラム -- */
#contentsbox3b{
	width:650px;//center3b+left3b
	color: #333333;
	float:left;
}
#center3b{
	width:350px;
	color: #333333;
	float:right;
}
#left3b{
	width:300px;
	color: #333333;
	float:left;
}
#right3b{
	width:300px;
	color: #333333;
	float:right;
}


/* -- 3cカラム -- */
#contentsbox3c{
	width:600px;//center3c+left3c
	color: #333333;
	float:left;
}
#center3c{
	width:350px;
	color: #333333;
	float:right;
}
#left3c{
	width:250px;
	color: #333333;
	float:left;
}
#right3c{
	width:350px;
	color: #333333;
	float:right;
}


/* -- foot -- */
#foot{
	width: 950px;
	height:40px;
	background-image: url(../images/style/foot-bg.jpg);
	background-repeat:  no-repeat;
	color: #ffffff;
	font-size: 12px;
	line-height: 110%;
	clear: both;
}

#foot a { 
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	position: relative; 
	overflow: hidden; 
} 
#foot a:hover { 
	color: #ffffff;
	text-decoration: underline;
} 
