/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
font-size:100%;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background-color: #eeeee0;
	text-align:center;
}

a {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: top;
}



#wrapper {
	width: 800px;
	text-align: left;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}



.price {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-weight: bold;
	color: #CC0000;
}

.attention {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-weight: bold;
	color: #FF0000;
	background: #FFCCCC;
}

.attention-2 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-weight: bold;
	color: #0000FF;
	background: #CCFFFF;
}
/* タグライン
---------------------------------------------*/

#tag-line {
	clear: both;
	color: #161616;
	background: #E4FF93;
	text-align: left;
	height: auto;
	width: 790px;
	font-size: small;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#tag-line a {
	color: #161616;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	left: 0px;
	top: 10px;
}


/* ヘッダ
---------------------------------------------*/
#header {
	clear: both;
	background: #FFFFFF;
	text-align: left;
	height: 70px
	width: 790px;
}


/* ヘッダナビ */

#navigation {
	width: 780px;
	background: #FFFFFF;
	height: 42px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#navigation li {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;
}
#navigation a {
	display: block;
	text-decoration: none;
	text-align: left;
	background: #FFFFFF url(../images/navi_bg.gif) no-repeat left top;
	height: 20px;
	color: #161616;
	text-indent: 5px;
	padding: 10px 0 12px 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
}
#navigation a:hover {
	background-color: #999999; /* オンマウス時の背景色を指定 */
	background-position: right top;
	color: #99CC00;
}



/* パンくず
---------------------------------------------*/

#pan-kuzu {
	clear: both;
	width: 790px;
	font-size: 12px;
	padding: 5px;
	text-align: left;
	margin: 0px;
	background: #99CC00;
	height: auto;
	color: #FFFFFF;
}

#pan-kuzu p {
	margin: 0;
	color: #FFFFFF;
	text-align: left;
}

#pan-kuzu a{
	text-decoration: none;
	color: #FFFFFF;
}

#pan-kuzu a:hover{
	text-decoration: underline;
	color: #FFFFCC;
}



/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 800px;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#side-page {
	float: right;
	width: 190px;
	margin-right:10px;
	margin-top: 10px;
	margin-left: 0px;
	padding: 0px;
}
#main-page {
	float: left;
	width: 550px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0px;
}


/* 本文のレイアウト
---------------------------------------------*/

#main-page h1 {
	color: #333333;
	background: #FFFFFF url(../images/img_h2_bg.gif) repeat-x left bottom; /* 背景色を白に変更し、画像のパスと開始位置、リピート方向を指定 */
	border-top: 7px solid #333333;
	border-bottom: 3px solid #666666;
	margin: 0;
	padding: 10px 10px 5px;
	font: bold 18px "ＭＳ Ｐゴシック", Osaka;
	text-align: left;
}
#main-page h2 {
	color: #333333;
	padding: 5px 0px 7px;
	background: #FFFFFF url(../images/bg_h2_green.gif) no-repeat left bottom;
	height: 22px;
	width: auto;
	margin: 0;
	text-indent: 20px;
	font: bold 18px "ＭＳ Ｐゴシック", Osaka;
	text-align: left;
	border: 1px solid #CCCCCC;
}
#main-page h3 {
	font-size: 12px;
	color: #993300;
	margin: 0;
	padding: 5px 5px 5px 10px;
	background-color: #EFEFEF;
	border: 1px none #993300;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	display: block;
}


#main-page p {
	margin: 0px; /* 上下と、下方向のマージンを10pxに指定、右方向は0に指定 */
	text-align: left;
	font-size: 90%;
	color: #666666;
	padding: 10px;
}

#section {
	width: auto;
	margin: 0px 0px 15px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: url(../images/bg_p_01.gif) no-repeat right bottom;
}


/* whatsnew
---------------------------------------------*/

#whatsnew {
	font-size: 100%;
	text-align: left;
	width: 530px;
	margin:10px;
}
#whatsnew h3 {
	color: #FF6666;
	margin: 0;
	background: #FFFFFF url(../images/h2_bg_550.gif) no-repeat left bottom;
	font: bold normal 14px "ＭＳ Ｐゴシック", Osaka;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	padding-left: 55px;
	height: 22px;
}
#whatsnew ul {
list-style-type: none;
margin: 0;
padding: 0 10;
}

#whatsnew li {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 10px 3px;
	margin: 0;
	background: url(../images/list_marker_red.gif) no-repeat left center;
	font-size: 12px;
}

#whatsnew li a{
	text-decoration: none;
}

#whatsnew li a:hover{
	color: #333333;
	text-decoration: underline;
}

#whatsnew p {
	margin: 0px; /* 上下と、下方向のマージンを10pxに指定、右方向は0に指定 */
	text-align: left;
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font: 12px "ＭＳ Ｐゴシック", Osaka;
	padding: 10px;
}


/* whatsnew-2(GREEN)
---------------------------------------------*/

