/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%; 
}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	font-size: medium;
	text-align: center;
	height: 100%; 
}
div {
	text-align: left;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #333;
	font-style: normal;
	font-size: medium;
	line-height: 1.7;
}
input, textarea {
	padding: 1px 3px 2px 3px;
	margin-bottom: 2px;
}
ul,ol,dl,img {
	margin: 0;
	padding: 0;
}
ul,ol {
	list-style-type: none;
}
img {
	border: none;
	margin: 0; padding: 0;
	font-size: 0%;
	line-height: 0%;
}
em {
	font-style: normal;
	font-weight: bold;
}

/*-- 共通 -----------------------------------------------------*/

#base {
	width: 100%;
	text-align: center;
	background: url(../images/temp/ft_bk1.jpg) repeat-x bottom #E7F1F5;
}
.wrap {
	width: 940px;
	text-align: left;
}



/*-- ヘッダ -----------------------------------------------------*/

#header {
	background: white;
}
#header_2 {
	padding: 30px 0 55px 0;
	height: 55px;
}
#hd_logo {
	float: left;
	width: 290px;
}
#hd_txt, #hd_tel {
	float: left;
	height: 55px;
	background: url(../images/temp/hd_line.gif) left no-repeat;
	padding-left: 15px;
}
#hd_txt {
	width: 375px;
}
#hd_txt h1 {
	line-height: 2;
}
#hd_txt p {
	font-size: 75%;	
}
#hd_tel {
	width: 240px;
}
#hd_tel p.tel {
	font-size: x-large;
	font-weight: bold;
	background: url(../images/temp/tel.gif) left no-repeat;
	padding-left: 33px;
	line-height: 1.4;
}
#hd_tel p.open {
	font-size: small;
	padding-left: 33px;
}


/*-- スイッチ -------*/

ul#sw {
	height: 60px;
}
ul#sw li {
	float: left;
}



/*-- メインコンテンツ -----------------------------------------------------*/

#right {
	float: left;
	width: 680px;
	background-color:#FFCCCC;
}



/*-- フッタ -----------------------------------------------------*/

#footer {
	margin: 80px auto 0 auto;
	background: url(../images/temp/ft_bk2.jpg) repeat-x;
	text-align: center;
}
#ft_logo {
	width: 251px;
	margin: 0 auto 20px auto;
}
#footer p { 
	color: #FBFDFE;
	font-size: small;
	line-height: 2;
}

#footer p#yzm {
	font-size: x-small;
	padding: 20px 0 30px 0;
}
#footer p#yzm a {
	color: #333;
	text-decoration: none;
}
#footer p#yzm a:hover {
	text-decoration: underline;
}

/*-- ページトップ ----*/

#pagetop {
	position: fixed;
	bottom: 30px;
	right: 0;
	height: 60px;
	margin: 0 70px 0 0;
	z-index: 101;
	filter: alpha(opacity=20); /*-- IE用 -*/
	-moz-opacity: 0.2; /*-- 古いFirefox用 -*/
	opacity: 0.2; /*-- Chrome, Firefox, Safari, Opera, 等の比較的新しいブラウザ用 -*/
}


/*-- その他 -----------------------------------------------------*/


a { text-decoration: underline; } 
a:link {color: #333333;}
a:visited {color: #000099;}
a:hover {color: #0000cc; text-decoration: none; } 
a:active  {color: #0000ff;}	

.spc_0 { margin: 0px; padding: 0px; }

.txt_l { text-align: left; }
.txt_c { text-align: center; margin: 0 auto; }
.txt_r { text-align: right; }
.va_t { vertical-align: top; }
.cb { clear: both; }



/*-- テーブル -------------------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: solid #B9C1C4;
	border-width: 1px 1px 0 0;
}
th, td {
	padding: 15px 20px;
	border: solid #B9C1C4;
	border-width: 0 0 1px 1px;
}
th {
	text-align: center;
	font-weight: bold;
	background: #A2DDF6;
	color: #666;
	width: 10em;
}
td {
	background: white;
}
