@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------
  初期化
 ------------------------------------------*/

body,p,h1,h2,h3,h4,h5,h6,a,ul,li,table,tr,td,img { margin: 0; padding: 0;}

img { border: none; vertical-align: bottom;}

body { font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	   font-size: 12px;
	   color: #797979;
	   line-height: 18px;}
	   
a:link { color: #424343; text-decoration: underline; }
a:visited { color: #424343; text-decoration: underline; }
a:hover { color: #000000; text-decoration: none; }


/*-----------------------------------------
　全体
 ------------------------------------------*/
 
body {
	background: #FFFFFF url(../img/common/back.gif) repeat-x;
}
.clear {
	clear: both;
}
#HEADER {
	margin: 2px auto auto;
	width: 802px;
	height: 60px;
	margin-bottom: 10px;
}
#HEADER .index {
	background: url(../img/common/index_list.gif) left bottom no-repeat;
	text-indent: 14px;
}
#HEADER .sitemap {
	background: url(../img/common/sitemap_list.gif) left bottom no-repeat;
	text-indent: 13px;
}
#HEADER .privacy {
	background: url(../img/common/privacy_list.gif) left bottom no-repeat;
	text-indent: 9px;
}
#HEADER .left {
	float: left;
	margin: 0px;
}
#HEADER .left a{
	display: block;
}
#HEADER .right {
	float: right;
	text-align: right;
	margin: 45px 0px 0px;
}
#HEADER ul li {
	list-style: none;
	float: left;
	line-height: 12px;
	margin-left: 20px;
}

#MENU {
	clear: both;
	margin: auto;
	width: 802px;
	height: 44px;
}

#MENU ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 44px;
}
#MENU ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#MENU ul li a {
	height: 44px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

a.menu01 {
	width: 161px;
	background: url(../img/common/menu.gif);
}
a:hover.menu01 {
	background-position: 0px 44px;
}
a.menu02 {
	width: 160px;
	background: url(../img/common/menu.gif);
	background-position: -161px 0px;
}
a:hover.menu02 {
	background-position: -161px 44px;
}
a.menu03 {
	width: 160px;
	background: url(../img/common/menu.gif);
	background-position: -321px 0px;
}
a:hover.menu03 {
	background-position: -321px 44px;
}
a.menu04 {
	width: 160px;
	background: url(../img/common/menu.gif);
	background-position: -481px 0px;
}
a:hover.menu04 {
	background-position: -481px 44px;
}
a.menu05 {
	width: 161px;
	background: url(../img/common/menu.gif);
	background-position: -641px 0px;
}
a:hover.menu05 {
	background-position: -641px 44px;
}


#CONTENTS_BACK {
	clear: both;
	width: 802px;
	margin: 0 auto;
	background: url(../img/common/contents_back.gif) top left repeat-x;
}
#CONTENTS {
	width: 800px;
	margin: 0px 1px;
	background: #FFFFFF;
}
#FOOTER_BACK {
	clear: both;
	background: url(../img/common/footer_back.gif) top left repeat-x;
}
#FOOTER {
	clear: both;
	margin: 0px auto auto;
	width: 802px;
	height: 180px;
	padding-top: 10px;
	color: #424343;
	background: url(../img/common/footer_back.gif) top left repeat-x;
}
#FOOTER ul {
	text-align: center;
	height: 18px;
	padding: 0px;
}
#FOOTER li {
	margin: 0px 4px 0px 3px;
}
#FOOTER ul li {
	list-style: none;
	display: inline;
}
.ml3{
	padding: 0px 0px 0px 7px;
}
.ml4{
	background: url(../img/common/line.gif) no-repeat 11px 3px;
	/background: url(../img/common/line.gif) no-repeat 9px 4px;
}
#FOOTER_LC {
	float: left;
	width: 400px;
	margin-top: 5px;
}
#FOOTER_LEFT {
	float: left;
	margin: 0;
}
#FOOTER_CENTER {
	float: left;
	line-height: 130%;
	margin: 25px 0px 0px 10px;
}
#FOOTER_CENTER ul{
	text-align: left;
	margin: 0px 0px 7px 0px;
	height: 45px;
}
#FOOTER_CENTER_IMG {
	margin: 0 0 8px 0;
}
#MAIL_TO {
	margin-top: 5px;
	width: 230px;
	background: url(../img/common/mail.gif) no-repeat 0px 4px;
}
#MAIL_TO img {
	margin: 2px 0 0 15px;
}
#FOOTER_CENTER a {
	margin: 0 0 0 15px;
}
#FOOTER_RIGHT {
	float: right;
	width: 310px;
	margin : 26px 0 0 ;
}


/*-----------------------------------------
　パンクズ
 ------------------------------------------*/
 
#pankuzu {
	background: url(../img/common/index_list.gif) 0px 8px no-repeat;
	height: 30px;
	font-size: 10px;
	line-height: 2.9;
	padding-left: 15px;
	color: #424343;
}

#pankuzu p {
	height: 30px;
}



