@charset "utf-8";
/*
these css styling for SENIOR_2nd  LEVEL page appearance
code by itami shigeyuki 2008
*/

@import url("../common.css");

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

html {
	background: url(images/appearance/S_bg_html-2.gif);
}
body {
	background: url(images/appearance/S_bg_body-2.gif) repeat-x;
	height: 637px;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 854px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/appearance/Stop_wrapper_bg.jpg);
}
#header {
	height: 264px;
	width: 854px;
	margin-right: auto;
	margin-left: auto;
}
#left_logo a  {
	background: url(images/appearance/2nd_Shead_left.jpg);
	float: left;
	height: 264px;
	width: 200px;
	display: block;
}
#right_bt  {
	background: url(images/appearance/Stop_header_right.jpg);
	float: right;
	height: 60px;
	width: 654px;
}
#gsearch {
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
	padding-top: 4px;
}


a#bt1 {
	width: 70px;
	display: inline;
	float: left;
	margin-top: 6px;
	height: 15px;
	margin-left: 200px;
}
a#bt2 {
	width: 138px;
	display: block;
	float: left;
	margin-top: 6px;
	height: 15px;
}
a#bt3 {
	width: 88px;
	display: block;
	float: left;
	margin-top: 6px;
	height: 15px;
}
a#bt4 {
	width: 80px;
	display: block;
	float: left;
	margin-top: 6px;
	height: 15px;
}
a#bt5 {
	width: 68px;
	display: block;
	float: left;
	margin-top: 6px;
	height: 15px;
}
#top_image {
	background: url(images/appearance/2nd_Shead_right_image.jpg);
	height: 171px;
	width: 654px;
	float: left;
}





#head {
	height: 24px;
	background: #FF6600;
}
#sec_bt {
	height: 33px;
	width: 654px;
	float: left;
}

#sec_bt1 a {
	background: url(images/appearance/Ssec_bt1.jpg) no-repeat;
	float: left;
	height: 33px;
	width: 163px;
	display: block;
}
#sec_bt2 a {
	background: url(images/appearance/Ssec_bt2.jpg) no-repeat;
	float: left;
	height: 33px;
	width: 163px;
	display: block;
}
#sec_bt3 a {
	background: url(images/appearance/Ssec_bt3.jpg) no-repeat;
	float: left;
	height: 33px;
	width: 163px;
	display: block;
}
#sec_bt4 a {
	background: url(images/appearance/Ssec_bt4.jpg) no-repeat;
	float: left;
	height: 33px;
	width: 163px;
	display: block;
}
#sec_bt1 a:hover {
	background: url(images/appearance/Ssec_bt1.jpg) no-repeat 0px -33px;
}
#sec_bt2 a:hover {
	background: url(images/appearance/Ssec_bt2.jpg) no-repeat 0px -33px;
}
#sec_bt3 a:hover {
	background: url(images/appearance/Ssec_bt3.jpg) no-repeat 0px -33px;
}
#sec_bt4 a:hover {
	background: url(images/appearance/Ssec_bt4.jpg) no-repeat 0px -33px;
}

#content_left {
	float: left;
	width: 202px;
}

#cat_bt{
	padding-top: 20px;
}
ul#bt_senior_cat li      {
	height: 33px;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
}
#bt_senior_cat a         {
	background: url(images/appearance/bt_Ssec_cat.gif);
	display: block;
	height: 20px;
	width: 141px;
	font-size: 12px;

	*font-size: 11px;
	padding-top: 10px;
	padding-left: 23px;
	color: #535353;
	line-height: 1em;
}
#bt_senior_cat  a:hover {
	background: url(images/appearance/bt_Ssec_cat.gif) -328px 0px;
	color: #FFFFFF;
}



#content_right {
	float: left;
	width: 650px;
}
#content_right .inside {
	margin: 10px;
}



#footer {
	height: 60px;
	background: url(images/appearance/Stop_footer.jpg) no-repeat 0px 10px;
	clear: both;
	width: 834px;
	color: #666666;
	font-size: 11px;
	*font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#senior_2nd #wrapper #content .inside p {
	font-size: 8pt;
	line-height: 1.5em;
	color: #000066;
}


