@charset "UTF-8";

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

* top_page.css

* site name   : http://www.hokensagasu.com
* description : Other Page Style
* since       : 2007-11-08
* editor      : Tooru Ehara (CLSOL)
* modified    : 
* editor      :

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

/*
===== CONTENTS ===========================================

	1: wrapper Page Style
	2: Privacy Page Style
	3: Link Page Style

==========================================================
*/


/*
==========================================================

* 1: Other Page Style

==========================================================
*/
div#wrapper{
width:580px;
margin:20px auto 0;
}
div#wrapper h1{
background:url("../img/common/bg_title.gif") 0 0 no-repeat;
padding-left:20px;
font-size:120%;
height:24px;
margin-bottom:20px;
}
div#wrapper ol,
div#wrapper ul{
margin:0 0 20px 20px;
}
div#wrapper p{
width:560px;
margin:0 auto 20px;
}
div#wrapper ol li{
list-style:decimal;
list-style-position:inside;
text-indent:-1.5em;
padding-left:1em;
}
div#wrapper ol li li{
list-style:none;
list-style-position:outside;
}
div#wrapper hr{
display:block;
margin-bottom:20px;
}
div#wrapper span{
font-weight:bold;
}

div#wrapper div.label{
border-bottom:1px dashed #999999;
margin-bottom:20px;
}
div#wrapper div.label.last{
border-bottom:none;
}
div#wrapper div.label .fl,
div#wrapper div.label .fr{
width:49%;
}
div#wrapper div.label h3{
font-weight:normal;
font-size:100%;
}
div#wrapper div.label ul{
margin-left:10px;
}
div#wrapper div.label.top ul{
margin-left:0;
}

div#wrapper table#company{
width:550px;
margin:0 auto;
}
div#wrapper table#company th,
div#wrapper table#company td{
padding:5px;
border-bottom:1px solid #999999;
}
div#wrapper table#company th{
text-align:right;
}

div#wrapper ul#policy{
width:500px;
margin:0 auto;
}
div#wrapper ul#policy li{
text-indent:-1em;
padding:0 0 10px 1em;
}
/*
==========================================================

* 3: Link Page Style

==========================================================
*/
dl#link dd{
border-bottom:1px dashed #CCCCCC;
margin-bottom:15px;
}