/*
-----------------------------------------------
エーワイ電子 Web Site ver.2 Print Style
Author:   Hideyuki Koyama -MONTAGE lab.(http://www.montagelab.com)
Version:  1 Dec 2006
----------------------------------------------- */

body{
	margin:10px 50px;
	text-align: center;/* Center the content for IE */
	background:#fff;
	font: 10px/150% "ＭＳ 明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
img{
	border:0;
}
/* 次回層ページ用個別レイアウト指定
----------------------------------------------------------------------------------------- */

h1{
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	line-height: 140%;
}
h2{
	margin:0 0 6px 0;
	padding:12px 0 3px 2px;
	font-size:20px;
	line-height:100%;
	color:#333333;
	font-weight:nomal;
	border-top:1px solid #666666;
	border-bottom:2px solid #0000C3;
}
h3{
	margin:0 0 6px 0;
	padding:8px 2px;
	font-size:14px;
	line-height:100%;
	color:#333;
	border:solid #ccc;
	border-width:1px 0;
	border-right:30px solid #ACABE9;
}
h4{
	margin:20px 0 6px 20px;
	padding:4px 0 1px 8px;
	font-size:12px;
	color:#000;
	font-weight:nomal;
	border:solid #ccc;
	border-width:0 0 1px 5px;
}
h5,h6{
	margin:10px 20px 12px 20px;
	padding:4px 0 0 8px;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	border-bottom:1px solid #C10042;
}
p{
	margin:5px 24px;
	}
ul{
	margin:20px 3px;
	padding:5px;
}
li{
	margin:0;
	padding:3px 5px;
}
dl{
	margin:0;
	padding:5px;
}
dt{
	font-size:100%;
	color:#996600;
}
dd{
	margin:0;
	padding:3px 5px;
}

/* ------------------------------------------------------------------------------ */

/* Header : ヘッダースペース、ロゴ指定
--------------------------------------------------------------------------------- */
#headerwrap{
	margin: 0;
	padding: 0;
	text-align:left;
	background: #FFF;
	border-bottom:1px solid #CC0033;
}
#header {
	margin: 0px auto;
	position: relative;
	height: 100px;
	text-align:left;
}
/* for only IE-win  -- hide from IE-mac \*/
* html #header {
	text-align: left;
}
/* End hide from IE-mac */
#branding h1 {
	margin: 0;
	padding: 0;
}

#branding h1 a {
	display: block;
	border: 0;
	color:#0033FF;
	text-decoration:none;
}

#branding h1 span {
	display:none;
}

/* Header : メインナビゲーション指定
level1 : 右上のナビゲーション
level2 : メインナビゲーション
level3 : 次回層ページのサブコンテンツ用の右側表示されるナビゲーション
level4 : 各ページに表示されるpick up navigation
--------------------------------------------------------------------------------- */
#navigation {
	margin: 0;
	padding: 0;
	display:none;
}
.level2{
	display:none;
}

/* Content Area : コンテンツエリアレイアウト指定
--------------------------------------------------------------------------------- */
#contentwrap{
	padding: 20px 0;
	text-align: center;
	background: #FFF;
}
#leftcol {
	margin: 0px auto;
	text-align: left;
	background:#FFFFFF;
}
#maincontent {
}
#mainimg{
	display:none;
}
#rightcol {
	display:none;
}

/* Footer : フッター指定
----------------------------------------------------------------------------------------- */
#footerwrap {
	padding: 0;
	text-align: center;
	border-top:1px solid #CCC;
}

#footernav {
	display:none;
}
/*-- ページのトップへ戻るボタン指定 --*/
#footer #totop{
	display:none;
}
/* */
#footer #utility{
	margin: 0 0 1em 0;
	text-align: left;
}
#footer #credit{
	display:block;
	text-align: left;
}
