@charset "EUC-JP";

* {
	margin: 0;
	padding: 0;
	}

blockquote,address {
	font-style: normal;
	font-weight: normal;
	}
table, textarea, input {
	font-size: 100%;
	}

ul, ol{
	list-style: none;
	}

img  {
	border: none;
	vertical-align: top;
	}

em{
	font-style: normal;
	font-weight: bold;
	}

a {
	text-decoration: none;
	color: #36c;
	}
a:hover {
	color: #9cf;
	}

body {
	text-align: center;
	font-size: 95%;
	line-height: 160%;
	font-family: "¥á¥¤¥ê¥ª","Meiryo","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro","£Í£Ó £Ð¥´¥·¥Ã¥¯","MS P Gothic","Osaka",Verdana,sans-serif;
	background-image: url("images/body_bg.jpg");
	background-repeat: repeat-x;
	}

#layout {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	}
#header {
	color: #fff;
	height: 150px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	}
	#header h1 {
		padding-top: 45px;
		padding-left: 15px;
		}
#contents {
	background-image: url("images/contents.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	}
#sidebar {
	float: left;
	padding: 10px 25px;
	width: 200px;
	background-image: url("images/sidebar.jpg");
	background-repeat: no-repeat;
	}
#sidebar .inner {
	margin-bottom: 15px;
	}
#sidebar h3{
	margin-bottom: 5px;
	}
#sidebar a{
	display: block;
	width: 200px;
	background: none;
	}
#sidebar a:hover {
	padding-left: 21px;
	width: 179px;
	background-image: url("images/select.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	}
#sidebar .select{
	padding-left: 21px;
	width: 179px;
	background-image: url("images/select.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	}
#main {
	float: right;
	padding: 50px 0 20px 0;
	width: 500px;
	background-image: url("images/main_03.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	}
	#main .inner {
		background-image: url("images/main_02.gif");
		background-repeat: repeat-y;
		}
	#main h2 {
		padding: 25px 25px 15px 25px;
		background-image: url("images/main_01.gif");
		background-repeat: no-repeat;
		background-position: top;
		}
	#main h3 {
		padding: 0px 25px 15px 25px;
		}
	#main p,#main ul,#main ol{
		padding: 0px 25px 20px 25px;
		}
#footer {
	text-align: center;
	margin-top: 50px;
	padding: 23px 0 0px 0;
	height: 27px;
	background-image: url("images/footer.gif");
	background-repeat: repeat-x;
	background-position: top;
	}
#footer a {
	color: #000;
	}
.clear{
	clear: both;
	}