@charset "utf-8";

/* CSS Document */
* {
	margin:0;
	padding:0;
}

/*//////////////////

body

//////////////////*/

body {
	background: url(img/bg_02.jpg) repeat-x;
	font-size:12px;
}

/*//////////////////

#logo

//////////////////*/

div#logo {
	background:#fff;
	height:90px;
	width:800px;
	margin:0 auto;
	text-align:center;
}

/*//////////////////

#header

//////////////////*/

div#header {
	margin-top:-3px;
	background:url(img/header.jpg) no-repeat;
	height:426px;
}

*html body div#header {
	margin-top:-6px;
}

div#header ul {
	width:200px;
	float:right;
	margin-right:70px;
	padding: 40px 0 0;
	list-style:none;
}

div#header ul li {
	height:25px;
	width:200px;
	margin-bottom:5px;
	text-indent:-9999px;
}

div#header ul li a{
	display:block;
	width:200px;
	height:25px;
	overflow:hidden;
}

*html body div#header ul {
	margin-right:35px;
}

/*//////////////////

#wrapper

//////////////////*/

div#wrapper {
	width:800px;
	background:#fff;
	margin:0 auto;
}

div#wrapper p {
	font-size:12px;
	line-height:1.8em;
	margin-left:10px;
}

/*//////////////////

#left

//////////////////*/

div#wrapper div#left {
	width:480px;
	float:left;
	padding-left:30px;
}

div#wrapper div#left img {
	padding-top:10px;
	padding-bottom:15px;
}

/*///////// .list /////////*/

div#left div.list {
	width:400px;
	margin-left:20px;
	margin-bottom:20px;
	font-size:10px;
	clear:both;
	height:120px;
}

div#wrapper div#left div.list img {
	margin:0;
	padding:0;
	border:2px solid #cfcfcf;
	float:left;
}

div#wrapper div#left div.list ul {
	list-style:none;
	float:right;
	width:250px;
}

div#wrapper div#left div.list ul li {
	padding:7px;
}

/*///////// .list_left /////////*/

div#left div.list_left {
	width:400px;
	margin-left:20px;
	margin-bottom:20px;
	font-size:10px;
	clear:both;
	height:120px;
}

div#wrapper div#left div.list_left img {
	margin:0;
	padding:0;
	border:2px solid #cfcfcf;
	float:right;
}

div#wrapper div#left div.list_left ul {
	list-style:none;
	float:left;
	width:250px;
}

div#wrapper div#left div.list_left ul li {
	padding:7px;
}

/*//////////////////privacy/////////////////*/

div#wrapper div#left ol {
	margin: 0 0 0 50px;
	list-style-type: decimal;
}

div#wrapper div#left ol li {
	margin: 15px 0 0 0;
	line-height:1.8;
}

div#wrapper div#left ol li ol {
	list-style-type: lower-roman;
}

/*/////////相互リンク/////////*/
div#wrapper div#left div#link a {
	margin:0.5em;
	font-size:10px;
}


/*//////////////////

#right

//////////////////*/

div#wrapper div#right {
	width:250px;
	background: url(img/right_in.jpg) repeat-y;
	float:left;
	margin-top:15px;
	margin-left:30px;
}

div#wrapper div#right ul {
	list-style:none;
	margin-left:30px;
}

div#wrapper div#right ul li {
	font-size:10px;
	background:url(img/buta.gif) no-repeat;
	padding-left:18px;
	padding-bottom:2px;
	height:13px;
}

div#wrapper div#right ul li h1{
	font-size:10px;
}

/*//////////////////

#footer

//////////////////*/

div#footer {
	padding:5px;
	text-align:center;
	color:#ff0;
	background:#087234;
	clear:both;
	margin-top:20px;
}

div#footer address {
	font-style:normal;
}

/*//////////////////

レイアウト

//////////////////*/

p{
	color:#151515;
}
.hide {
	display:none;
}

h3 {
	color:#FF6699;
	font-size:16px;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:10px;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color:#FF6699;
	text-decoration:underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #FF6666;
	text-decoration: underline;
}
