@charset "shift_jis";

/* 全体構造
---------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	background-color: #99CC66;
}
h1,h2,h3,h4,h5,h6,p,ul,ol {
padding: 0;
margin: 0;
}
.c-both { clear:both; 
}
.X-small {
	font-size: x-small;
}
.category_title_01 {
	height: 1.5em;
	width: 490px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #009900;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	font-size: large;
	color: #000000;
	text-indent: 1em;
	vertical-align: middle;
	background-color: #99CC66;
}

/* リンク
---------------------------------------------------- */
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

/* ヘッダー
---------------------------------------------------- */
#header {
	height: 20px;
	width: 780px;
	background-image: url(images/com_img_04.gif);
}



/* メイン領域
---------------------------------------------------- */
#layout_00 {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
#layout_main {
	width: 780px;
	background-color: #DDDDDD;
	height: 100%;
}
#layout_content {
	float: right;
	width: 574px;
	background-color: #FFFFFF;
}
#layout_content2 {
	width: 500px;
	margin-right: 30px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#layout_navi {
	width: 200px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #009900;
	float: left;
	border-right-color: #999999;
	font-size: 11px;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	line-height: 2em;
}
#layout_navi2 {
	margin: 10px;
}
#layout_navi ul {
	list-style-position: inside;
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-image: url(images/com_img_06.gif);
}
#header_photo {
	background-image: url(images/com_img_02.jpg);
	height: 130px;
	width: 780px;
}
#footer {
	background-color: #666666;
	height: 16px;
	width: 780px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

