/****　トップページ用共通スタイルシート（NN4.7対策用）　****/

@import url(style_advance.css);

body{
background-color: #fbdedc;
background-image: url(image/bg.gif);
background-repeat: repeat-y;
}
body,td,p{
font-size:12px;
color:#333333;
}
td{
background-image:none;
}
#wrapper{
width:680px;
}
#maincont{
margin:10px 40px;
}
#foot{
margin-top:5px;
text-align:center;
}
.news{
line-height:1.3em;
}
.news a:link{
color:#227fc4;
}
.news a:visited{
color:#227fc4;
}
.news-bg{
background-image: url(image/news_bg.gif);
}
.menu-bg{
	background-image: url(image/menu_bg.gif);
}
.news-box{
margin:5px 28px;
}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {font-size: smaller;}

ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 0px; 
}
