@charset "EUC-JP";

/*  ヘッダー設定  */
#header {
	width:760px;
	margin:0px;
	padding:5px 0px;
	background:#ffffff;
}
#header_logo {
	display:block;
	width:379px;
	float:left;
	margin:0 0 5px 0;
	padding:0px;
}
#header_nm{
	display:block;
	width:151px;
	height:37px;
	background:url(/image/header/header_logo_nm.gif) no-repeat;
	text-indent:-5000px;
	text-decoration:none;
}
/*
#header_nm a{
	display:block;
	width:151px;
	height:37px;
	text-decoration:none;
}
*/

#header_nm a:hover{
	text-decoration:none;
}

/*  ボディ基本設定  */
body{
	background:#ffffff;
	color:#333333;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
	}

a{	color:#555555;
	text-decoration:underline;
}
a:hover {
	color:#ff6600;
	text-decoration:underline;
}
a:visited {
    outline: 0;
}
#a-gray{
	font-weight: normal;
}
#a-gray a{
	color:#333333;
	text-decoration:underline;
}
#a-gray a:hover{
	color:#ff6600;
	text-decoration:underline;
}

img{
	border:none;
	margin:0px;
	padding:0px;
}

form{
	margin:0px;
}

#nb-table{
	border:none;
	line-height:15pt;
	width:100%;
}


/*  全体のセンタリング  */
/*  サイドメニュー有り  */
#wrapper{
	margin:0px auto;
	padding:0px;
	width:760px;
	text-align:left;
	}
/* 2005/04/07 ADD */
/*  サイドメニュー無し  */
#wrapper_noback{
	margin:0px auto;
	padding:0px;
	width:760px;
	text-align:left;
	}

/*フロートのクリア*/
#clear{
	clear:both;
	padding:0px;
	margin:0px;
}

/************************/

/*  H1〜6基本設定  */
h1{
	font-size: 12px ;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	border-right: 590px solid #CFCFCF;
	color: #ffffff;
	background: #ff9000;
	padding: 3px 0px 2px 10px;
}
h2{
	display:block;
	position:relative;
	font-size: 12px ;
	font-weight: bold;
	padding:3px 0px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: 1px dotted #cfcfcf;
	background: #ffffff;
	color:#333333;
	text-align:left;
}
#h2a{
	font-size: 12px ;
	font-weight: normal;
	color:#333333;
}
h3{
	font-size: 12px ;
	font-weight: normal;
	padding:3px 10px;
	margin-top:5px;
	margin-bottom:10px;
	background: #fff
	color:#333333;
}
h4{
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	margin-top:5px;
	margin-bottom:10px;
	background: #fff
	color:#333333;
}

#orangeH1{
	font-size: 24px ;
	font-weight: bold;
	color:#ff9000;
	margin-top:5px;
	margin-bottom:10px;
	background: #fff
}

#grayH1{
	margin: 0 0 5px 0;
	border-right: 384px solid #d7d7d7;
	background: #aaa;
	padding: 0 5px;
}

#caution	{
	color:#d00000;
	font-weight: bold;
}

/*アスタリスク*/
/* 2005/03/29 PR-10519 元木さくら MOD START */
#asta	{
	font-size:12px;
	color:#c00;
	font-weight:normal;
}
/* 2005/03/29 PR-10519 元木さくら MOD END */

/*左揃え*/
#lefting{
	text-align:left;
	margin:0px auto 0px 0px;
}

/*中央揃え*/
#centering{
	text-align:center;
	margin:0px auto;
}

/*右揃え*/
#righting{
	text-align:right;
	margin:0px 0px 0px auto;
}

/*バナー設定*/
#banner{
	text-align:center;
	margin-bottom:10px;
}

/*  コラム1基本設定  */
#clumn1	{
	text-align: left;
	background: #ffffff;
	margin: 0px 15px;
	padding: 0px;
	width: 730px;
}