@charset "shift_jis";

* {
	font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}

/* ================ ページ本体 ================ */ 

body {
	margin: 0;
	padding: 0;
	color: #333333;
	text-align: center;
	background-image: url(../img/common/allBack.gif);
}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

a {
/*\*/
   overflow: hidden;
/**/
	text-decoration: none;
	color: #006699;
}
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:active {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}

/* ================ コンテンツ全体 ================ */ 

#container {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
	text-align: center;
}

/* ================ ヘッダー ================ */

#header {
	width: 1020px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../img/common/headBack.gif) ;
	text-align: left;
}
#header .title{
	padding-left: 60px;
	float: left;
}

#header .title ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.titlebt, .titlebt a{
	display: block;
	width: 185px;
	height: 80px;
	text-indent: -9999px;
}
#header .headlink{
	padding-left: 10px;
	float: right;
	width: 730px;
	height 15px;
	padding-top: 60px;
	padding-right: 10px;
}
#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	line-height:0;
	font-size: 10%;
}
#headbt {
	text-align: left;
	width: 200px;
	margin-left: 810px;
	padding-top: 15px;
}
#headbt ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#headbt1, #headbt1 a{
	display: block;
	width: 200px;
	height: 60px;
	background-image: url(../img/common/topBt2.gif);
	text-indent: -9999px;
}
#headbt1 a:hover { background-position: 0 -60px}

#footer {
	clear: both;
	margin: 0;
	background-color: #999900;
	padding-top: 10px;
	padding-bottom: 5px;
}

/* ================ ページボディ ================ */ 

#pagebody {
	width: 1020px;
	margin-top: 45px;
	background: url(../img/common/samplePagebodyBack.gif) ;
	text-align: left;
}

#main {
	clear: both;
	width: 1000px;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

.samplead {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sampleflash {
	text-align: center;
	padding-top: 10px;
}

#sampletext {
	text-align: center;
	padding-top: 10px;
}
#samplearea {
	text-align: left;
	padding-bottom: 10px;
}
#samplebt {
	text-align: left;
	width: 120px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 440px;
}
#samplebt ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#samplebt, #samplebt a{
	display: block;
	width: 120px;
	height: 32px;
	background-image: url(../flash/img/itemBt4.gif);
	text-indent: -9999px;
}
#samplebt a:hover { background-position: 0 -32px}


/* テーブルセット *************************************/ 

table.greenbox{
    border-top: solid 1px #caca92;
    border-left: solid 1px #caca92;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

.greenbox th{
    border-right: solid 1px #caca92;
    border-bottom: solid 1px #caca92;
	color:#996600;
    background-color:#f0f0cc;
    background-image: url(../img/common/greenboxback.gif);
    background-position:left top;
	text-align: center;
}
.greenbox td{
    border-right: solid 1px #caca92;
    border-bottom: solid 1px #caca92;
	text-align: center;
}
