/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%; 
}
body {
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: center;
	height: 100%;
	background: url(../images/temp/bk_body.jpg) repeat-x top;
}
#body_top {
	background: url(../images/temp/bk_body-t.jpg) repeat-x top;
}
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: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "ＭＳ Ｐゴシック", san-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #333;
	font-style: normal;
	font-size: small;
	line-height: 1.5;
}

input, textarea {
	padding: 2px;
}
input {
	line-height: 1;
}

ul,dl,img {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
ol {
	margin: 0 35px 10px 30px;
}

dd { padding-left: 6px; }
img {
	border: none;
	margin: 0; padding: 0;
	font-size: 0%;
	line-height: 0%;
}

/*--基礎構成-----------------------------------------------------*/

#base {
	width: 100%;
	background: url(../images/temp/bk_base.jpg) top center no-repeat;
}
#base_top {
	width: 100%;
	background: url(../images/temp/bk_base-t.jpg) top center no-repeat;
}
#container {
	width: 950px;
	text-align: left;
}
#wrapper {
	padding-left: 25px;
}

a { text-decoration: underline; } 
a:link {color: #336633;}
a:visited {color: #666633;}
a:hover {color: #666633; text-decoration: none; } 
a:active  {color: #666633;}	


/*--ヘッダ----------------------------------------------------------*/

#header {
	height: 142px;
}
#header #logo {
	float: left;
	margin-top: 27px;
	width: 217px;
}
#header h1 {
	float: left;
	font-size: 11px;
	line-height: 1.2;
	color: #666666;
	margin: 40px 0 0 15px;
}
#header #list1 {
	float: right;
	margin-top: 38px;
}
#header li {
	display: inline;
}
#header .spc {
	clear: both;
	height: 20px;
}
#header #list2 {
	margin: 0 0 0 25px;
}


/*--左メインコンテンツ-----------------------------------------------*/

#left {
	float: left;
	padding-left: 25px;
	width: 700px;
}
#left_wrapper {
	padding-left: 10px;
	width: 690px;
}
.spc_txt {
	padding: 15px 30px 0 0;
}


/*--右スイッチ-----------------------------------------------------------*/

#right {
	float: right;
	width:220px;
}
#rgt_inq {
	background: url(../images/temp/rgt_inq-bk.jpg) no-repeat;
	height: 42px;
	text-align: center;
}

#right ul a { text-decoration: none; } 
#right ul a:link {color: #333;}
#right ul a:hover {color: #666633; text-decoration: underline; } 
#right ul a:active  {color: #666633;}	

#right .rg_li2 {
	background: url(../images/temp/rgt_link-2.gif) no-repeat;
	padding: 5px 0 0 30px;
	height: 26px;
}
#right .rg_li3 {
	background: url(../images/temp/rgt_link-3.gif) no-repeat;
	padding: 5px 0 0 30px;
	height: 26px;
}
#right .rg_li4 {
	background: url(../images/temp/rgt_link-4.gif) no-repeat;
	padding: 20px 0 0 30px;
	height: 49px;
}


/*--フッタ-----------------------------------------------------------------*/

#footer {
	clear: both;
    width: 100%;
	padding-top: 37px;
	background: url(../images/temp/footer_all.gif) top repeat-x;
}
#footer #line {
	width: 100%;
	background: url(../images/temp/footer_center.jpg) top center no-repeat;
}
#footer #line #sw {
	width: 950px;
	text-align: right;
}
#footer #ft_body {
	background: url(../images/temp/footer_body.jpg) repeat-y center;
}
#footer #ft_body #cont {
	width: 925px;
	padding: 25px 0 25px 25px;
}
#footer h1 {
	padding: 25px 0;
}
#footer #logo {
	float: left;
	width: 140px;
}
#footer #address {
	float: left;
	line-height: 1.2;
}
#footer #copyright {
	float: right;
	padding-top: 20px;
}


/*-- 表組み　-------------------------------------*/

.tbl {
	width: 650px;
}
.tbl td {
	vertical-align: top;
}
.cell_lft1 {
	background: url(../images/temp/bk_cell.jpg) repeat-y left;
	width: 120px;
	padding: 10px 0;
	text-align: center;
	border-bottom: dotted 1px #fff;
	/*-- IE 6.7用ハック --*/
	*border-bottom: dotted 1px #ddd;
}
.cell_lft2 {
	background: url(../images/temp/bk_cell.jpg) repeat-y left;
	padding: 10px 0;
	text-align: center;
}
.cell_rgt1 {
	border-bottom: dotted 1px #999;
	padding: 10px 0 10px 20px;
}
.cell_rgt2 {
	padding: 10px 0 10px 20px;
}


/*--スペーサー・その他--*/

.spc_t20 { padding-top: 20px; }
.spc_t30 { padding-top: 30px; }
.spc_t40 { padding-top: 40px; }
.spc_t55 { padding-top: 55px; }
.scp_h15 { padding: 15px 0; }
.spc_b15 { padding-bottom: 15px; }


.spc_t10m { margin-top: 10px; }

.dotline_h20 {
	height: 10px;
	border-bottom: dotted 1px #666666;
	margin-bottom: 10px;
}
.dotline_h30 {
	clear: both;
	height: 15px;
	border-bottom: dotted 1px #666666;
	margin-bottom: 15px;
}
.dotline_h30w650 {
	height: 15px;
	width: 650px;
	border-bottom: dotted 1px #666666;
	margin-bottom: 15px;
}
.dotline_h70 {
	height: 35px;
	border-bottom: dotted 1px #666666;
	margin-bottom: 35px;
	width: 650px;
}

.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; }



/*--ページ別-------------------------------------------------*/
