@charset "utf-8";
/* base.css */

/**
 * 初期化
 *
 */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-weight: normal;
}

ul li {
	list-style: none;
}

img {
	border: none;
}

/**
 * コンテナー定義
 *
 */
#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
}

/** ヘッダー */

#header {
	position: relative;
	width: 800px;
	height: 260px;
	margin-top: 10px;
}


#cover {
	position: relative;
	float: left;
	width: 400px;
	height: 70px;
	background: url(../images/logo.gif) no-repeat;
}

#navi {
	position: relative;
	float: left;
	width: 400px;
	height: 70px;
}

#navi h1 {
	color: #333333;
	font-size: 0.8em;
	text-indent: 110px;
}

#navi p {
	color:#333333;
	font-size: 0.8em;
	text-indent: 110px;
}

#logoflash {
	position: relative;
	float: left;
	width: 800px;
	height: 160px;
	background: url(../images/logoflash.gif) no-repeat;
}

#logoflash p.title {
	position: relative;
	top: 20px;
	color: #692E1D;
	font-size: 1.0em;
	text-indent: 200px;
}

#logoflash p.message {
	position: relative;
	top: 30px;
	color: #692E1D;
	font-size: 0.8em;
	text-indent: 200px;
	line-height: 1.6em;
}

#guide {
	background: url(https://secure02.blue.shared-server.net/www.kohakudo.jp/counter/daycount.cgi?gif) no-repeat 200% 98%;
}

#guide ul {
	padding-left: 200px;
	font-size: 0.6em;
}

#guide ul li {
	display: inline;
}

#guide a,
#guide a:link,
#guide a:visited {
	text-decoration: none;
}

/** メニュー */

#sidemenu {
	position: relative;
	float: left;
	width: 200px;
	z-index: 3;
}

#links {
	position: relative;
	width: 200px;
}

#links img {
	width: 0.5em;
	padding: 2px;
	margin-right: 5px;
	border: solid #692E1D 1px;
}

#links img.sub {
	width: 0.5em;
	padding: 2px;
	margin-right: 5px;
	border: solid #FFFFFF 1px !important;
}

#satei {
	position: relative;
	width: 200px;
	height: 220px;
	background: url(../images/box01.gif) no-repeat;
}

#satei h2 {
	position: relative;
	width: 180px;
	height: 40px;
	padding-top: 12px;
	color: #FF0066;
	font-size: 0.9em;
	text-align: center;
}

#satei p {
	position: relative;
	width: 180px;
	text-align: center;
}

#satei img {
	margin-top: 10px;
	margin-left: 10px;
}

#satei img.indent {
	padding-left: 15px;
}

#category {
	position: relative;
	width: 200px;
	height: 360px;
	background: url(../images/box02.gif) no-repeat;
}

#category h2 {
	position: relative;
	width: 180px;
	height: 40px;
	padding-top: 12px;
	color:	#FF0066;
	font-size: 0.9em;
	text-align: center;
}

#category a,
#category a:link,
#category a:visited {
	position: relative;
	display: block;
	width: 150px;
	color: #333333;
	background: url(../images/parts02.gif) no-repeat bottom right;
	text-decoration: none;
}

#category h3 {
	position: relative;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 5px;
	background: #FCE3BD;
	padding: 5px;
	font-size: 0.6em;
}

#category h3.sub {
	background: #FAF8AB;
}

#category strong {
	font-size: 1.1em;
	font-weight: normal;
}

/** コンテンツ */

#contents {
	position: relative;
	float: left;
	width: 600px;
}

/** フッター */

#footer {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 60px;
	padding-top: 20px;
	text-align: center;
}

#footer p.copyright {
	color: #333333;
	margin-top: 10px;
	font-size: 0.6em;
}

#shortcut {
	position: relative;
	width: 800px;
}

#shortcut ul {
	font-size: 0.8em;
}

#shortcut ul li {
	display: inline;
}

#shortcut a,
#shortcut a:link,
#shortcut a:active,
#shortcut a:visited,
#shortcut a:hover {
	font-size: 0.8em;
}
