/******** BODY指定 ********/
body{
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}

/******** 見出し指定 ********/
H1{
	font-size:0.9em;
}
H2{
	font-size:1.1em;
	line-height:1em;
	color:#111184;
}

/******** 段落指定 ********/
P{
	font-size:1em;
	line-height:1.3em;
	color:#444444;
}

P.head{
	position:absolute;
	top:0;
	left:0;
	margin-left:0;
	margin-right:0;
	background-color:white;
	width:100%;
}

P.head img{
	vertical-align:middle;
	margin-right:0.5em;
}

P.normal{
	font-size:1em;
	line-height:1.3em;
	color:#444444;
}

P.red{
	color:red;
}

DIV.contents{
	margin-top:20;
}

/******** リンク指定 ********/
A{	color : #111184;
	text-decoration: none; }

A:hover{color : orange;
	text-decoration : none; }

/******** メニュー指定 ********/
.menu{
	font-size:0.75em;
	background-color:#111184;
	text-align:center;
	margin-left:0;
	margin-right:0;
	margin-top:87px;
	margin-bottom:20px;
	height:0.6em;
	position:relative;
	left:0;
	top:0;
}

#menu1{
	position:absolute;
	left:0;
	top:0;
}
#menu2{
	position:absolute;
	left:160px;
	top:0;
}
#menu3{
	position:absolute;
	left:320px;
	top:0;
}
#menu4{
	position:absolute;
	left:480px;
	top:0;
}
#menu5{
	position:absolute;
	left:640px;
	top:0;
}

.menu a{
	color:#555555;
	background-color:#DDDDDD;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	display:block;
	text-decoration:none;
	width:160px;
	line-height:1.5em;
}

.menu span{
	color:white;
	background-color:#111184;
	border-top:solid 1px #111184;
	border-bottom:solid 1px #111184;
	border-left:solid 1px #111184;
	border-right:solid 1px #111184;
	display:block;
	text-decoration:none;
	width:160px;
	line-height:1.5em;
}

.menu a:hover{
	background-color:#111184;
	color:white;
}

.menuhead{
	bordercolor:solid 1px white;
}

.submenu{
	visibility:hidden;
	position:absolute;
	left:0;
}

.submenu a{
	background-color:white;
	border-top:solid 1px white;
}

.menu pre{
	color:#c5e1ed;
	display:none;
}

/******** テーブル指定 ********/
table.main{
	width:800;
	border:0;
	cellpadding:0;
}

tr.title{
	font-size:0.8em;
	color:#222222;
	font-weight:bold;
	text-align:center;
}

tr.normal{
	font-size:0.8em;
	color:#444444;
}

td.title{
	font-size:0.8em;
	color:#222222;
	font-weight:bold;
}

td.subhead{
	font-size:0.8em;
	color:#333333;
	font-weight:bold;
}

td.normal{
	font-size:0.8em;
	color:#444444;
}

td.small{
	font-size:0.7em;
	color:#444444;
}

td.big{
	font-size:0.9em;
	color:#444444;
	font-weight:bold;
}

td.space{
	font-size:0.8em;
	line-height:1.3em;
	color:#444444;
	text-align:left;
}

td.red{
	font-size:0.8em;
	color:red;
}

td.blue{
	font-size:0.8em;
	color:blue;
}

/*キャンペーン用*/
td.c_title{
	font-size:1em;
	font-weight:bold;
	color:#444444;
	text-align:center;
}

td.c_main{
	font-size:0.9em;
	color:#444444;
	text-align:left;
}

td.c_center{
	font-size:0.9em;
	color:#444444;
	text-align:center;
}

caption{
	font-size:0.75em;
	text-align:left;
}

caption.center{
	text-align:center;
}

/******** フッター指定 ********/
address{
	font-size:0.75em;
	font-weight:bold;
	font-style:normal;
	color:#999999;
	border-top:solid 10px #111184;
	padding-top:5px;
	margin-top:20px;
	text-align:center;
}

address.space{
	margin-top:300px;
}
address.half{
	margin-top:100px;
}

/******** ボタン ********/
.catalogBtn{
	margin:0px 0px 10px 0px;
}
