/* --------------------------------------------- */

/* CSS Document */

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote,
th, td, span, em, strong {
	margin: 0;
	padding: 0;
	font-style: normal;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote,
th, td, span, em, strong {
	text-decoration:none;
}
h2, h3, h4, h5, h6, input, textarea, th, em, strong {
	font-size:12px;
	font-weight:normal;
	line-height:1em;
}

img {
	border:none;
}

a, a:visited {
	text-decoration:underline;
	color:#0099FF;
}

a:hover {
	text-decoration:none;
	color:#006699;
}	

body {
	margin:0;
	padding:0;
	/*overflow-x : hidden ;*/
	font-size:12px;
} 


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* --------------------------------------------- */

#mainTtl {
	width:500px;
	margin:30px auto 0;
}

#toi {
	width:498px;
	margin: 0px auto 10px;
	border: #CCCCCC solid 1px;
	border-top:none;
}

#toi p {
	line-height:1.5;
	color:#333333;
}

#toi p.ttl {
	border-bottom:#FFC4B5 solid 1px;
	color:#333;
	padding:1px;
	width:420px;
	margin-bottom:4px;
	margin-left:30px;
	font-weight:bold;
}

#toi p.lead {
	margin-left:30px;
	margin-bottom:14px;
}

#toi ul#bnr {
	margin:0 auto 20px;
	width:458px;
}

#toi ul#bnr li {
	list-style:none;
	float:left;
	width:219px;
	margin-right:20px;
}

#toi ul#bnr li.right {
	margin-right:0;
}

#toi p.ex {
	width:460px;
	margin:0 auto;
}

#toi ul#exTxt {
	margin:0 auto 20px;
	width:458px;
	border: #FE365F solid 1px;
	border-top:none;
}

#toi ul#exTxt li {
	list-style:none;
	background: url(img/toi_cur.jpg) 8px 8px no-repeat;
	padding-top:4px;
	padding-left:20px;
	padding-bottom:6px;
	padding-right:20px;
	border-bottom:#CCCCCC dotted 1px;
}

#footer {
	width:500px;
	margin:0 auto;
}


