@charset "shift-jis";

html, body {height: 100%;!important;}

body {
	margin: 0px;
	padding: 0px;
	background: #006800 url(../img/background_grass_line.gif) repeat-y right;
	color: #FFFFFF;
	font-size: 84%;
}

div {
	margin: 0px;
	padding: 0px;
}


/* レイアウト関連 */


#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px 155px -26px 0px;
	padding: 0px;
	border-top: 1px solid #999999;
}

#contents {
	padding: 96px 9% 40px 60px ;
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif ;
}

#footer {
	clear: both;
	margin: -26px 0px 0px -155px;
	padding: 4px 0px;
	background: url(http://www.packers.jp/img/background_grass_darker.gif);
	text-align: center;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 155px;
	height: 76px;
	padding: 0px 0px 0px 60px ;
	background: #F5D70F url(../img/background_yellow_index.gif) no-repeat right;
}

#titlelogo {
	height: 55px;
}
#topmenu {
	position: absolute;
	left: 60px ;
	top: 61px;
	height: 15px;
	font-size: 11px;
	color: #006400;
}

#menu {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 155px;
	height: 100%;
}
#menu ul{
	padding-top: 20px;
	padding-bottom: 20px;
}
#menu ul li.spacing {
	padding-bottom: 10px;
}

#next {
	width: 155px;
	height: 76px;
	background: #F5D70F;
}



/* リンク関連 */

a {	color : #FFE840;}
a:visited {	color : #EACE0B;}
a:hover {	text-decoration : underline;}


/* 通常タグ */

p{
	font-size : 100%;
	line-height : 1.4em;
}
table, td, th{
	font-size : 100%;
	font-weight: normal;
}
h1.corner {
	margin: 0px;
	padding: 0px;
	color : black;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCD2;
	font-weight : bold;
	font-size : 16px;
	text-align : left;
}
h2 {
	margin: 2px 0px 0px;
	padding: 3px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DCDCD2;
	color: #FFFFFF;
	font-size: 12px;
	font-weight : normal;
	text-align: left;
}
h2 a, h2 a:visited {
	color: #DCDCD2;
	text-decoration: none;
}
h2 a:hover {
	background: #FFE840;
	color: #006400;
	text-decoration: none;
}
h2 b {
	font-weight: normal;
	color: #FFE840;
}
h3 {
	margin-top: 50px;
	color : #FFE840;
	font-weight : normal;
	font-size : 16px;
	line-height: 1.4em;
	text-align : left;
}
h3.title {
	margin-top: 30px;
	color : #FFFFFF;
	font-weight : bold;
	font-size : 14px;
	text-align : left;
	background: #D7D7BD;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 0px none;
}
h4 {
	margin-bottom: -5px;
	padding: 0px;
	color: #FFE840;
	font-size : 100%;
	font-weight: bold;
	line-height : 1em;
}

h5 {
	margin: 0px;
	padding: 0px;
	color : #B7B788;
	font-family : "Verdana", "Arial", sans-serif;
	font-size : 9px;
	font-weight : normal;
	text-align: right;
}
h6 {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #BEBEB4;
}
li{
	font-size : 100%;
	line-height : 1.4em;
}

img.portrait {
	float: right;
	padding-left: 5px;
}

.bold{
	font-family : "Arial","Verdana",sans-serif;
	font-weight : bold;
}
.indent{
	margin-left : 30px;
	margin-right : 30px;
}

.note {
	color: #F4F4DF;
}
.spacing {
	margin-left: 20px;
	line-height: 1.2em;
}
.copyright {
	margin: 20px;
	padding: 10px;
	background: #D5D5AA;
	color: #000000;
}
.copyright th {
	font-family : "Arial","Verdana",sans-serif;
	font-weight : bold;
}
.arialbold {
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
}

.gray {
	color: #BEBEB4;
}

