﻿@charset "UTF-8";

/*共通*/

* {
margin: 0;
padding: 0;
vertical-align: baseline;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 180%;
	color: #333333;
	background-image: url(../img/premium1back.gif);
	background-repeat: repeat-y;
	background-color: #1C607C;
	background-position: center;
}

P {
	margin-left: 1em;
	text-indent: 1em;
	margin-bottom: 1em;
}
  
a:link,a:visited {
	text-decoration: none;
	color: #3A4C97;
}

a:hover {
	color: #F3A000;
	text-decoration: underline;
}


h1 {
	font-size: 18px;
	font-weight: normal;
	color: #1C607C;
}
h2 {
	font-size: 14px;
	color: #F39A00;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F39D00;
}

h3 {
	color: #1C607C;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 100%;
}

h4 {
	color: #990000;
	margin-top: 10px;
	font-size: 100%;
}

#topmid h2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

em {
	font-weight: bold;
	color: #FF3300;
	font-style: normal;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*リスト*/
#cont ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#cont li {
	margin-bottom: 5px;
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	list-style-type: none;
}

#cont ul li ul{
	margin-bottom: 10px;
	margin-left: 25px;
}

#cont ul ul li {
	list-style-type: none;
	background-image: url(../img/li03.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

/* --- クリア--- */
.clear{
clear:both;
height:0em;
visibility:hidden;
overflow:hidden;
content:".";
}

/*レイアウト*/

#wrapper {
	background-image: url(../img/image2.gif);
	background-repeat: no-repeat;
	background-position: 18px 10px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#container {
	margin-left: auto;
	width: 750px;
	margin-right: auto;
}

#haed {
	padding: 0px;
	height: 100px;
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#position {
	font-size: 10px;
	background-color: #1C607C;
	height: 22px;
	padding-left: 10px;
	color: #FFFFFF;
	padding-top: 3px;
}

#position a {
	color: #FFFFFF;
}

#main #cont {
	float: right;
	width: 530px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#footer {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #1C607C;
	text-align: center;
	height: 22px;
	padding-top: 3px;
}
#topmid {
	margin-bottom: 20px;
}

#main {
	background-image: url(../img/menubg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 100%;
}

.rightex {
	float: left;
	width: 280px;
}

dl {
	margin-top: 10px;
}

dt {
	float: left;
	width: 8em;
	color: #1C607C;
}

dd {
	margin-left: 9em;
	margin-bottom: 5px;
}

.texblock {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}

.texblock dl {
	margin-left: 1em;
}

/*テーブル*/
.histable {
	background-color: #CCCCCC;
	width: 520px;
}

.histable td {
	background-color: #FFFFFF;
	padding: 5px;
}

.histable th {
	font-weight: normal;
	background-color: #D2D7E8;
	text-align: left;
	padding: 5px;
}

/*ナビゲーション*/
#main #menu {
	float: left;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#menu ul {
	margin-bottom: 10px;
}

#menu li {
	list-style-type: none;
	margin-bottom: 5px;
}

#menu li a,#menu li a:link,#menu li a:visited {
	color: #3A4C97;
	height: 23px;
	width: 162px;
	background-color: #D2D7E8;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 8px;
	background-image: url(../img/navibg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu li a:hover {
	color: #1C607C;
	background-color: #D2D7E8;
	text-decoration: none;
	background-image: url(../img/navibg.gif);
	background-repeat: no-repeat;
	background-position: left -35px;
}

#menu .smap {
	font-size: 11px;
	text-align: center;
}

#localnavi {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
}

#localnavi li {
	list-style-type: none;
	background-image: url(../img/li02.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

/*イメージ*/
.lefimg {
	display: inline;
	float: left;
	margin-right: 10px;
}
.lefimg240 {
	display: inline;
	float: left;
	width: 240px;
	margin-right: 10px;
}

.lefimg100 {
	display: inline;
	float: left;
	width: 100px;
	margin-right: 10px;
}

#cont .righimg {
	float: right;
	margin-left: 10px;
}

/*その他*/
.specs  {
	float: left;
	width: 400px;
}

#news {
	width:520px;
	height:80px;
	overflow:auto;
	padding:0px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #E6E6E6;
}

#news li {
	list-style-type: none;
	background-image: url(../img/li03.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#history {
	width:520px;
	height:80px;
	overflow:auto;
	padding:0px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #E6E6E6;
}

#history li {
	list-style-type: none;
	background-image: url(../img/li03.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#cont .ptopbt {
	font-size: 11px;
	text-align: right;
	margin-top: 10px;
}

.bijeli {
         FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  
}