@charset "utf-8";
/* CSS Document */

html{
	color: #546570;
	background: #eee url(images/body_bg.gif) repeat;
}

a:link {/*未訪問のリンク*/
    color:#184e3e;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#548a6b;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#6a5f17;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

#header{
	background: #f5f5f5 url(images/list.jpg) left center no-repeat;
	font-size: 70%;
	padding: 3px 3px 3px 15px;
}

#header a{
	margin-left: 5px;
}

#header a:link,
#header a:visited{
	text-decoration: none;
}

#container{
	background: #fff url(images/cont_bg.jpg) no-repeat right top;
	width: 800px;
	margin: 15px auto;
}

#main{
	float: right;
	width: 640px;
	padding-top: 200px;
}

h2{
	color: #2f6284;
	font-weight: bold;
	font-size: 120%;
	margin-left: 10px;
}

h3{
	background: url(images/list.jpg) no-repeat left center;
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#main p{
	font-size: 80%;
	line-height: 1.6em;
	margin: 0 10px 20px 20px;
}

ul{
	margin: 0 10px 20px 30px;
}

ul li{
	background: url(images/list.jpg) no-repeat left center;
	padding-left: 20px;
	font-size: 80%;
	margin-bottom: 5px;
}

#side{
	float: right;
	width: 160px;
}

#side .home{
	margin: 5px 0 0 5px;
}

#main .home{
	display: block;
	margin: 10px auto;
}

a:hover .home{
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}

#side ul{
	margin: 0 0 15px 0;
}

#side ul li{
	margin: 5px;
	border-bottom: 3px solid #eee;
	font-size: 70%;
	padding-bottom: 3px;
}

#footer{
	clear: both;
	font-size: 60%;
	text-align: right;
	padding: 10px;
}

#footer div{
	text-align: left;
	line-height: 1.5em;
}

#footer div a{
	margin-right: 5px;
}

#footer h1{
	display: inline;
	font-weight: bold;
}

#footer p{
	margin: 10px auto;
	background: #eee;
	text-align: center;
	width: 600px;
}

.iC{
	text-align: center;
}

strong{
	font-weight: bold;
}

textarea{
	font-size: 80%;
	width: 580px;
	height: 3em;
	margin-left: 20px;
	margin-bottom: 10px;
}

.pr{
	font-weight: bold;
	margin-top: 10px;
}

#main ol {
	list-style-type:decimal;
	margin:0 10px 0 50px;
	font-size: 75%;
	line-height: 1.6em;
}

#main ol li {
	margin:5px 0 0;
}

#main ol li ol{
	font-size: 100%;
}

#main ol li ol  li{
	list-style-type:lower-roman;
}

div.links{
	margin-left: 50px;
	margin-right: 10px;
	margin-bottom: 20px;
}

div.links a{
	font-size: 70%;
	margin-right: 10px;
}