@charset "utf-8";

/*
exclude from common.css
-----------------
Win Netscape 4.7
Win IE 3.0
Mac IE 4.5
*/

/*---------------------------------------
Uniersal Selector
----------------------------------------*/
* {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	line-height:1.4;
}

/*---------------------------------------
Common
----------------------------------------*/
body {
	font-family:Hiragino Kaku Gothic Pro, Osaka, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size:12px;
	*font-size:small;
	*font:x-small;
}

html {
	overflow-y:scroll;
}

img {
	border:0;
}

select,input,option,textarea,text,checkbox,radio {
	margin-right:5px;
	font-size:12px;
}

ul,
ol {
	list-style-type:none;
	list-style-position:outside;
}

p { 
	margin-bottom:15px;
}

strong { 
	font-weight:bold;
}

em {
	color:#F00;
}

table {
	border-collapse:collapse;
}

.notes {
	margin:5px 0;
	font-size:85%;
}

.clear { 
	width:0; 
	height:0; 
	clear:both;
}

.center { 
	text-align:center; 
}

.right { 
	text-align:right;
}

.left { 
	text-align:left;
}

/*--------------------------------------------------------
price common
--------------------------------------------------------*/
h1 {
}

a {
	color:#06F;
	text-decoration:none;
}

a:hover {
	color:#F30;
	text-decoration:underline;
}

em {
	font-weight:bold;
}

ol {
	padding-left:1.3em;
}

ol li {
	margin:0 0 15px 0.8em;
	list-style:decimal;
}

ul li,
ol li ul li {
	margin:0;
	padding-left:12px;
	list-style:none;
	background:url(/images/list_dotted.gif) no-repeat 5px 0.6em;
}

dl {
	margin-bottom:15px;
}

dd {
	margin:-1.4em 0 5px 2em;
}

dl.company dd {
	margin:-1.4em 0 5px 7em;
}

/*--------------------------------------------------------
#wrapper　ページ要素全体のコンテナ
--------------------------------------------------------*/
#wrapper { 
	margin:10px auto;
	width:400px;
}


/*-------------------------------------------------
  header
-------------------------------------------------*/
#header {
	margin-bottom:15px;
	padding:5px 0;
	border-bottom:2px solid #213193;
	width:400px;
}

/*-------------------------------------------------
#contents
-------------------------------------------------*/ 
#contents h1 {
	margin-bottom:15px;
	padding-bottom:2px;
	font-size:115%;
	font-weight:bold;
}

#contents h2 {
	margin-bottom:10px;
	padding:3px 5px;
	background-color:#DFDFDF;
	font-size:115%;
	font-weight:bold;
}

#contents h3 {
	padding:3px 0 3px 14px;
	font-weight:bold;
	background:url(/images/price_curtain/marker_circle.gif) no-repeat 0 0.5em;
}



/*--------------------------------------------------------
#footer　フッタコンテナ
--------------------------------------------------------*/
#footer { 
	margin-top:20px;
	padding-top:3px;
	border-top:1px solid #213193;
	clear:both;
	width:100%; 
	font-size:85%;
	text-align:center; 
}

