@charset "Shift_JIS";
/* CSS Document */


/* Default style clear--------------------------------------------------------- */
@import "reset.css";
/* ---------------------------------------------------------Default style clear */


/* 文字、リンク色 ------------------------------------------------------------- */

a:link{
	text-decoration:none;color:#83684F;
}
a:visited{
	text-decoration:none;color:#83684F ;
}
a:hover{
	text-decoration:underline;color:#83684F ;
}
a:active{
	text-decoration:none;color:#83684F;
}



/* ------------------------------------------------------------- 文字、リンク色 */


/* 基本レイアウト ------------------------------------------------------------- */

body{
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, Verdana, "ヒラギノ角ゴ Pro W3";
}

#CONTENTS{
	text-align:left;
	margin:auto;
	width:100%;
}

#HEADER{
	position:relative;
	background-image:url(../images/bk_headerP.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:90px;
	width:100%;
	position:relative;
}

.mark{
	position:absolute;
	top:0px;
	left:5px;
}

h1{
	position:absolute;
	top:35px;
	left:5px;
	font-size:80%;
}

h2{
	position:absolute;
	top:48px;
	left:5px;
	font-size:150%;
	font-weight:bold;
}

.newP{
	font-size:80%;
	margin-bottom:25px;
	position:absolute;
	top:75px;
	left:5px;

}

.newP img{
	padding-right:5px;
}

#main{
	width:100%;
	margin-top:15px;
	float:left;
}


table.Shin {
	border: 1px solid #cccccc;
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	margin:10px 0 30px 0px;
	color: #36440b;
	text-align:center;
}
table.Shin th {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #2D81C1;
	text-align:left;
	color:#ffffff;
	font-size:80%;
}
table.Shin td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #D4E8F8;
	text-align:left;
	font-size:80%;
}

.maker{
	width:100px;
}

.area{
	width:90px;
}

.item{
	width:120px;
}

.date{
	width:80px;
	font-weight:bold;
}

.textP{
	width:300px;
}



h3{
	border-left:5px solid #2D81C1;
	height:30px;
	line-height:30px;
	font-size:110%;
	padding-left:10px;
	border-bottom:1px solid #cccccc;
}

#footer{
	width:700px;
	height:120px;
	background-image:url(../images/footerB.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

ul{
	list-style-type:none;
}


/* ------------------------------------------------------------- 基本レイアウト */