#whatsnew-2 {
	font-size: 100%;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#whatsnew-2 h2 {
	color: #333333;
	padding: 5px 0px 7px;
	background: #FFFFFF url(../images/bg_h2_green.gif) no-repeat left bottom;
	height: 22px;
	width: auto;
	margin: 0;
	text-indent: 20px;
	font: bold 120% "ＭＳ Ｐゴシック", Osaka;
	text-align: left;
	border: 1px solid #CCCCCC;
}

#whatsnew-2 h3 {
	color: #333333;
	background: #FFFFFF url(../images/bg_h3.gif) repeat-x left bottom;
	padding: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 105%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#whatsnew-2 ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#whatsnew-2 li {
	border-bottom: 1px dotted #CCCCCC;
	padding: 0px 0px 5px;
	margin: 10 0;
	background: url(../images/bt_arrow_10.gif) no-repeat left top;
	font-size: 95%;
	width: auto;
	text-indent: 25px;
	text-align: left;
	height: auto;
}

#whatsnew-2 li a{
	text-decoration: none;
}

#whatsnew-2 li a:hover{
	color: #333333;
	text-decoration: underline;
}

#whatsnew-2 p {
	text-align: left;
	color: #666666;
	font: 95% "ＭＳ Ｐゴシック", Osaka;
	padding: 10px;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px;
}

/* whatsnew-3(GREEN)
---------------------------------------------*/

#whatsnew-3 {
	font-size: 100%;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#whatsnew-3 h3 {
	color: #333333;
	background: #FFFFFF url(../images/bg_h3.gif) repeat-x left bottom;
	padding: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 105%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#whatsnew-3 p {
	text-align: left;
	color: #666666;
	font: 95% "ＭＳ Ｐゴシック", Osaka;
	padding: 10px;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/* このページの上へ
---------------------------------------------*/
#to-page-top {
	font: small "ＭＳ Ｐゴシック", Osaka;
	color: #000099;
	text-align: right;
}

/* パート１
---------------------------------------------*/
#part-1 {
	border: 1px solid #eeeee0;
	padding: 10px;
	width: auto;
	text-align: left;
}
#part-1 h3 {
	color: #436565;
	margin: 0;
	background: url(../images/bg_h3.gif) repeat-x left bottom;
	list-style: none;
	padding-top: 8px;
	padding-bottom: 5px;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 105%;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #436565;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #436565;
}

#part-1 h3 a{
	text-decoration: none;
	color: #436565;
}

#part-1 h3 a:hover{
	text-decoration: underline;
	color: #333333;
}
#part-1 p {
	padding: 5px;
	font-size: 95%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	color: #666666;
	width: 95%;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10;
	text-align: left;
}

#part-1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px;
}
#part-1 li {
	border-bottom: 1px solid #FFCCCC;
	padding: 3px;
	margin: 0;
	font-size: 12px;
	background: url(../images/navi_contents_bg.gif) repeat-x left bottom;
	border-right: 1px solid #FFCCCC;
	border-left: 1px solid #FFCCCC;
}

/*テーブル全体 */

#part-1 table{
	border-top: 1px solid #699;
	border-left: 1px solid #699;
	background: #fff;
	border-collapse:collapse;
	border-spacing: 0;
	empty-cells:show;
	width: 100%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*　ヘッダセル */
#part-1 th{
	border-right: 1px solid #699;
	border-bottom: 1px solid #699;
	background: #F2F9F9;
	color: #666;
	padding: 3px;
	width: 65px;
}

/*　データセル　*/
#part-1 td{
	border-right: 1px solid #699;
	border-bottom: 1px solid #699;
	padding: 3px;
}

/* 記事
---------------------------------------------*/

#kiji {
	border: 1px solid #eeeee0;
	padding: 10px;
	width: auto;
	text-align: left;
	margin: 10px;
}

/* パート２
---------------------------------------------*/
#part-2 {
	border: 1px solid #eeeee0;
	padding: 10px;
	width: auto;
	text-align: left;
	margin: 10px;
}

#part-2 h3 {
	color: #436565;
	margin: 0;
	background: url(../images/bg_h3.gif) repeat-x left bottom;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: left;
	border-bottom: 1px solid #eeeee0;
	border-top: 1px solid #699;
	border-right: 1px solid #699;
	border-left: 1px solid #699;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 105%;
	font-weight: bold;
}

#part-2 h3 a{
	text-decoration: none;
	color: #699;
}

#part-2 h3 a:hover{
	text-decoration: underline;
	color: #CC0000;
}
#part-2 p {
	padding: 5px;
	margin: 0;
	font-size: 95%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	color: #666666;
}

#part-2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px;
}
#part-2 li {
	border-bottom: 1px solid #FFCCCC;
	padding: 3px;
	margin: 0;
	font-size: 12px;
	background: url(../images/navi_contents_bg.gif) repeat-x left bottom;
	border-right: 1px solid #FFCCCC;
	border-left: 1px solid #FFCCCC;
}

