@charset "utf-8";

body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #666;
}

/*--------------------
Catch Copy
--------------------*/

#h_navi{
	text-align:left;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;
	background-color: #FFF;
	background-image: url(../images/paper03.gif);
}

/*----------------------------------------

タグ

----------------------------------------*/

a{
	color:#00F;
}

img{
	border:none;
}

h2{
	background-color:#404648;
	border-left:#990000 solid 5px;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	margin:0.5em 0;
	padding:5px;
	text-align: left;
}

h3{
	border-left:#990000 solid 5px;
	border-bottom:#990000 dashed 1px;
	font-size:120%;
	font-weight:bold;
	margin:0.5em 0;
	padding:5px;
}

h4{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #404648;
	padding-bottom: 3px;
}
th{
	font-weight:normal;
}

th,td{
	padding:2px;
}

.sh{
	color:#FFF;
	background-color:#990000;
	padding:3px 3px 3px 5px;
}
.sb{
	color:#900;
}

/*--------------------
PageTop
--------------------*/

p.PageTop{
	clear:both;
	font-size:90%;
	margin:1em 0 0 0;
	text-align: right;
}

p.PageTop a{
	font-size:12px;
	color:#000;
	text-decoration:underline;
}

/*----------------------------------------

構造

----------------------------------------*/

#container {
	width: 750px;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #000;
	font-size: 84%;
}

#header {
	height: 95px;
	background-image: url(../images/h_back.jpg);
	background-repeat: no-repeat;
	margin-bottom:2px;
}

/*----------------------------------------

#header

----------------------------------------*/
#header table {
}

#header table tr td{
	padding:0px;
}

#header table tr td a{
	color:#000;
}

/* ------------------------------------------------
Menu
-------------------------------------------------*/

#menu {
	width: 750px;
	height: 22px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	background-color: #000;
}


#menu001 {
	background-color: #000; /* ナビゲーションの背景色 */
	border-top: 1px #000 solid; /* 上境界線 */
	border-bottom: 1px #000 solid; /* 下境界線 */
}

#menu ul {
	width: 100%; /* メニューの幅 */
	margin: 0;
	padding: 4px 0; /* メニューのパディング（上下、左右） */
	list-style-type: none;
	text-align: center;
}

#menu li{
	font-size:90%;
	color:#999;
	float: right;
	list-style: none outside;
	border-left: 1px #cccccc solid; /* リンクエリアの右境界線 */
	text-decoration: none; /* テキストの下線（なし） */
}

#menu ul li.item1  {
	width: 5em;
}

#menu ul li.item2  {
	width: 4em;
}

#menu ul li.item3  {
	width: 4.5em;
}

#menu ul li.item4  {
	width: 5.5em;
}

#menu ul li.item5  {
	width: 8.5em;
}

#menu li a{
	color: #FFF;
	text-decoration: none;
	display: block; /* クリックする領域を拡大 */
	width: 100%; /* ieのバグ対策 */
	height:100%;
	text-align: center;
}

#menu li a:hover{
	color: #000;
	background:#FFF;
}

/* #menu li a:hover を強制的に表現 */
#menu .location a {
	color: #f00;
	background:#0FF;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}




#content {
	width: 750px;
	background-color: #FFF;
	background-image: url(../images/paper03.gif);
}

#maincontent { /* 親ボックス */
	height:520;
	width:750px;
}

#left {
	float:left;
	padding:8px;
	width:164px;	/* IE6用 */
	background-position: bottom;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#content>#left{
	width:180px;
}

#right {
	width:494px;	/* IE6用 */
	float: right;
	padding:8px;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#content>#right{
	width:510px;
}

#skright {
	background-color:#FFF;
	width:500px;
	float: right;
	padding:8px;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 23px;
}

#center{
	width:720px;
	padding:8px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}

#topright {
	background-image: url(../images/mback_img.gif);
	background-repeat: no-repeat;
	width:470px;
	height: 380px;
	float: right;
	padding-right: 0px;
	padding-left: 17px;
	background-position: center center;
	padding-top: 30px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#footer {
	height: 50px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 

/*----------------------------------------

#right

----------------------------------------*/
.aa{
	margin:0 0 0 0px;
	padding:0 0 0 2.5em;
}

.ab{
	list-style-type:none;
	margin:0 0 0 0px;
	padding:0 0 0 1em;
}


/*----------------------------------------

#left

----------------------------------------*/

/*--------------------
LocalNavigation
--------------------*/

#LocalNavigation{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}

#LocalNavigation dl{
	margin:0;
	padding-top: 0px;
}

#LocalNavigation dt{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#LocalNavigation ul{
	list-style:none;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

#LocalNavigation ul li{
	background-image:url(../common/lnav/pin.gif);
	background-position:0 0.4em;
	background-repeat:no-repeat;
	border-bottom:#ccc dashed 1px;
	margin:0;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 8px;
	padding-bottom: 2px;
}

#LocalNavigation  ul li a {
	color:#000;
	display:block;
	font-weight:bold;
	padding:0 0 0 10px;
	text-decoration:none;
}


/*----------------------------------------

#footer

----------------------------------------*/
#footer p {
	color:#FFF;
	margin: 0;
	padding: 5px 0;
}

.footerNav {
	clear: both;
	background-color: #000;
	height: 20px;
	padding-top: 8px;
}

.footerNav a{
	color:#FFF;
}


.footerNav .nl {
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.footerNav .nl li {
	padding: 0 3px 0 7px;
	border-left: 1px #000000 solid;
	display: inline;
}

.footerNav .nl li.first {
	border-left: none;
}

#right .hard {
	font-size: 85%;
}

.tabledata{
	padding:8px;
	border: 1px dotted #999;
}



/*--------------------
table.commodity
--------------------*/

table.commodity{
	border:#333 solid 0px;
	padding:0;
	width:410px;
}

table.commodity th,
table.commodity td{
	padding:3px;
}

table.commodity th{
	width:130px;
	text-align:center;
	background:#CBCBCB;
	border-width:1px;
	border-style:solid;
}

table.commodity td{
	background:#FFFFFF; 
	border-width:1px; 
	border-style:solid;
}

/*--------------------
table.commodity2
--------------------*/

table.commodity2{
	border:#333 solid 1px;
	padding:0;
	width:510px;
}

table.commodity2 th,
table.commodity2 td{
	padding:3px;
}

table.commodity2 th{
	text-align:center;
	background:#CBCBCB;
	border-width:1px;
	border-style:solid;
	width:50px;
}

table.commodity2 td{
	background:#FFFFFF; 
	border-width:1px; 
	border-style:solid;
}


table.commodity2 td table tr td{
	border:#FFF;
	padding:2px;
}

