@charset "utf-8";
/* 外部スタイルシートの文字コードセットの記述 */

* {
	margin:0px;padding:0px;
}

#wrap {
	background-color:white;
	width:870px;
	margin:0 auto;
	text-align:left;
border: 1px solid #f0f0f0;
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow:0 3px 5px rgba(0, 0, 0, 0.3);
}

body {
	/*background-color:#f0f8ff;*/
	background-image:url(../img/backcolor.gif);
	background-repeat: repeat;
}

#logo {
	width:720px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}

/*
img {
	margin:0 auto;
}
*/

#menu {
	margin-bottom:20px;
}

#menu ul {
	width: 750px;
	margin:0 auto;

	list-style-type: none;

	overflow : hidden;		/* float解除後、親要素の高さを取得	*/
}

#menu li {
	float: left;
}

.line {
	clear: left;

	background-color:#222584;
	height:10px;
	margin-top:40px;
	margin-bottom:20px;
}

.topendline {
	clear: left;

	background-color:#222584;
	height:10px;
	margin-top:80px;
	margin-bottom:20px;
}

table {

	border-width:5px 2px;
	border-style:groove;
	border-color:#99ccff;
    
    border-collapse: collapse;  /* add 130904 枠線を一本に */
}

/* add 130904 メーカー太線 */
tr.maker {
    border-top: solid 2px #9cf;
}

tr#midashi th {
    text-align: center;
}


/* add 130904 縦線＝太線 */
th, td {
    font-size: 75%;
    border-style: solid  ;
    border-width: 1px 2px;
    border-color: #99ccff;

}
td.news{
    padding: 20px 20px;
}

#news { width:450px;
	height:200px;
	/* overflow:scroll;		130725削除（div → iframe）*/
}
table#info, #info th, #info td {
    border-style: none;
}

#news1 {
    border-style: none;
	width:362px;
	height:270px;
    font-size: 130%;
}

.pagetop {
	font-size:18px;
	text-align:right;
	padding:0px 20px 0px 0px;
}

dl.sampleList {  
	overflow: hidden;
	margin-left: 70px;
	zoom: 1;  
}

dl.sampleList dt {
	width: 150px;
	float: left;
	clear: both;
	font-weight: bold;
}
dl.sampleList dt.ad {
	width: 260px;
	float: left;
	clear: both;
	font-weight: bold;
}

dl.sampleList dd {
	padding: 0 0 5px 120px;
}

/* access.html */
#map1 {
	margin-left: 70px;
}

/* CSS3ボタン（グラデーション）*/
.css_btn_class {
	width:146px;					/* ③追加(width = 横幅合計(150) - padding(2) - border(2)) */

	font-size:16px;					/* ①変更（適度なサイズに調整） */

	font-family: "ＭＳ ゴシック";
	font-weight:bold;

	text-align:center;				/* ②追加 （文字中央寄せ）*/

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;

	padding:16px 1px;				/* ③文字の左右 = 1、上下 = ( 縦幅合計(50) - font-size(13) - border(2) ) / 2 */

	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(105%, #3d94f6), color-stop(0%, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 105%, #1e62d0 0% );
	background:-ms-linear-gradient( top, #3d94f6 105%, #1e62d0 0% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}

/* マウスホバー時（要素にマウスカーソルが乗った際のスタイル） */
.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(105%, #1e62d0), color-stop(0%, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 105%, #3d94f6 0% );
	background:-ms-linear-gradient( top, #1e62d0 105%, #3d94f6 0% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}

/* 要素アクティブ時（クリックされてから離されるまでの状態）*/
.css_btn_class:active {
	position:relative;
	top:1px;
}
span.red{color:red;}
span.date{color:blue;
font-size:14px;
font-weight:bold;}


h1.top{font-size:17.5px;
letter-spacing: 0.2em;
}

#news{padding-left:4px;}
