@charset "EUC-JP";

/* 基本設定
************************************** */
*{
	margin: 0px;
	padding: 0px;
}

html {
	min-width: 800px;
	height: auto;
}

body { font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック; background-color: #ffffff; background-image: url("../images/basic/bg.gif"); background-repeat: repeat-y; background-position: left top; text-align: left; margin-top: 0; margin-left: 0; height: auto; min-width: 800px }

a{
	font-size: 12px;
}


#all {
	display: inline-table;
	width: 800px;
	height: auto;
}

#main {
	width: 760px;
	height: auto;
}


/* ヘッダー設定
************************************** */
#head {
	float: left;
	width: 760px;
	height: 95px;
}

#title01{
	clear: both;
	float: left;
	width: 312px;
	height: 56px;
}
#title02{
	float: right;
	width: 448px;
	height: 56px;
}

#title01 h1 a{
	float: left;
	width: 312px;
	height: 56px;
	background-image: url(../images/basic/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

/*  call設定  */
#call {
	float: left;
	width: 435px;
	height: 32px;
	margin-right: 13px;
}

#callnum {
	float: right;
	width: 200px;
	height: 32px;
	background-image: url(../images/basic/tel.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 40px;
}

/*  サブメニュー設定  */
#submenu {
	float: left;
	width: 448px;
	height: 24px;
}

ul.submenu {
	width: 448px;
	height: 24px;
	display: inline;
	list-style-type: none;
	text-indent: -9999px;
	overflow: hidden;
}

#sitemap a{
	float: left;
	width: 92px;
	height: 24px;	
	background: url(../images/basic/sitemap.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#company a{
	float: left;
	width: 68px;
	height: 24px;	
	background: url(../images/basic/company.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#policy a{
	float: left;
	width: 134px;
	height: 24px;	
	background: url(../images/basic/policy.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#inquily a{
	float: left;
	width: 140px;
	height: 24px;	
	background: url(../images/basic/inquily.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/*  メニュー設定  */
#menu {
	clear: both;
	float: left;
	width: 760px;
	height: 35px;
	margin-top: 5px;
}

#menu01 a {
	float: left;
	width: 156px;
	height: 35px;
	background: url(../images/basic/menu_01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#menu02 a {
	float: left;
	width: 156px;
	height: 35px;
	background: url(../images/basic/menu_02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#menu03 a {
	float: left;
	width: 156px;
	height: 35px;
	background: url(../images/basic/menu_03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#menu04 a {
	float: left;
	width: 146px;
	height: 35px;
	background: url(../images/basic/menu_04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#menu05 a {
	float: left;
	width: 146px;
	height: 35px;
	background: url(../images/basic/menu_05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#menu01 a:hover,
#menu02 a:hover,
#menu03 a:hover,
#menu04 a:hover,
#menu05 a:hover {
	background-position: 0px -35px;
}

/*  メニュープルダウン設定  */
#pdmenu01 {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 96px;
	z-index: 1;
}
#pdmenu02 {
	visibility: hidden;
	position: absolute;
	left: 156px;
	top: 96px;
	z-index: 1;
}
#pdmenu03 {
	visibility: hidden;
	position: absolute;
	left: 312px;
	top: 96px;
	z-index: 1;
}
#pdmenu04 {
	visibility: hidden;
	position: absolute;
	left: 468px;
	top: 96px;
	z-index: 1;
}
#pdmenu05 {
	visibility: hidden;
	position: absolute;
	left: 614px;
	top: 96px;
	z-index: 1;
}

#pdmenu01 a,
#pdmenu02 a,
#pdmenu03 a{
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	background: #FFDDDC;
	text-align: left;
	line-height:20px;
	width: 154px;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #FFDDDC #FFDDDC;
	display: block;
	text-decoration: none;
	z-index: 1;
}
#pdmenu04 a {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	background: #FFDDDC;
	text-align: left;
	line-height: 20px;
	width: 180px;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #FFDDDC #FFDDDC;
	display: block;
	text-decoration: none;
	z-index: 1;
}
#pdmenu05 a {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	background: #FFDDDC;
	text-align: left;
	line-height: 20px;
	width: 170px;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #FFDDDC #FFDDDC;
	display: block;
	text-decoration: none;
	z-index: 1;
}

#pdmenu01 a:visited,
#pdmenu02 a:visited,
#pdmenu03 a:visited,
#pdmenu04 a:visited,
#pdmenu05 a:visited {
	color: #666666;
}
#pdmenu01 a:hover,
#pdmenu02 a:hover,
#pdmenu03 a:hover,
#pdmenu04 a:hover,
#pdmenu05 a:hover {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FF9999;
}
#pdmenu01 a:active,
#pdmenu02 a:active,
#pdmenu03 a:active,
#pdmenu04 a:active,
#pdmenu05 a:active {
	color: #666666;
}

/* ヘッダー下スペース設定
************************************** */
#head_under{
	float: left;
	width: 760px;
	height: 15px;
}

/* フッター設定
************************************** */
#footer {
	clear: both;
	width: 760px;
	background-color: #888888;
	margin-top: 10px;
}
#footer p{
	color: #ffffff;
	font-size: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a{
	color: #ffcccc;
	font-size: 10px;
}
#footer a:hover{
	color: #ffeeee;
	text-decoration: none;
}

/**
 * ランキング用（2007-09-25追加）
 */
ul.ranking{ list-style: none; }
ul.ranking li{ list-style: none; }
