/**********************
基準
**********************/
h1, h2, h3, h4, h5, div, p, ul, dl, dt, dd, form, fieldset, address, img {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:12px;
	line-height:1.3;
	border:none;
	font-style: normal;
	color: #333333;
	font-weight: normal;
}

a:link,a:active,a:visited {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
hr {
	display: none;
}

a:hover {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #E0E0E0;
}
#wrapper {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}



/**********************
header
**********************/
#header {
	height: 140px;
	position: relative;
	background-image: url(../images/body_bg04.jpg);
	background-repeat: repeat-x;
}
#header h1 {
	color: #FFFFFF;
	position: absolute;
	top: 4px;
	left: 10px;
}
#header_link {
	position: absolute;
	top: 5px;
	left: 390px;
	text-align: right;
	width: 380px;
}
#header_link li {
	display: inline;
	padding-left: 5px;
}
#header_link a {
	color: #FFFFFF;
}
#logo {
	position: absolute;
	left: 10px;
	top: 35px;
}
#header_banner {
	position: absolute;
	left: 300px;
	top: 35px;
}
#Navi {
	position: absolute;
	top: 105px;
	left: 0px;
	width: 780px;
	background-image: url(../images/Navi_Bg04.jpg);
	background-repeat: no-repeat;
	height: 35px;
}
#Navi li {
	float: left;
	display: block;
	width: 130px;
}
#Navi a {
	height: 27px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
}
#Navi a:hover {
	text-decoration: underline;

}



/**********************
main
**********************/
#Main_Inner {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#Contents {
	position: relative;
}


/**********************
left
**********************/
#Left_Inner {
	width: 224px;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
}
#Menu_Inner {
	margin-bottom: 10px;
}
#Menu_Inner h2 {
	background-image: url(../images/menu_tit4.jpg);
	background-repeat: no-repeat;
	height: 25px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 15px;
}
#Menu_Inner ul {
}
#Menu_Inner li {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #E0E0E0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/left_menu_icon4.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
}
#Menu_Inner li a {
	color: #333333;
}



/**********************
right
**********************/
#Right_Inner {
	float: right;
	width: 526px;
	margin-top: 10px;
	margin-bottom: 40px;
}
#Right_Inner h3 {
	background-image: url(../images/contents_tit4.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 10px;
	padding-left: 15px;
	color: #FFFFFF;
	clear: both;
}
#Right_Inner h4 {
	font-weight: bold;
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	padding: 5px;
	margin-left: 5px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: left;
}
#Right_Inner ul {
	padding-top: 20px;
	padding-left: 30px;
}
#Right_Inner li {
	margin-top: 10px;
}

.Inner_Type01 {
	padding: 10px;
	height: 130px;
	float: left;
}
.Inner_Type01 p {
	margin-left: 10px;
	display: block;
	float: right;
	width: 316px;
	margin-bottom: 10px;
}
.Inner_Type01 img {
	float: left;
}
.Inner_Type02 {
	padding: 10px;
	height: 130px;
	clear: left;
}
.Inner_Type02 p {
	display: block;
	float: left;
	width: 316px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.Inner_Type02 img {
	float: right;
}
.Inner_Type03 {
	padding: 10px;
	float: left;
}
.Inner_Type03 p {
	display: block;
	margin-bottom: 10px;
	width: 506px;
	clear: left;
}
.Affi_Inner {
	border: 1px solid #000000;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 1px;
	clear: both;
}
.Affi_Inner_Tit {
	background-color: #E0E0E0;
	padding: 4px;
	height: 64px;
}
.Affi_Inner_Tit  b {
	font-weight: bold;
	color: #FF0000;
}
.Affi_Inner_Tit_L {
	float: left;
}
.Affi_Inner_Con {
	padding: 5px;
}





/**********************
footer
**********************/
#footer {
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#Footer_link {
	background-color: #000000;
	display: block;
	margin: 0px;
	padding: 3px;
}
#Footer_link ul {
	padding-right: 5px;
	padding-left: 5px;
}
#Footer_link li {
	display: inline;
}
#Footer_link a {
	color: #FFFFFF;
	padding-left: 5px;
}


address {
	text-align: center;
	font-size: 10px;
	padding: 10px;
}
#produce {
	text-align: right;
}
#produce a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.table01 {
	float: left;
	width: 508px;
	margin-bottom: 10px;
}
.table01 table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-left-color: #000;
}
.table01 th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	padding: 5px;
	background-color: #F3F3F3;
}
.table01 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	padding: 5px;
}
