@charset "utf-8";

* {
	color:#000000;
	font-size: 12px;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	padding: 0;
}

body {
	background-color: #EFEFE6;
}

a {
	color:#F07E00;
	text-decoration: none;
}

a:hover {
	color:#F07E00;
	text-decoration: underline;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

h1 a {
	display: block;
	text-decoration: none;
	width: 241px;
	font-size: 23px;
	line-height: 33px;
	color: #000000;
	height: 100px;
}

strong {
	color: #000000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:955px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#wrap {
	border-top: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	float: left;
	clear: both;
	padding-right: 3px;
	padding-left: 3px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:955px;
	height:100px;
}

#header #sub {
	font-size: 12px;
	margin-left: 35px;
}

#head {
	width:713px;
	float: right;
	height: 100px;
	background-image: url(../image/since.gif);
}

#head #pan {
	float: left;
	padding: 3px;
	margin-top: 78px;
}

#head #pan a {
	margin-right: 7px;
	margin-left: 7px;
}

#head #pan strong {
	margin-left: 7px;
}

#since {
	float: right;
	margin-top: 60px;
	margin-right: 10px;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	float: right;
	width: 711px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	clear: both;
}

#contents h2 {
	padding: 5px;
}

#contents ul {
	margin-left: 30px;
	list-style-type: none;
}

#contents li a {
	font-size: 12px;
}

#maincopy {
	width: 570px;
	margin-top: 10px;
	margin-left: 69px;
}

#thumbs {
	width: 570px;
	margin-left: 69px;
	margin-top: 29px;
	float: left;
}

/*
メニュー
-------------------------------------------------------------------*/

#side {
	width: 237px;
	float: left;
}

#side li {
	list-style-type: none;
	width: 237px;
	float: left;
	clear: both;
}
#side_a {
	width: 237px;
	float: left;
	clear: both;
}

#side_a ul {
	margin-bottom: 2px;
	width: 237px;
}

#side_a li a {
	display: block;
	font-size: 12px;
	color:#F07E00;
	line-height: 17px;
	padding-bottom: 2px;
	height: 47px;
	padding-top: 2px;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
}

#side_a li a:hover {
	color: #F07E00;
	text-decoration: underline;
}

#side img {
	border:none;
}

#side_b {
	padding-right: 3px;
	clear: both;
	width: 234px;
	margin-top: 50px;
	float: left;
}


/*
フッタ
-------------------------------------------------------------------*/

#copyright {
	clear: both;
	background-image: url(../image/copy.gif);
	height: 24px;
	background-color: #0A3334;
}
#toppage {
	float: right;
	margin-bottom: 10px;
	padding: 3px;
	margin-top: 15px;
}
#toppage_b {
	width: 67px;
	float: right;
}

