@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}

body {
	font-size: 75%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino kaku Gothic Pro','メイリオ','Meiryo','MS Pゴシック','MS PGothic',sans-serif;
	line-height: 1.4;
	color: #333333;
	background: url(images/bg_body2.png) center top repeat-y;
}

img {
	border: none;
	vertical-align: top;
}


a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

h2,h3,h4,p,table {
	color: #666666;
	font-weight: normal;
}

#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#header {
	background-color: #ffffff;
	padding-top: 90px;
}

#logo {
	position: absolute;
	left: 30px;
	top: 20px;
	width: 260px;
	height: 45px;
}


#headerNavi {
	font-size: 85%;
	position: absolute;
	top: 10px;
	right: 20px;	
}

#headerNavi li {
	display: inline;
	border-left: solid 1px #aaaaaa;
	margin-left: 10px;
	padding-left: 10px;
}

#headerNavi li.first {
	border-left: none;
	margin-left: 0px;
	padding-right: 0px;
}

#globalNavi {
	overflow: auto !important;
	overflow /**/:hidden;
	width: 100%;
	background: #ffffff;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#globalNavi li {
	float: left;
	width: 9em;
}

#globalNavi li a {
	display: block;
	line-height:  30px;
	border-left: 6px solid #cccccc;

}

#globalNavi li a:hover {
	color: #333333;
	border-left: 6px solid #b15900;
	text-decoration: none;
}

#globalNavi .current a {
	color: #333333;
	border-left: 6px solid #663300;
}

#globalNavi .last a {
	border-right: 1px solid #cccccc;
}

#body {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

#contents {
	width: 760px;
	margin: 30px auto 150px;
}

#footer {
	padding: 10px 0;
	border-top: 1px solid #cccccc;
	text-align: center;
	font-size: 0.9em;
	background: #ffffff;
}

/* class-共通 */
.topImage {
	text-align: center;
	margin-bottom: 30px;
}

#hdt {
	width: 740px;
	border-left: 6px solid #663300;
	border-bottom: 1px dotted #cccccc;
	padding: 5px 4px 5px 13px;
	margin-bottom: 40px;
	font-size: 1.3em;
}

#pgt {
	margin: 0 0 20px 15px;
	padding: 2px 0 2px 10px;
	border-left: 5px solid #bd6e13;
	font-size: 1.2em;
}

.pgi {
	margin-left: 15px;
	margin-bottom: 50px;
	width: 700px;
}

.pgi p {
	margin: 15px 0;
}
.floatClear {
	clear: both;
}

.bc {
	font-size: 0.8em;
	color: #cccccc;	
	margin-bottom: 20px;
}

.bc a {
	color: #666666;
}

.bc a:hover {
}

.pickup img {
	margin-right: 10px;
}

/* class-ABOUT */
.about {
	margin: 0 auto;
	width: 600px;
	color: #666666;
	margin-bottom: 30px;
}

.about p {
	margin-bottom: 10px;
}

/* ひょうぐみのデザイン */

#tbl {
	width: 700px;
}

#tbl table {
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;/* IE5 */
}

#tbl td {
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 8px;
}

#tbl td.first {
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 8px;
}


#tbl td a {
	text-decoration: underline;
}

#tbl td p {
	margin: 5px 0;
}

#tbl .toTop {
	text-align: right;
	padding: 8px;
	text-decoration: underline;
}

.righty {
	text-align: right;
}

.t_button {
	position: absolute;
	top: 30px;
	left: 325px;
}

.pgi ul li {
	list-style-type: disc;
	color: #666;
	margin-left: 11px;
	padding-bottom: 10px;
}

.pgi ul li:last-child {
	padding-bottom: 0px;
}

.pgi ol li {
	list-style-type: decimal;
	color: #666;
	margin-left: 13px;
	padding-bottom: 10px;
}

.pgi ol li:last-child {
	padding-bottom: 0px;
}