@charset "UTF-8";

*{
	list-style-type: none;
	line-height: 1.0;
/*	display: block;
	position: static;
	width: auto;
	overflow: visible;*/
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
/*	color: #000;*/
	font-family: sans-serif;
	font-style: normal;
	text-align: left;
/*	background-color: #fff;*/
}

img{
	border: 0;
}


/***********************************/
/* universal styles
************************************/

.clearFix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearFix{
	display: inline-block;
}

/* Hide from MacIE5 \*/
.clearFix{
	display: block;
}
/**/

.capitalize{
	text-transform: capitalize;
}

/***********************************/
/* local basic styles
************************************/

body{
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	*font-size: 0.9em;
	*font: 0.9em;
}

body#news h1{
	margin-bottom: 0;
}

.iconZoom{
	display: none;
}

.valignTop{
	vertical-align: top;
}

.marginRight14px{
	margin-right: 14px;
}

.marginNone{
	margin: 0 !important;
}

.bgNone{
	background-image: none !important;
}


.borderNone,
table.borderNone td{
	border-width: 0 !important;
}

.borderRightNone{
	border-right-width: 0 !important;
}

hr{
	display: none;
}

strong{
	line-height: 1.4;
	font-weight: bold;
}

em{
	line-height: 1.4;
	font-weight: bold;
}

.ex{
	font-size: 12px;
	*font-size: 0.7em;
	*font: 0.8em;
}

.nowrap{
	white-space: nowrap;
}

a:link{
	color: #039;
}

div#col2 a:visited{
	color: #039;
}


a:hover,
a:focus,
a:active{
	color: #900 !important;
}



/***********************************/
/* header
************************************/

#logo{
	margin-bottom: 1em;
}

ul#util{
	display: none;
}

ul#gnav{
	display: none;
}

/***********************************/
/* topicPath
************************************/

div#topicPath{
	display: none;
}

/***********************************/
/* container
************************************/

div#homeFlash{
	margin-bottom: 20px;
}

body#home div#content{
	margin-bottom: 1em;
}

h1{
	margin-bottom: 1em;
	vertical-align: bottom;
	font-size: 18px;
	*font-size: 1.3em;
	*font: 1.3em;
	font-weight: bold;
}

div#col1 h2{
	clear: both;
	margin-bottom: 1em;
	font-size: 18px;
	*font-size: 1.3em;
	*font: 1.3em;
	font-weight: bold;
}


body#home h2{
	padding-left: 0 !important;
	font-size: 14px;
	*font-size: 1em;
	*font: 0.9em;
	background-image: none;
}

body#news div#col1 h2,
div#col1 h2.text{
	margin-top: 1.5em;
	padding: 10px 0;
	font-weight: bold;
	font-family: serif;
}
	

div#col1 div.inner h3{
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #999;
	font-size: 16px;
	*font-size: 1.2em;
	*font: 1.2em;
	font-weight: bold;
	vertical-align: bottom;
}

div#col1 div.inner h4{
	margin-bottom: 0.5em;
	font-size: 14px;
	*font-size: 1em;
	*font: 1em;
	font-weight: bold;
	vertical-align: bottom;
}

div#col1 div.inner p{
	line-height: 1.4;
	margin-bottom: 1em;
}

div#col1 div.inner ol{
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 1em;
	padding-left: 2em;
}

div#col1 div.inner ol li{
	line-height: 1.4;
	list-style-type: decimal;
}

div#col1 div.inner ul{
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 1em;	
	padding-left: 2em;
}

div#col1 div.inner ul li{
	line-height: 1.4;
	list-style-type: disc;
}

div#col1 div.inner table{
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 1em;
}

div#col1 div.inner table.ol{
	margin-right: 14px;
	margin-left: 14px;
}

div#col1 div.inner table th{
	text-align: center;
}

div#col1 div.inner table th,
div#col1 div.inner table td{
	line-height: 1.4;
	font-size: 14px;
	*font-size: 1em;
	*font: 0.9em;
}

div#col1 div.inner table.border{
	margin-bottom: 1em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

div#col1 div.inner table.border caption{
	margin-bottom: 0.3em;
}

div#col1 div.inner table.border th{
	padding: 0.3em 0.5em;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #333;
	background-color: #fff;
}

div#col1 div.inner table.border td{
	line-height: 1.4;
	padding: 0.3em 0.5em;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

div#col2{
	display: none;
}

div#col2 h2{
	line-height: 1.4;
	margin-bottom: 0.5em;
	padding-left: 20px;
	font-size: 14px;
	*font-size: 1em;
	*font: 1em;
	font-weight: bold;
}

div#col2 ul li a{
	line-height: 1.4;
/*	_line-height: 1.1;*/
}

body#home div#col2{
	display: block;
}

body#home div#col1 p{
	line-height: 1.4;
	margin: 0 0 1em 0;
}

body#home div#col2 ul{
	margin: 0 14px 1em 14px;
	padding-top: 0;
	padding-left: 1.5em;
	background-image: none;
}

body#home div#col2 ul li{
	line-height: 1.4;
	list-style-type: disc;
	padding-left: 0;
	padding-bottom: 0;
	background-image: none;
}

body#home div#col2 ul li span{
	line-height: 1.4;
}

body#home div#col2 ul li a{
	line-height: 1.4;
}


/***********************************/
/* footer
************************************/

div#footer{
	clear: both;
	color: #999;
}

address{
	padding: 1em 0;
	font-size: 12px;
	*font-size: 0.8em;
	*font: 0.8em;
}