#part-2 img{
	border-right:2px solid #999999;
	border-bottom: 2px solid #999999;
}

/*テーブル全体 */

#part-2 table{
	border-top: 1px solid #699;
	border-left: 1px solid #699;
	background: #fff;
	border-collapse:collapse;
	border-spacing: 0;
	empty-cells:show;
	margin: 0px;
	padding: 0px;
}

/*　ヘッダセル */
#part-2 th{
	border-right: 1px solid #699;
	border-bottom: 1px solid #699;
	background: #9cc;
	color: #666;
	padding: 3px;
}

/*　データセル　*/
#part-2 td{
	border-right: 1px solid #699;
	border-bottom: 1px solid #699;
	padding: 3px;
}

/* パート３（年別表示）
---------------------------------------------*/
#part-3 {
	padding: 0px;
	text-align: left;
	margin: 0px;
}

#part-3 h3 {
	color: #000099;
	margin: 0;
	background: url(../images/bg_h3.gif) repeat-x left bottom;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: left;
	font: bold 105% "ＭＳ Ｐゴシック", Osaka;
	border-bottom: 1px solid #eeeee0;
	border-top: 1px solid #000099;
	border-right: 1px solid #000099;
	border-left: 1px solid #000099;
}

#part-3 h3 a{
	text-decoration: none;
	color: #000099;
}

#part-3 h3 a:hover{
	text-decoration: underline;
	color: #CC0000;
}
#part-3 p {
	padding: 5px;
	margin: 0;
	font-size: 95%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	color: #666666;
}

#part-3 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#part-3 li {
	border-bottom: 1px solid #99CC00;
	padding: 5px;
	margin: 0;
	font-size: 95%;
	color: #99CC00;
	text-decoration: underline;
	border-right: 1px solid #99CC00;
	border-left: 1px solid #99CC00;
	border-top: 1px solid #99CC00;
	float: left;
	width: auto;
	background: url(../images/navi_contents_bg.gif) repeat-x left bottom;
}
#part-3 li a{
	color: #333333;
	text-decoration: none;
}
#part-3 li a:hover{
	background: url(../images/navi_contents_bg.gif) repeat-x left top;
	color: #99CC00;
	text-decoration: underline;
}



#part-3 img{
	border-right:2px solid #999999;
	border-bottom: 2px solid #999999;
}

/*テーブル全体 */

#part-3 table{
	border-top: 1px solid #000099;
	border-left: 1px solid #000099;
	background: #fff;
	border-collapse:collapse;
	border-spacing: 0;
	empty-cells:show;
	margin: 0px;
	padding: 0px;
}

/*　ヘッダセル */
#part-3 th{
	border-right: 1px solid #000099;
	border-bottom: 1px solid #000099;
	background: #9cc;
	color: #666;
	padding: 3px;
}

/*　データセル　*/
#part-3 td{
	border-right: 1px solid #000099;
	border-bottom: 1px solid #000099;
	padding: 3px;
}



/* サブメニュー
---------------------------------------------*/
.sub-menu {
	font-size: small;
	padding: 0;
	margin: 0 0 10px;
	width: 190px;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.sub-menu h3 {
	color: #FFFFFF;
	margin: 0;
	list-style: none;
	height: 16px;
	width: 190px;
	padding-top: 8px;
	padding-bottom: 7px;
	text-indent: 17px;
	font: bold 14px "ＭＳ Ｐゴシック", Osaka;
	background-color: #99CC00;
	background-image: url(../images/bg_side_bar_header.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sub-menu h3 a{
	text-decoration: none;
	color: #FFFFFF;
}

.sub-menu h3 a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

.sub-menu h3 a:hover{
	text-decoration: underline;
	color: #FFFF99;
}


.sub-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px;
}
.sub-menu li {
	border-bottom: 1px solid #99CC00;
	padding: 5px;
	margin: 0;
	font-size: 12px;
	background: url(../images/navi_contents_bg.gif) repeat-x left bottom;
	border-right: 1px solid #99CC00;
	border-left: 1px solid #99CC00;
}


.sub-menu p {
	width: 178px;
	padding: 5px;
	margin: 0;
	font-size: 12px;
	border-right: 1px solid #99CC00;
	border-left: 1px solid #99CC00;
	height: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	color: #666666;
	border-bottom: 1px solid #99CC00;
}

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

#footermenu {
	clear: both;
	margin: 0;
	color: #161616;
	background: #E4FF93;
	text-align: left;
	height: auto;
	width: 790px;
	font-size: small;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#footermenu a {
	color: #666666;
}

#footer {
	clear: both;
	margin: 0;
	color: #FFFFFF;
	background: #79A200;
	text-align: left;
	height: auto;
	width: 790px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#footer img {
margin-top: 3px;
}
