@charset "utf-8";
/* CSS Document */


/* ページ全体
=============================================================================*/
html {
}
body {
}


a {
}
a:link {
	color: #cdff00;
	text-decoration:none;
}
a:visited {
	color: #cdff00;
	text-decoration:none;
}
a:hover {
	color: #cdff00;
	text-decoration:underline;
}
a:active {
	color: #cdff00;
	text-decoration:underline;
}



/* ヘッダー
=============================================================================*/
#header {
	margin:0;
	padding:0;
	width:800px;
	margin:0 auto;
	position:relative;
	z-index:0;
}
#header h1 a {
	text-indent:-9999px;
	display:block;
	/*text-indent:-9999px;*/
	background:url(../images/header_bg.gif) left center no-repeat;
	width:795px;
	height:138px;
	margin:0 auto;
	padding:2px 0 0 5px;
	text-decoration:none;
	color:#442211 !important;
	text-align:left;
}
div#copyright {
	position:absolute;
	right:20px;
	bottom:20px;
	padding:0;
	z-index:100;
}
div#copyright a:link {
	color:#FFF;
	text-decoration:none;
}
div#copyright a:hover {
	color:#FFF;
	text-decoration:underline;
}
span.copyright {
	color:#66CCCC;
}




/* メニュー
=============================================================================*/
#menu {
	margin:0 auto;
	padding:0;
	width:800px;
	height:40px;
	overflow:hidden;
}
#menu li {
	float:left;
}




/* メイン
=============================================================================*/
#main {
	margin:0 auto;
	width:800px;
	overflow:hidden;
	background:url(../images/main_bg.gif) left top repeat-y #c29b5a;
}
#main2 {
	margin:0 auto;
	width:800px;
	overflow:hidden;
	background:url(../images/main_bg2.gif) left top repeat-y #c29b5a;
}
.pagetop {
	clear:both;
	text-align:right;
	margin:0 0 5px;
	width:570px;
	font-size:10px;
	*font-size:79%;
}
.pagetop a {
	color:#442211;
}


/* 左コンテンツ
=============================================================================*/
#left {
	float:left;
	margin:0;
	padding:0;
	min-height:670px;
}
.left1 {
	margin:0;
	padding:20px 0 20px 30px;
	width:550px;
	overflow:hidden;
}
.left2 {
}


/* 右コンテンツ
=============================================================================*/
#right {
	float:right;
	margin:0;
	padding:20px;
	width:180px;
	background-color:#442211;
}
div.where_memo {
	background:url(../images/where_memo.gif);
	padding:15px;
	text-align:justify;
	*text-justify:distribute;
	color:#FFF;
	line-height:1.5;
}
div.where_memo a:link, div.where_memo a:visited, div.where_memo a:active {
	color:#442211;
	text-decoration:none;
}
div.where_memo a:hover {
	color:#442211;
	text-decoration:underline;
}
#right ul {
	margin:20px 0 0 0;
}
#right li {
	margin:0 0 10px;
}




/* トップページ
=============================================================================*/





/* 各コンテンツ共通
=============================================================================*/
div#left h2 {
	margin:20px 30px 0;
	padding:0 0 2px 2px;
	font-size:120%;
	color:#442211;
}
div.cover {
	float:left;
	width:180px;
}
div#download {
	padding:0;
	z-index:100;
}
div#download a:link {
	color:#FFF;
	text-decoration:none;
}
div#download a:hover {
	color:#FFF;
	text-decoration:underline;
}
span.download {
	color:#ccff00;
}
div.contents {
	float:right;
	width:290px;
	margin:0 40px 0 0;
	color:#442211;
}
div.contents h3 {
	margin:0px 0 10px;
	font-size:120%;
}
div.contents p {
	text-align:justify;
	*text-justify:distribute;
	line-height:1.7;
}
div.contents p.title {
	margin:15px 0 0 0;
}
div.backnumber {
	float:right;
	width:290px;
	margin:25px 40px 0 0;
	font-weight:bold;
}
div.backnumber a:link, div.backnumber a:active, div.backnumber a:visited {
	color:#cdff00;
	text-decoration:none;
}
div.backnumber a:hover {
	color:#cdff00;
	text-decoration:underline;
}



/* フッター
=============================================================================*/
#footer {
	width:760px;
	margin:0 auto;
	padding:15px 20px 10px;
	background:url(../images/footer_bg.gif) no-repeat;
	font-size:10px;
	*font-size:79%;
	overflow:hidden;
}
#footer a:link {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline !important;
}
#footer a:visited {
	color:#FFF;
	text-decoration:none;
}
#footer li {
	float:left;
	color:#FFF;
	margin:0 0 0 5px;
}



/* pinkとは？
=============================================================================*/
p.what {
	margin:0 25px 15px 0px;
	text-align:justify;
	*text-justify:distribute;
	line-height:1.5;
	letter-spacing:1px;
	color:#442211;
}




/* 配布場所
=============================================================================*/
table.where {
	width:520px;
	border-collapse:collapse;
	border:5px solid #442211;
	background-color:#553322;
}
table.where th {
	border-bottom:1px solid #442211;
	padding:10px 5px;
	white-space:nowrap;
	text-align:center;
	vertical-align:top;
	color:#66cccc;
}
table.where td {
	border-bottom:1px solid #442211;
	padding:10px 5px;
	color:#FFF;
}
table.where td.adress {
	font-size:10px;
	*font-size:75%;
}


/* 会社概要
=============================================================================*/
table.corporate {
	width:520px;
	border-collapse:collapse;
	border:5px solid #442211;
	background-color:#553322;
	line-height:1.5;
}
table.corporate th {
	border-bottom:1px solid #442211;
	padding:10px 5px;
	white-space:nowrap;
	text-align:center;
	vertical-align:top;
	color:#66cccc;
}
table.corporate td {
	border-bottom:1px solid #442211;
	padding:10px 5px;
	color:#FFF;
}
table.corporate td.adress {
	font-size:10px;
	*font-size:75%;
}



/* お問い合わせ
=============================================================================*/
h3.inquiry {
	width:515px;
	border-bottom:1px solid #442211;
	padding:3px 0 2px 5px;
	margin:0 0 15px;
	color:#442211;
}
p.inquiry {
	text-align:justify;
	*text-justify:distribute;
	line-height:1.7;
	margin:0 35px 15px 5px;
	letter-spacing:1px;
	color:#442211;
}
