*{
	/* border:1px solid #88ff88; */
}

body{
	margin:0;
	padding:0;
	background-color:#f1f1f1;
	background-image:url(/asa801/common/goovepaper.png);
}

div#contents{
	width:787px;
	margin:0px auto;
	padding:0 0 30px 0;
	background-color:#f1f1f1;
	border:#CCCCCC solid;
	border-width:0 1px 0 1px;
	overflow:hidden;
	clear:both;
}



/* ■■== ナビゲーション =====================■■*/

h1{
	font-size:8pt;
	text-align:right;
	display:none;
}

div.title{
	clear:both;
	border:solid #CC0000;
	border-width:2px 0 2px 0;
	height:89px;
	background-image:url(../common/bg_title.png);
	background-repeat:repeat-x;
	background-color:#ae0000;
	
}

div.logo,div.description{
	width:788px;
	margin:0px auto;
	padding:0;
	vertical-align:center;
}

div#header{
	margin:0;
	padding:0;
	padding-top:10px;
	overflow:hidden;
}

div.navigation{
	background-color:#8f0000;
	background-image:url(../common/bg_navi.png);
	white-space:nowrap;
	border-bottom:1px solid #666666;
}

div.navigation ul.menu{
	width:1024px;
	height:35px;
	margin:0px auto;
	padding:0px;
	white-space:nowrap;
}

div.navigation ul.menu li{
	display:block;
	float:left;
	color:#333333;
	font-weight:bold;
	padding:8px 10px;
	text-align:center;
	text-shadow: 0 1px 0 white;
	white-space:nowrap;
	
}

div.navigation ul.menu li.home{
	width:100px;
	padding:8px 0px;
}

div#header a{
	color:#333333;
	text-decoration:none;
	text-shadow: 0 1px 0 white;
}

div#header img{
	border:0;
}

/* ■■== サイドメニュー =====================■■*/


div.sideframe{
	width:184px;
	float:left;
	padding:0;
	margin:0;
	font-family: HGPｺﾞｼｯｸE;
}

div#sidemenu{
	border:2px solid #dddddd;
	border-width:0px 2px 4px 2px;
	border-bottom-color:#8f0000;
	margin:0;
	padding-top:10px;
	padding-bottom:150px;
	background:white;
	background-image:url(../common/bg_sidemenu.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

div#sidemenu ul{
	list-style:none;
	margin:0px;
	padding:0;
}

div#sidemenu ul li{
	margin:0 0 1px 0;
	padding:10px 3px;
	/*font-weight:bold;*/
	background:white;
	background-image:url(../common/bg_sidemenu_li.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#333333;
}

div#sidemenu ul li li{
	margin:0 0 1px 10px;
	padding:5px 3px;
	font-weight:bold;
	background:white;
	color:#333333;
	font-size:90%;
}


div#sidemenu div.header{
	margin:0;
	background:#cccccc;
	padding:40px 0 12px 0;
}

div#sidemenu h2{
	padding:10px 0px 10px 5px;
	margin:0;
	background-image:url(../common/mesh_gray.gif);
	color:white;
	font-size:16pt;
	text-shadow: 0 1px 0 black;
}

div#sidemenu h2 a{
	color:white;
}

div.sideframe p{
	text-align:center;
	line-height:140%;
	font-size:9pt;
	}

div.sideframe h3{
	font-size:11pt;
	text-align:center;
	}

div.sideframe h4{
	font-size:10pt;
	text-align:center;
	margin-top:1.3em;
	margin-bottom:0.3em;
	
	}

div#sidemenu a{
	text-decoration:none;
	color:#333333;
	}

div#sidemenu a:hover{
	text-decoration:underline;
	color:#000000;
	}


/* ■■== フッター =====================■■*/

div#footer{
	clear:both;
	padding:0px;
	margin:0px 0px;
	background-color:#8f0000;
	border-top:#CC0000 solid 2px;
	height:10px;
	text-align:center;
	line-height:400%;
	font-size:9pt;
}

/* ■■== 本文 =====================■■*/

div#body{
	margin:0;
	margin-left:195px;
	padding-top:10px;
	padding-right:10px;
	border:1px #EEEEEE solid;
}

div#body p{
	font-size:10.5pt;
	line-height:160%;
	margin:7px 0px 7px 20px;
}

/*  ヘッダ  */

div#body h2{
	color:white;
	font-weight:bold;
	font-family: メイリオ,Meiryo,HGPｺﾞｼｯｸE;
	font-size:18pt;
	border:1px #8f0000 solid;
	padding:16px 10px;
	background-image:url(../common/bg_title.png);
	background-repeat:repeat-x;
	background-color:#ae0000;
	margin-top:0px;
	text-shadow: 0 1px 0 black;
}

div#body h3{
	font-size:14pt;
	border:#CCCCCC solid;
	border-width:0 1px 0 8px;
	background-color:white;
	background-image:url(../common/bg_h3.png);
	border-left:8px #CC0000 solid;
	padding:12px 8px;
}

div#body h4{
	margin-left:10px;
}

/*  ページ要素  */

div#body dl,div#body ul{
	margin-left:20px;
}

div#body ul{
	padding-left:15px;
}

div#body dt{
	line-height:200%;
	font-weight:bold;
	border-left:3px solid #FFAAAA;
	padding-left:8px;
	margin-top:12px;
	margin-bottom:7px;
}

div#body dd,div#body ul li{
	line-height:160%;
	font-size:11pt;
	margin-left:12px;
}

div#body ul li{
	list-style-type:square;
}

div#body table,div#body td,div#body th,div#rightframe th,div#rightframe td{
	border:1px solid #f1f1f1;
	border-collapse: collapse;
	padding:10px;
}

div#body th,div#rightframe th{
	background-color:#DDBBBB;
	}

div#body td,div#rightframe td{
	background-color:white;
	}

div#body table{
	margin-left:25px;
	}

div#body table.vertical th,div#rightframe table.vertical th{
	text-align:left;
}

div#body table tbody th{
	text-align:left;
}

*.topitem{
	margin-top:0;
}

a.less-decoration{
	text-decoration:none;
	color:black;
}

a{
	color:#633;
	font-weight:bold;
}

div#body h2 a{
	color:white;
	text-decoration:none;
}

table#soy_inquiry_message_information td{
	border:0px white !important;	
}

a.button{
	align:center;
	font-weight:bold;
	border:1px #8f0000 solid;
	background-color:#FFEEEE;
	padding:4px 4px;
	margin:5px 2px;
	background-image:url(/asa801/common/bg_button.png);
	text-decoration:none;
	font-size:10.5pt;

}