@charset "utf-8";

/* --------------------------------------------------
  GLOBAL RESET
-------------------------------------------------- */
*{
	margin:0;
	padding:0;
	font-size: 100%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	margin: 0 auto;
	color: #333;
	background: url("../../images/2010/common/bg_contents.gif") repeat 0 0 #c7c7c7;
	text-align: center;
}

h1,h2,h3,h4,h5 {
	line-height: 1;
}

img {
	border: none;
}

ul,li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

a {
	color: #F3721D;
}

a:hover {
	color: #6D0000;
	text-decoration: underline;
}


/*-------------------
       header
-------------------*/
#Top .headImg {
	padding-top: 35px;
}

#Top .headImg h1 {
	width: 100%;
	height: 320px;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: center;
	background: url("../../images/2010/second/mbbg.gif") repeat-x 50% 0 #000;
}


* html .header {
	width : expression(document.body.clientWidth < 808? "808px" : "auto"); /* IE */
}

.header {
	width: 100%
	min-width: 808px;
	height: 408px;
	margin-bottom: 15px;
	background-color: #CC0001;
}

/*
.navi ul {
	width: 808px;
	margin: 6px auto 0;
	text-align: center;
}

.navi li {
	display: inline;
	float: left;
	margin: 0 7px 0 0;
}

.navi li img {
vertical-align:bottom;
}

.navi li.firstChild {
	margin-left: 7px;
}

.navi li.lastChild {
	margin-right: 0;
}
*/

/**/
.navi {
	width: 808px;
	margin: 6px auto 0;
	text-align: center;
}

.navi dl {
	display: inline;
	float: left;
	margin: 0 7px 0 0;
}

.navi dt img {
vertical-align:bottom;
}

.navi dl.firstchild {
	margin-left: 7px;
}

.navi dl.lastchild {
	margin-right: 0;
}
/**/


/*-------------------
     content
-------------------*/

.content {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	padding-bottom: 27px;
	width: 808px;
	background: url("../../images/2010/common/bg_contentsBottom.gif") no-repeat 0 100%;
	text-align: center;
	font-size: 90%;
}

.contentBody {
	padding-top: 38px;
	background: url("../../images/2010/common/bg_contentsTop.png") no-repeat 0 0;
}

.contentHeader {
	background: url("../../images/2010/common/bg_contentsBody.png") repeat-y 0 0;
}


/*-------------------
     content
-------------------*/

.leftContent {
	position: relative;
	display: inline;
	float: left;
	width: 500px;
	margin: 0 21px 0 25px;
	text-align: left;
}

.rightContent {
	float: left;
	width: 240px;
	text-align: left;
}

.leftContent p {
	position: absolute;
	right:5px;
	top:12px
}

.newsList li {
	width: 473px;
	margin: 18px 0 0 16px;
	padding: 0 0 5px 0;
	background: url("../../images/2010/common/bor_dotto.gif") repeat-x 0 100%;
	*font-size: 12px;
}

.newsList li span {
	padding: 0 20px 0 20px;
}

/*==================*/
.newsList {
	margin-bottom: 30px;
}

.newsList li th {
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
}
/*=====================*/


.blogList li {
	width: 213px;
	margin: 18px 0 0 16px;
	padding: 0 0 5px 0;
	background: url("../../images/2010/common/bor_dotto.gif") repeat-x 0 100%;
}


.bunnerList li {
	margin: 4px 0 0 0;
	text-align: center;
}

.bunnerList li.firstChild {
	margin: 15px 0 0;
}


.bnrArea {
	clear: both;
	padding-left: 24px;
	text-align: left;
}

.bnrArea h3 {
	margin-bottom: 8px;
}

.bnrArea li {
	zoom: 1;
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

/*-------------------
     footer
-------------------*/

#footer {
	width: 100%;
	background-color: #c7c7c7;
}

.footer {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin-top: -60px;
	padding: 60px 0 25px 0;
	background-color: #c7c7c7;
}

.footer p {
	width: 808px;
	margin: 5px auto 0;
	text-align: right;
}

.footer img {
	margin-right: 14px;
}



/*Clearfix*/
.contentHeader:after,
.bnrArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.contentHeader,
.bnrArea {
	display: inline-block;
	min-height: 1%;
}


/* Hides from IE-mac \*/
* html .contentHeader,
* html .bnrArea { height: 1%;}
.contentHeader,
.bnrArea { display: block;}
/* End hide from IE-mac */


