@charset "Shift_JIS";

/* ---------------------------------------------------------------- *
	styles for print media
 * ---------------------------------------------------------------- */

@media print{

* html body {
   zoom: 90% /* WinIE6 only */
}

* html body img {
   zoom: 99%; /* WinIE6 only */
}

*+html body img {
   zoom: 99%; /* WinIE7 only */
}

}

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;}
	
html, body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}


/*---------------------------------------------------------------------------------------------
font size CSS。フォントカラーを変えるときは下記classをブロックごとに追加していけばＯＫ。
---------------------------------------------------------------------------------------------*/


.bold{
	font-weight: bold;
}

.right{
	float:right;}

.left{
	float:left;}

.red{
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;}
	
.org{
	color:#fe8c25;}
	
.org_b{
	font-weight:bold;
	color:#fe8c25;}
	
.org_bb{
	font-weight:bold;
	color:#fe8c25;
	font-size:large;}
	
.grn{
	color:#336601;}
	
#org{
	color:#fe8c25;}
	
.gry{
	color:#666;
}
	
.text-right { text-align: right;}

.attn{
	font-size:9px;
}
/*---------------------------------------------------------------------------------------------
リンクの編集
---------------------------------------------------------------------------------------------*/
a{
	color:#666666;
	outline:none;
	text-decoration:none;
}

a:hover{
	color:#FF8010;
	outline:none;
	text-decoration:underline;
}
	
/*---------------------------------------------------------------------------------------------
共通ＣＳＳの編集
---------------------------------------------------------------------------------------------*/
br.clear{
	clear:both;
	}

ul li{
	list-style-type:none;
	}
	

/*--------------------------------------------------------------------
ページ共通部分
container・body
--------------------------------------------------------------------*/

/*bodyのスタイル*/

body {
	background:#fff;
}



*+html div {	display: inline-block;}				/*-- IE7用 --*/




.box{
	width:630px;
	height:auto;
	display:block;
	margin:5px 0 0 10px;
	padding:0;

}


.box h5{
	padding:15px;
	color:FF960E;
	font-weight:bold;
	letter-spacing:1px;
	background:#FFFFCC;
	border:1px dotted #FF950E;
	margin:0 0 3px 0;
	font-size:14px;
}

.box p{
	font-weight:bold;
	font-size:12px;
	color:#FF960E;
	text-align:right;
	margin-bottom:10px;
	font-family:"Times New Roman", Times, serif;

}

.box dl{
	width:630px;
	height:auto;
	display:block;
	margin:0 0 0 0;
	padding:0;
	clear:both;

}

.box dt{
	float:left;
	width:415px;
	height:auto;
	display:block;
	letter-spacing:1px;
	line-height:130%;
	margin-left:10px;
	font-size:12px;


}

* html .box dt{
	float:left;
	width:410px;
	height:auto;
	display:block;
	letter-spacing:1px;
	line-height:130%;
	margin-left:5px;
		font-size:12px;


}

.box dd{
	width:200px;
	height:auto;
	display:block;
	margin-left:430px;
	padding:0;
	text-align:right;
	

}

* html .box dd{
	width:200px;
	height:auto;
	display:block;
	margin-left:427px;
	padding:0;
	text-align:right;	

}

.box dd ul{
	height:auto;
	display:block;
	margin:0;
	padding:0;

}

.box dd ul li{
	height:auto;
	display:block;
	margin:0 0 5px 0;
	padding:0;

}

.box_center{
	width:630px;
	text-align:center;
	margin:5px 0 0 10px;

}