@charset "shift_jis";

body {
	color: #000000;	
	margin: 0px;
	padding: 0px;
	text-align: center;	
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: normal;
	background-color: #FFFFFF;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #000000;
}
a:hover {
	color: #000000;	
	text-decoration: none;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}



#container {
	text-align: left;
	width: 800px;	
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

/*h1見出しタグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 9px;			
	text-align: right;		
	font-weight: normal;	
	letter-spacing: 0.2em;	
	color: #999;			
}
h1 a {
	text-decoration: none;
	color: #999;	
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 184px;	
	width: 100%;
	position: relative;	
	margin-bottom: 10px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*ロゴ*/
#header #logo {
	position: absolute;
	left: 6px;	
	top: 4px;	
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 2px;
}
ul#menu li {
	float: left;
	padding-right: 4px;
}
ul#menu li.last {
	padding-right: 0px;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*メイン
---------------------------------------------------------------------------*/
#main {
	float: right;	
	width: 580px;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*h2タグ設定*/
#main h2 {
	font-size: 14px;	
	color: #FFFFFF;		
	clear: both;
	width: 580px;
	line-height: 40px;
	height: 54px;
	background: url(../images/main_br.gif) no-repeat;
	overflow: hidden;
}

/*段落タグの余白設定*/
#main p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-size: 12px;
}

#main .fmenu{
	padding-top: 90px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-size: 12px;
	text-align: center;
	}

#main .fmenut{
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-size: 12px;
	text-align: center;
	}


/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	
	width: 200px;	
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/*h3タグ設定*/
#sub h3 {
	font-size: 12px;
	color: #A15216;	
	background-color: f28a12;
	background-image: url(../images/title_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#sub p {
	font-size: 12px;
	padding: 0.2em 0px;	
}



#sub .smenu1 {
	padding: 5px;
	color: #F18101;	
	background-color: #F5B81D;
	background-image: url(../images/or_p.gif);
}


#sub .smenu2 {
	background: #FFF;	
	padding: 5px;
	border: 1px solid #E88300;	
	color: #333;		
}

/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニュー全体*/
#sub ul.submenu {
	background-repeat: repeat-x;
	background-position: center bottom;
}
/*サブメニュー１個あたりの設定*/
#sub ul.submenu li a {
	display: block;
	width: 170px;
	text-decoration: none;
	color: #000000;	
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#sub ul.submenu li {
	margin-bottom: 5px;
}
#sub ul.submenu li.last {
	margin-bottom: 0px;	
}
#sub ul.submenu li a:hover {
	color: #FFFFFF;	
	background-color: #e88300;
	background-repeat: no-repeat;
	background-position: 6px center;
}

/*whatsnew
---------------------------------------------------------------------------*/
#main .new {
	overflow: hidden;	
	height: 180px;	
	width: 540px;
	padding-left: 10px;
}

#main .new dl {
	clear: left;
	width: 620px;
	border-bottom: 1px solid #999;	
	overflow: hidden;
}

#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 520px;
}

#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/

#footer a {
	text-decoration: none;
	color: #FFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 648px;	
	margin-right: auto;
	margin-left: auto;
	background: #FFF;	
}

.ta1, .ta1 td, .ta1 th{
	

}
/*テーブル内の右側*/
.ta1 td{
	width: 405px;
	padding: 10px;
	vertical-align: top;
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #E5E5E5;	
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFFFFF;			
	background: #3A3A3A;	
}


.look {
	background-color: #FFFFFF;
}
.mb1em {
	padding-right: 1px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #e88300;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
img.fl {
	float: left;
	padding-right: 10px;
	padding-bottom: 1em;
}
img.fr {
	float: right;
	padding-left: 10px;
	padding-bottom: 1em;
}
#container #contents #main div {
	font-size: 100%;
}
