* {
    padding: 0;
    margin: 0;
} 

body {
	background: #380202;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	;
}

img { border: none; }
a {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color : #FF3366;
}

#wrap {
width: 800px;
margin: 10px auto;
}

#top {
background: #380202 url(images/top.gif) no-repeat;
padding: 15px 0;
}

#header {
background: #380202 url(images/header.gif) no-repeat;
height: 90px;
}
#header h1 {
	padding: 25px 0 0 45px;
	font-size: 28px;
	letter-spacing: 0px;
}
#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #fff;
}
#header h2 {
	padding-left: 42px;
	font-size: 17px;
	color: #CCCCCC;
	font-weight: 100;
}

#content {
background: #380202 url(images/content.gif) repeat-y;
}
#content h2 a {text-decoration: none; }

#left {
float: left;
width: 180px;
padding: 10px 0 10px 30px;
}
#left h2 {
	background: #fff url(images/sidebarh2.gif) no-repeat;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

#navi p {
	background-color:#D2E9FF;
	border:1px solid #A6D2FF;
	font-weight:bold;
	line-height:130%;
	margin:5px 0 5px 0px;
	padding:5px;
}

#navi p a {
	text-decoration: none;
}

.topics {
	background-color:#FFFFCC;
	margin:8px 0px 8px 0;
	padding:10px;
}

#left ul {
	color: #003366;
	padding: 5px 0 5px 30px;
	list-style-type: square;
}
#left ul li { padding-bottom: 5px; }
#left ul li a {
	color: #003366;
	text-decoration: none;
}
#left ul li a:hover {
	color: #3366FF;
}

#center {
float: left;
width: 360px;
padding: 10px 0 0 10px;
}
#center h2 {
	background: #fff url(images/contenth2.gif) no-repeat;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	padding : 0 10px 0;
}
#center h2 a { color: #fff; }
#center h2 a:hover { color: #000; text-decoration: none; }

#center p {
	margin:10px 0 15px 0px;
}

#center ul {
	color: #003366;
	padding: 5px 0 5px 30px;
	list-style-type: square;
}
#center ul li { padding-bottom: 5px; }
#center ul li a {
	color: #003366;
	text-decoration: none;
}
#center ul li a:hover {
	color: #3366FF;
}

Div#centersquare{
	border:1px solid #A6D2FF;
	margin:5px 0px 5px 0px;
	padding: 8px;
	line-height: 110%;
}
Div#centersquare p {
	margin:5px 0 5px 0px;
}

#right {
float: right; 
width: 180px;
padding: 10px 30px 10px 0;
}
#right h2 {
	background: #fff url(images/sidebarh2.gif) no-repeat;
	color: #005EB0;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding-left: 10px;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
}

.grouping p {
	background-color:#D2E9FF;
	border:1px solid #A6D2FF;
	font-weight:bold;
	line-height:130%;
	margin:5px 0 5px 0px;
	padding:5px;
}

.grouping p a {
	text-decoration: none;
}

#right ul {
	color: #003366;
	padding: 5px 0 5px 30px;
	list-style-type: square;
}
#right ul li { padding-bottom: 5px; }
#right ul li a {
	color: #003366;
	text-decoration: none;
}
#right ul li a:hover {
	color: #3366FF;
}

#bottom { 
background: #380202 url(images/bottom.gif) no-repeat;
padding: 15px 0;
}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #eee;
}
#footer a { color: #eee; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
