@charset "utf-8";

/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

/*--------------------------------------------------------------------*/
/*タグの基本設定*/
/*--------------------------------------------------------------------*/
body {
	background:#fff;
	line-height: 1.4;
	letter-spacing: 0.06em;
	overflow: scroll;
	font-size: small;
	color: #414141;
}

/*クローム用*/
body:first-of-type {
	padding: 0 0 0 1px;
}

/*IE6・7用*/
*body {
	overflow: auto;
	padding: 0 0 0 1px;
}

a {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}

a:hover img{
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;
	opacity: 0.80;
}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 980px;
	padding:10px;
	margin: 0 auto;
	background: #fff;
}

div#Contents{
	width:980px;
	margin:0 auto;
	padding-bottom:30px;
	background:#fff;
}

h1{
	width:300px;
	height:59px;
	background:url(../img/title.png) no-repeat left top;
	text-indent: -99999px;
	line-height: 0;
	overflow: hidden;
	font-size: 0;
}

h2{
	font-size:110%;
	font-weight:bold;
	text-align: center;
	color: #5c2118;
}

div#TopMenu{
	overflow:hidden;
}

div#TopMenu ul li{
	float:left;
	list-style:none;
}

div#TopMenu ul li a{
	display:block;
	width:160px;
	height:70px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -99999px;
	line-height: 0;
	overflow: hidden;
	font-size: 0;
}

#TopMenu ul li a:hover{
	background-position:left bottom;
}

#TopMenu ul li#gmbtn01 a{background-image:url(../img/gmbtn01.png)}
#TopMenu ul li#gmbtn02 a{background-image:url(../img/gmbtn02.png)}
#TopMenu ul li#gmbtn03 a{background-image:url(../img/gmbtn03.png)}
#TopMenu ul li#gmbtn04 a{background-image:url(../img/gmbtn04.png)}
#TopMenu ul li#gmbtn05 a{background-image:url(../img/gmbtn05.png)}
#TopMenu ul li#gmbtn06 a{background-image:url(../img/gmbtn06.png)}


div#Main div#PortImg {
	margin: 0 auto;
	padding:10px 0;
	text-align: center;
	background:url(../img/kasou_back.jpg) no-repeat left top;
	width:90%;
}



div#Main table {
	width: 60%;
	margin: 30px auto 10px auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 20%;
	padding: 5px 10px;
	background: #91775b;
	border: 1px solid #414141;
	text-align: left;
	vertical-align: top;
	color: #fff;
}

div#Main table tr td {
	width: 65%;
	padding: 5px 10px;
	border: 1px solid #414141;
	text-align: left;
	vertical-align: top;
}

div#Main table tr td ul {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Main table tr td ol {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

address {
	clear: both;
	text-align: center;
	color: #5c2118;
}

div#PortImg img{
	margin:5px;
}

p#link{
	color:#fff;
}

p#link a{
	color:#fff;
	text-decoration: none;
	outline: none;
}

p#link a:hover{color:#200;}