/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #333333;
	background: #ffffff url(../illust/kabe1.gif);
	text-align: center;
}
/* ボックス作成　*/

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}
#header {
	background-color: #ffffff;
}
#menu1 {
	float: left;
	width: 190px;
	margin: 10px 0;
}
#menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #cccccc;
}
#menu1 li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	background: #c7e0ef url(../illust/listmark_red.gif) no-repeat left center;
}
#menu1 li a {
	display: block;
	padding: 2px 0 2px 10px;
	background: #eeeeee url(../illust/listmark_gray.gif) no-repeat left center;
	width: 180px !important;
	width /**/: 190px;
	color: #003366;
	text-decoration: none;
}
#menu1 li a:hover {
	color: #cc0000;
	background-image: none;
	background-color: transparent;
}
#main {
	float: left;
	width: 400px;
	margin: 10px 0px 10px 10px;
	background-color: #ffffff;
	line-height: 1;
}
#main p {
	margin: 5px 0 0 0;
	padding: 0;
}

#news {
	width: 395px;
	height: 250px;
	overflow: scroll;
}

#main h2 {
	margin: 10 0 0 10px;
	padding: 5px;
	font-size: 120%;
	color: #006699;
	background-color:#DDDDDD;
	text-align: center;	
}

#news dl {
	margin: 0 0 0 10px;
}

#news dt {
	line-height: 1.3em;
}

#news dd::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3399cc;
    display: inline-block;
    margin: 0 6px 2px 0;
}

	
#main ul {
	list-style: url(none) none;
	margin: 0 0 0 10px;
	padding: 0;
}
#main li {
	margin: 0;
	padding: 0 0 0 10px;
	background: #ffffff url(../illust/listmark_gray.gif) no-repeat top left;
}	
#main a {
	color: #003366;
	text-decoration: none;
}
#main a:hover {
	color: #cc0000;
	background-image: none;
}
#menu2 {
	float: right;
	width: 190;
	margin:10px 0;
	background-color: #ffffff;
}
#menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #cccccc;
}
#menu2 li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	background: #c7e0ef url(../illust/listline_broun.gif) repeat-y left center;
}
#menu2 li a {
	display: block;
	padding: 2px 0 2px 10px;
	background: #eeeeee url(../illust/listline_gray.gif) repeat-y left center;
	width: 180px !important;
	width /**/: 190px;
	color: #003366;
	text-decoration: none;
}
#menu2 li a:hover {
	color: #cc0000;
	background-image: none;
	background-color: transparent;
}
#footer {
	clear: both;
	font-size: 90%;
	text-align: center;
	background-color: #ffffff;
}
.margintop5 {
	margin-top: 5;
}
