@charset "utf-8";
/*formatting style
----------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.6;
	color: #333333;
	background-image: url(img/002-002.gif);
	background-repeat: repeat;
	background-position: center center;
}
/* link style
----------------------*/

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left:1px;
	top:1px;
}
/* basic layout
----------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}


#main1 {
	height: 280px;
	width: 750px;
}
#main2 {
	width: 510px;
	position: relative;
	height: 104px;
	float: left;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}


#sidebar {
	float: right;
	width: 200px;
	text-align: center;
	background-color: #E6E6E6;
	height: 298px;
}
#main3 {
	width: 510px;
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
	height: 169px;
}
#sidebar2 {
	float: right;
	height: 60px;
	width: 200px;
	background-color: #CCCCCC;
}
#footer {
	clear: both;
	height: 30px;
	background-color: #999999;
}
#footer #counter {
	float: right;
	padding-right: 10px;
	padding-top: 5px;
}
#footer p {
	font-size: 75%;
	text-decoration: none;
	float: right;
	padding-top: 10px;
	padding-right: 30px;
}
#footer p  a {
	font-size: 85%;
	color: #333333;
	text-decoration: none;
}
#footer address {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}

/* header styles
----------------------*/

#header {
	background-color: #FFFFFF;
	position: relative;
	height: 50px;
}
#header #logo {
	position: absolute;
	left: 55px;
	top: 15px;
	clear: both;
}
#header ul {
	position: absolute;
	top: 32px;
	right: 2em;
	font-size: 10px;
}

#header   ul    li  {
	float: left;
	padding-left: 3em;
}
#header ul li a {
	color: #333333;
	text-decoration: none;
	list-style-type: none;
}

/* sidebar styles
----------------------*/
#sidebar  ul  {
	margin-top: 15px;
	margin-bottom: 15px;
}
#sidebar   ul li  {
	list-style-type: none;
	margin-bottom: 5px;
}



/* main2 styles
----------------------*/

#main2 h2 {
	font-size: 95%;
	line-height: 1.5em;
	text-align: left;
	text-indent: 1em;
	height: 1.5em;
	width: 510px;
	background-color: #CCCCCC;
	background-image: url(img/002-002.gif);
	background-repeat: repeat;
	background-position: center center;
	letter-spacing: 0.1em;
}
#main2  ul {
	font-size: 13px;
	position: absolute;
	left: 36px;
	top: 52px;
	line-height: 19px;
}

/*  main3 styles
----------------------*/

#main3 h2 {
	font-size: 95%;
	line-height: 1.5em;
	text-indent: 1em;
	text-align: left;
	background-color: #CCCCCC;
	background-image: url(img/002-002.gif);
	background-repeat: repeat;
	background-position: center center;
	letter-spacing: 0.1em;
}
#main3 ul {
	font-size: 13px;
	position: absolute;
	left: 36px;
	top: 30px;
	line-height: 19px;
}
#sidebar2  p {
	font-size: 10px;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
