@charset "shift-jis";

/* common.css */

* {
	margin: 0;
	padding: 0;
}

/* base font
---------------------------------------------*/
body {
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', 'ƒƒCƒŠƒI', Meiryo, '‚l‚r ‚oƒSƒVƒbƒN', Osaka, sans-serif;
	color: #333;
	line-height: 1;
}

*html body{
	font-size: 13px;
	}

/* Opera6 */
html>body, tr>th, tr>td {
	font-size: 13px;
}
/* latest browzer */
head:first-child+body, head:first-child+body th, head:first-child+body td {
	font-size: 13px;
}

/* a */
a { color: #000000; text-decoration: none;}
a:link { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none;}
a:active { color: #000000; text-decoration: underline;}
a:hover { color: #00A83B; text-decoration: underline;}
/*a.current { color: #00A83B; text-decoration: underline;}*/
/* table
---------------------------------------------*/
table, td, th {
	border-style: none;
	vertical-align: top;
}

/* img
---------------------------------------------*/
img {
	border: none;
}

/* hr
---------------------------------------------*/
hr {
	display: none;
}

/* ul li
---------------------------------------------*/
ul, li {
	list-style: none;
}
/* list with disc */
ul.uKokuDisc {
	margin-bottom: 1em;
}
ul.uKokuDisc li {
	margin-bottom: 7px;
	margin-left: 20px;
	padding-left: 0;
	list-style-type: disc;
	line-height: 1.6;
}
ul.uKokuDisc li a {
	line-height: 1.6;
}
html>body ul.uKokuDisc li{
	height:auto;
	margin-left: 18px;
	padding-left: 0;
}
/* added for ie7 */
*:first-child+html ul.uKokuDisc li {
	margin-left: 20px;
	padding-left: 5px;
}

/*	ol li
-------------------------------------------------*/
ol, li {
	list-style: none;
}
/* list with number */
ol.oKokuNum {
	margin-bottom: 1em;
}
ol.oKokuNum li {
	margin-bottom: 7px;
	margin-left: 25px;  /* IE */
	padding-left: 0;    /* IE */
	list-style-type: decimal;
	line-height: 1.6;
}
html>body ol.oKokuNum li {
	margin-left: 25px;
	padding-left: 0px;
	height: auto;
}
ol.oKokuNum li a {
	line-height: 1.6;
}
/* added for ie7 */
*:first-child+html ol.oKokuNum li {
	margin-left: 20px;
	padding-left: 0px;
}

/* table
----------------------------------------------*/
table{
	background:url(../image/bg_tdot-y.gif) left top repeat-y;
	width:710px;
	border-top:1px solid #CCCCCC;
	font-size:100%;}

.tCampanyDef{
	width:710px;}

.tCampanyDef th{
	padding:12px 12px;
	border-bottom:1px solid #CCCCCC;
	color:#008830;
	font-weight:bold;
	text-align:left;
	}
.tCampanyDef th span {
	font-weight:normal;
	}
.tCampanyDef td{
	padding:12px 12px 15px 25px;
	border-bottom:1px solid #CCCCCC;
	}

.t_w10{
	width:10%;}
	
.t_w20{
	width:20%;}

.t_w25{
	width:25%;}

.t_w30{
	width:30%;}

.t_w40{
	width:40%;}

.t_w50{
	width:50%;}

.t_w60{
	width:60%;}

.t_w70{
	width:70%;}

.t_w80{
	width:80%;}

.t_w85{
	width:85%;}

.t_w90{
	width:90%;}
	

/* ulƒAƒCƒRƒ“•t‚«
----------------------------------------------*/
.ico_uList li{
	background:url(../image/ico_uList.gif) left 6px no-repeat;
	padding:0 0 0 13px;
	margin:0 0 3px;
	}
	
	
	/* easy clearing by PIE
----------------------------------------------*/

ul:after,
dl:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul,
dl,
.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html ul,
* html dl,
* html .clearfix 
{height: 1%;}
* html ul,
* html dl,
.clearfix { display: block; }
/* End hide from IE-mac */



