@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:url(../images/back1.jpg);
}

/*--------------------
Catch Copy
--------------------*/

#h_navi{
	text-align:left;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;
	background-color: #FFF;
}

/*----------------------------------------

タグ

----------------------------------------*/

a{
	color:#00F;
}

img{
	border:none;
}

h1{
	background-color:#333;
	border-left:#0075a9 solid 5px;
	color:#fff;
	font-size:140%;
	font-weight:bold;
	text-align: left;
	padding:5px;
	margin: 0em 0 5px 0;
}

h2{
	border-left:#0075a9 solid 5px;
	border-bottom:#0075a9 dashed 1px;
	font-size:120%;
	font-weight:bold;
	margin:0.5em 0;
	padding:5px;
}

h3{
	border-left:#0075a9 solid 5px;
	font-size:110%;
	font-weight:bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
}

th{
	font-weight:normal;
}

th,td{
	padding:2px;
}

ul.sp{
	padding:5px 1.5em;
	margin: 0px 0px 0px 1px;
	list-style-type:disc;
}


/*--------------------
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;
}

/*----------------------------------------

構造

----------------------------------------*/
#box{
	background-image: url(../images/back.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom;
}

#container {
	width: 750px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0px;
	background-color: #173446;
	font-size: 84%;
	border-right: 5px solid #173446;
	border-left: 5px solid #173446;
}

#header {
	height: 120px;
	background-repeat: no-repeat;
	background-image: url(../images/h_back3.jpg);
}

/*----------------------------------------

#header

----------------------------------------*/
#header table {
}

#header table tr td{
	padding:0px;
}

#header table tr td a{
	color:#000;
}

/* ------------------------------------------------
Menu
-------------------------------------------------*/

#menu {
	width: 750px;
	height: 22px;
}


#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;
}

#maincontent { /* 親ボックス */
	height:520;
	width:750px;
}


#navi {
	width:730px;
	padding:10px 10px 0px 10px;
	margin: 0px;
	text-align: left;
	clear: both;
}
/*--------------------
topicPath
--------------------*/
ol.topicPath {
margin: 0;
padding: 0;
list-style-type: none;
}

/* --- リスト項目 --- */
ol.topicPath li {
display: inline;
}

/* --- リンク --- */
ol.topicPath li a {
margin-right: 6px; /* リンクエリアの右マージン */
}


#left {
	float:left;
	width:164px;	/* IE6用 */
	background-position: bottom;
	margin: 15px 0px 0px 10px;
	padding: 0px 8px 8px 0px;
}

#content>#left{
	width:180px;
}

#right {
	width:494px;	/* IE6用 */
	float: right;
	padding:8px;
	margin: 15px 10px 20px 0px;
	border: 1px solid #999;
}
#content>#right{
	width:510px;
}

#skright {
	background-color:#FFF;
	width:500px;
	float: right;
	padding:8px;
	margin: 23px 8px 20px 0px;
}

#center{
	width:720px;
	padding:8px;
	margin: 5px 0px 0px 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 10px 10px 10px;
}

#footer {
	height: 50px;
	padding-top: 0px 10px 0px 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: 0 0 1em 0;
}

#LocalNavigation dl{
	margin:0;
	padding-top: 0px;
}

#LocalNavigation dt{
	margin:0;
	padding: 0 0 5px 0;
}

#LocalNavigation ul{
	list-style:none;
	margin:0;
	padding: 0 0 5px 10px;
}

#LocalNavigation ul li{
	background-image:url(../common/lnav/p2.gif);
	background-position:0 0.4em;
	background-repeat:no-repeat;
	border-bottom:#ccc dashed 1px;
	margin:0;
	padding: 5px 0px 5px 8px;
}

#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;
	height: 20px;
	padding-top: 8px;
	background-color: #173446;
}

.footerNav a{
	color:#FFF;
}


.footerNav .nl {
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin: 0px 0 0px 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;
}

