@charset "UTF-8";

/* マージンリセット */
body, div {
  margin: 0;
  padding: 0;
}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


/* 回り込み解除設定 */
#header, #main-menu, #contents, #footer {
  clear: both;
}

/* リンク付き画像 枠なし */
a img {
  border: none;
}

/* ---------- バグ回避 ----------- */

/* IE6 で画像が消えることがあるバグを回避 */
#contents img {
  position: relative;
}

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] #sidenavi {
  margin-top: 0;
}

/* IE で背景横位置がずれるバグを回避 */
* html body{padding-left:1px;} 
*+html body{padding-left:1px;}


body {
	color: #444444;
	background-color: #FFFFFF;
	font-family:"arial, helvetica, hirakakupro-w3, osaka, ms pgothic, sans-serif;
/*ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"*/;
}

a	{
	font-size:12px;
	color: #BA4545;
	text-decoration: none;
}
a:hover {
	color: #535353;
	text-decoration: underline;
}

td		{
}

.header {
	margin-bottom: 25px;
}
.copyright {
	font-size: 10px;
}
.maptxtmenu {
	font-size: 12px;
	line-height: 18px;
	padding: 3px 5px;
}
.maptxtmenu a {
	color: #000000;
	text-decoration: none;
}
.maptxtmenu a:hover {
	color: #FD8027;
	text-decoration: none;
}
.t12 {
	font-size: 12px;
}
.s12h18 {
	font-size: 12px;
	line-height: 18px;
}

.s12h16 {
	font-size: 12px;
	line-height: 16px;
}
.s14h20 {
	font-size: 14px;
	line-height: 20px;
}
.s10h16 {
	font-size: 10px;
	line-height: 16px;
}
.s11h16 {
	font-size: 11px;
	line-height: 16px;
}
.s14 {
	font-size: 14px;
}
.s10h14 {
	font-size: 10px;
	line-height: 140%;
}

/* テーブルセルの枠指定　*/
.td-t	{
	border-top: 1px solid #D5D5D5;
}
.td-l	{
	border-left: 1px solid #D5D5D5;
}
.td-r	{
	border-right: 1px solid #D5D5D5;
}
.td-b	{
	border-bottom: 1px solid #D5D5D5;
}

.td-tl	{
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;	
}
.td-tr	{
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}
.td-tb	{
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}

.td-lb	{
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
}
.td-rb	{
	border-bottom: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}

.td-lr	{
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}
.td-lrt	{
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}
.td-lrb	{
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}

/* テキストのインデント指定　*/
.pad-l-100	{
	padding-left:100px;
}
.pad-l-10	{
	padding-left:10px;
}
.pad-l-20	{
	padding-left:20px;
}		
.pad-l-30	{
	padding-left:30px;
}		
.pad-l-50	{
	padding-left:50px;
}	
.pad-l-60	{
	padding-left:60px;
}
.sell-w30	{
	height: 18px;
	width: 30px;
	padding-right: 2px;
}
.pad-r-10{
padding-right:10px;
}

.col669966 {
	color: #669966;
}

/* 背景色＝グレーのタイトル指定　*/
.title-gray	{
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
	height:24px;
	text-indent:10px;
}

/*　h1タグのフォント指定
-------------------------*/
h1 {
	margin: 20px 0px 20px 0px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	word-spacing: normal;		
}
h2 {
	font-size: 13px;
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #8192A6;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#D5D5D5;
	margin:10px 0px;
	padding: 7px ;
	line-height:16px;
	width:525px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#F8F8FF;
	color:#444444;
}
h2 a	{
	color: #444444;
	text-decoration: none;
}
h2 a:hover {
	color: #BA4545;
	text-decoration: underline;
}


h4 {
	font-size: 13px;
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #8192A6;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#D5D5D5;
	margin:10px 0px;
	padding: 7px ;
	line-height:16px;
    width:325px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#F8F8FF;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	margin:10px 0px 10px 0px;
}

/*　囲み　枠付き
------------------------------*/
.box-gray {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #D5D5D5;
}


/*　本文　左
------------------------------*/
#bd-left	li		{
	list-style-image: url(../images/4_02.gif);
	margin-left: 20px;
	text-indent: -5px;
}


/*　本文　右（サイドメニュー）
------------------------------*/
#bd-right
{
}
#bd-right	ul {
	list-style:none;
}
#bd-right	li		{
}
#bd-right	div.close {
	display: none;
	position:relative;
}
.layer-right		{
	text-indent: 16px;
}

/*　リストのいろいろ
-----------------------------*/
#list01		li		{
	list-style: none;
}

/*　トップ以下　右メニュー
------------------------------*/
.sidemenu-border	{
	width:186px;
	}
	
#sidemenutitle {
	font-size: 12px;
	font-weight:bold;
	line-height:34px;
	background-image:url(../images/index_1_2_grn.jpg);
	background-repeat:repeat-x;
	margin-top:30px;
	width:186px;
	height:32px;
	border-top:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	text-indent: 7px;
	background-color: #FFFFFF;
}

#sidemenutitle a {
    color:#FFFFFF;
	}

#txtheadmenu {
	font-size: 12px;
	line-height: 22px;
	width:180px;
	background-color: #FFFFFF;
	padding: 0px 3px 3px 3px;
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	border-bottom:1px solid #D5D5D5;
}
#txtheadmenu a {
	color: #444444;
	text-decoration: none;
	padding-left: 3px;
}
#txtheadmenu a:hover {
	color: #BA4545;
	text-decoration: underline;
}

.line-dot-center
{
	background-image:url(../images/bar-dot-gray.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:5px;
}

/*　リンクの色＝全体テキストと同色　*/
#link-color-same	{

}
#link-color-same a {
	font-size:12px;
	color: #444444;
	text-decoration: none;
}
#link-color-same a:hover {
	color: #BA4545;
	text-decoration: none;
}
