/*　全ページ共通　*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	color: #555555;
	background-color:  #ffffff;
	background-repeat: repeat-x;
	margin: 20px 30px 20px 30px;
	padding: 0px;
	text-align: center;
}

p {
	margin: 0px;
	line-height: 140%;
}

table {
	font-size: 12px;
	line-height: 140%;
}

a:link {
	color: #555555;
	text-decoration: none;
}

a:visited {
	color: #555555;
	text-decoration: none;
}

a:hover {
	color: #555555;
	text-decoration: none;
	border-bottom: 1px dotted #555555;
}

/*　ヘッダ部分　*/

#header {
	width: 740px;
	height: 60px;
	margin: 0px;
}

#logo {
	float: left;
	height: 34px;
	width: 261px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 11px;
	margin-left: 0px;
	display: block;
	color: #ffffff;
}

*html #logo { /*　IE6にだけ対応させる　*/
	float: left;
	height: 34px;
	width: 261px;
	background-image:  url(index_img/bnr_logo.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 11px;
	margin-left: 0px;
}

#logo span {
	height: 34px;
	width: 261px;
	background-image:  url(index_img/bnr_logo.jpg);
	position: absolute;
	background-repeat: no-repeat;
}

#logo a {
	height: 34px;
	width: 261px;
	display: block;
	text-decoration: none;
	border-bottom: none;
}

#header_navi01 {
	float: left;
	height: 34px;
	width: 260px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 23px 0 0 50px;
}

#header_navi02 {
	float: left;
	height: 26px;
	width: 151px;
	margin: 16px 0 0 0;
	display: block;
	color: #ffffff;
}

*html #header_navi02 { /*　IE6にだけ対応させる　*/
	float: left;
	height: 26px;
	width: 151px;
	background-image:  url(index_img/btm_header_toi.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 16px;
	margin-right: 10px;
}

#header_navi02 span {
	height: 26px;
	width: 151px;
	background-image:  url(index_img/btm_header_toi.jpg);
	position: absolute;
	background-repeat: no-repeat;
}

#header_navi02 a {
	height: 26px;
	width: 151px;
	display: block;
	text-decoration: none;
	border-bottom: none;
}

/*　コンテンツ部分　*/
#contents {
	clear: both;
	width: 740px;
	margin-top: 0px;
}

img.main_p {
	margin-bottom: 20px;
}

/*　中央広告部分　*/
#ad {
	height: 91px;
	width: 740px;
	padding: 24px 0px 0px 29px;
	background-image:  url(index_img/back_ad.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3#p_sub01 {
	float: left;
	width: 209px;
	height: 63px;
	background: #aaa url(index_img/bnr_ad01.jpg) no-repeat left top;
	text-indent: -9999px;
}
h3#p_sub02 {
	float: left;
	margin-left: 28px;
	width: 209px;
	height: 63px;
	background: #aaa url(index_img/bnr_ad02.jpg) no-repeat left top;
	text-indent: -9999px;
}
h3#p_sub03 {
	float: left;
	margin-left: 28px;
	width: 209px;
	height: 63px;
	background: #aaa url(index_img/bnr_ad03.jpg) no-repeat left top;
	text-indent: -9999px;
}
h3#p_sub01 a {
	display: block;
	width: 209px;
	height: 63px;
	text-decoration: none;
}
h3#p_sub01 a,h3#p_sub02 a,h3#p_sub03 a {
	display: block;
	width: 209px;
	height: 63px;
	text-decoration: none;
}

/*　下左メニュー部分　*/
#contents_main {
	clear: both;
	width: 740px;
	margin-top: 0px;
	text-align: left;
}

#contents_left {
	float: left;
	width: 410px;
	margin: 0px 0px 20px 0px;
}

#contents_left img {
	margin: 0px 5px 10px 5px;
}

p.index_tit01 {
	padding: 2px 0 3px 20px;
	background-image:  url(index_img/back_tit01.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

p.p_info {
	font-weight: bold;
	vartical-valign: bottom;
	padding-bottom: 5px;
}

p.p_info_sub {
	font-size: 11px;
}

img.btm {
	margin-right: 10px
}

table.p_info {
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 10px;
	margin-left: 10px;
}	

/*　下右メニュー部分　*/

#contents_right {
	float: right;
	width: 320px;
	margin: 0px;
}

p.index_tit02 {
	padding: 2px 0 3px 20px;
	background-image:  url(index_img/back_tit02.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px
}

p.day {
	padding: 0 10px 5px 20px;
}

p.kizi {
	padding: 0 10px 5px 30px;
	border-bottom: 1px dotted #aaaaaa;
	margin: 0 5px 10px 5px;
}

/*　フッター部分　*/

#footer {
	clear: both;
	text-align: right;
	border-top: 2px solid #aaaaaa;
	margin-top: 20px;
	padding: 5px 10px 0 0;
}
#contents #contents_main #sub_contents_right #photo tr td h3 {
	color: #006600;
}
