*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0 auto;
	color: black;
	font-family:sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.3em;
	background: url(/images_main/bg.jpg) repeat-x white center top fixed;
}

a {
	text-decoration: underline;
	color: #F60;
}

a:hover{
	text-decoration: underline;
	color: #F93;
}

a:visited{
	text-decoration: underline;
	color: #666;
}

#header a,#footer a {
	text-decoration: underline;
	color: #666;
}

#header a:hover,#header a:hover{
	text-decoration: underline;
	color: #999;
}

#header a:visited,#header a:visited{
	text-decoration: underline;
	color: #666;
}

#wrapper{
	margin: 0 auto;
	width: 100%;
	background: url(/images_main/head_bg.jpg) no-repeat center top fixed;
}

/*ヘッダーエリア*/
#header{
	width: 1000px;
	margin: 0 auto;
	background: url(/images_main/header_title_bg.png) no-repeat center top;
	height: 80px;
}

#header #left{
	float: left;
	width: 200px;
	height: 80px;
	text-align: right;
}

#header #right{
	float: right;
	width: 400px;
	height: 80px;
	text-align: right;
}

#sub_menu{
	font-size: 90%;
	margin: 5px 10px;
	
}

#tel{
	font-family: 'arial black';
	margin: 5px 10px;
	font-size: 120%;
}

.green{
	color: green;
}

#header:after { content: url(/img/pixel.gif); display: block; clear: both; height: 0; } 
#header{ display: inline-block; } 
#header{ display: block; }

/*コンテンツ*/
#contents{
	width: 1000px;
	margin: 0 auto;
	background: url(/images_main/contents_bg.png) repeat;
	height: 100%;
}

/*メニュー*/

#menu{
	width: 1000px;
	height: 42px;
	background: url(/images_menu/bg.png) no-repeat;
	list-style: none;
}

#menu li {
float: left;
}


#support a{
	text-indent: -10000px;
	display: block;
	width: 330px;
	height: 42px;
	background: url(/images_menu/support.png) top right no-repeat ;
}
#support a:hover{
	background-position: 19px -42px;
}

#products a{
	text-indent: -10000px;
	display: block;
	width: 326px;
	height: 42px;
	background: url(/images_menu/products.png) top right no-repeat;
}

#products a:hover{
	background-position: 15px -42px;
}

#school a{
	text-indent: -10000px;
	display: block;
	width: 326px;
	height: 42px;
	float: left;
	background: url(/images_menu/school.png) top right no-repeat;
}

#school a:hover{
	background-position: 15px -42px;
}
	

.menu:after { content: url(/img/pixel.gif); display: block; clear: both; height: 0; } 
.menu{ display: inline-block; } 
.menu{ display: block; }


#contents:after { content: url(/img/pixel.gif); display: block; clear: both; height: 0; } 
#contents{ display: inline-block; } 
#contents{ display: block; }

/*フッター*/

#footer{
	width: 1000px;
	background: url(/images_main/header_title_bg.png) no-repeat center top;
	height: 40px;
	margin: 0 auto;
	font-size: 80%;
	color: gray;
}

#footer_left{
	width: 350px;
	float: left;
	margin-top: 5px;
}

#footer_right{
	width: 550px;
	float: right;
	margin-top: 5px;
	text-align: right;
}

#topics_text p{
	border-bottom: dotted gray 1px;
	font-size: 90%;
	padding:0 0 10px 0;
	margin: 0 0 10px 0;
}

#footer:after { content: url(/img/pixel.gif); display: block; clear: both; height: 0; } 
#footer{ display: inline-block; } 
#footer{ display: block; }