@charset "Shift_JIS";

/* ----------コンテンツ全体------------------------------------------ */

#contaner_top{
	position: relative;
	top: 0px;
	width: 854px;
	height: 475px;
	background: white;
	z-index: 1;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}

.top_image2{
	position: relative;
	top: 0px;
	width: 854px;
	height: 234px;
	background-color: black;
}

#flash2{
	position: relative;
	top: 14px;
	width: 854px;
	height: 203px;
}

.menu2{
	position: relative;
	top: 0px;
	width: 854px;
	height: 35px;
	background-color: white;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}

.menu2 ul { 
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
 	}

.menu2 li { 
	margin: 0px;
	padding: 0px; 
    float: left;
	width: 142px;
	height: 35px;
    }



/* ----------本文部分（トップページ）------------------------------------------ */

.content_home{
	position: relative;
	top: 25px;
	left: 5px;
	width: 276px;
	margin-right: 8px; 
	float: left; 
	z-index: 2;
	background: white;
}

.content_home2{
	position: relative;
	top: 25px;
	left: 15px;
	width: 320px;
	float: left; 
	z-index: 2;
	background: white;
}

.content_home3{
	position: relative;
	top: 0px;
	right: 0px;
	width: 225px;
	height: 475px;
	float: right; 
	z-index: 2;
	background: url(../image/side_bg.gif);
	background-repeat: repeat; 
}

.content_frame33{
	position: relative;
	top: 25px;
	right: 5px;
	width: 200px;
	float: right; 
	z-index: 2;
}

.content_home_frame4{
	position: relative;
	top: 10px;
	left: 40px;
	width: 590px;
	float: left; 
	z-index: 2;
}



.content_home_frame{
	position: relative;
	top: 20px;
	left: 0px;
	width: 274px;
	height:350px;
	z-index: 2;
	border: 1px #CCCCCC solid; 
	background: white;
}

.content_home_frame2{
	position: relative;
	top: 20px;
	left: 0px;
	width: 320px;
	height:350px;
	z-index: 2;
	border: 1px #CCCCCC solid; 
	overflow: auto;
	background: white;
}

#lis ul{
	margin: 0px;
	padding: 0px; 
	list-style-type: none
}

#lis li{
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0px; 
	border-bottom: 1px #CCCCCC dotted;
}

#lis2 ul{
	margin: 0px;
	padding: 0px; 
	list-style-type: none
}

#lis2 li{
	margin-bottom: 15px;
	margin-left: 5px;
	padding: 0px; 
}

#lis3 ul{
	margin: 0px;
	padding: 0px; 
	list-style-type: none
}

#lis3 li{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 38px;
	padding: 0px; 
}


/* ----------サイドメニュー------------------------------------------ */
  
#side_menu_top{
	position: static;
	top: 0px;
	width: 200px;
	float: right;
	z-index: 2;
}

.side_menu_list_top{
	position: relative; 
	top: 35px;
	left: 10px;
	width: 175px;
	z-index: 3;
}

.side_menu_list_top ul { 
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
 	}

.side_menu_list_top li { 
	margin-bottom: 30px;
	padding: 0px; 
	width: 175px;
	height: 63px;
    }


