﻿@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%; 
}
body {
	margin: 0;
	padding: 0;
	font-size: small;
	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: "ヒラギノ角ゴ 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 {
	line-height: 1;
	padding: 3px 2px 1px 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%;
}

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

#base {
	width: 100%;
	height: 100%;
}
#container {
	width: 850px;
	text-align: left;
}
#contents {
	background: url(../images/temp/bk_body.gif) repeat-y;
}
	
a { text-decoration: none; } 
a:link {color: #653B21;}
a:visited {color: #653B21;}
a:hover {color: #FF6400; text-decoration: underline; } 
a:active  {color: #FF6400;}	


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

#header {
	height: 105px;
}

/*--左メニュー-----------------------------------------------------*/

#left {
	float: left;
	width: 140px;
}
#left #lft_top {
	background: #C8C8C8;
	text-align: center;
	padding: 5px;
}
#left li {
	margin: 0;
	padding: 0;
}
#left li a {
	display: block;
	padding: 5px 10px 3px 25px;
	background: url(../images/temp/lft_arrow-0.gif) left no-repeat white;
	border-bottom: dotted 1px #4F4F4E;
}
#left li a:hover{
	background: url(../images/temp/lft_arrow-1.gif) left no-repeat #C0AFA4;
	color: #653B21;
}
#left lia:active  {color: #653B21;}	

#left .brown a {
	background: url(../images/temp/lft_arrow-1.gif) left no-repeat #C0AFA4;
}

#left #caption {
	font-size: 10px;
	line-height: 1.2;
	padding: 10px 0;
}


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

#main {
	float: left;
	padding-left: 20px;
	width: 480px;
}


/*--右メニュー-----------------------------------------------------*/

#right {
	float: right;
	width: 185px;
}
#right li {
	margin: 0;
	padding: 0;
}
#right .sw {
	margin: 10px 0;
}


/*--フッタ-----------------------------------------------------*/
.spc_t10 {
	padding-top: 10px;
}
#footer {
	border-top: solid 2px #653B21;
	padding: 0 0 15px 0;
	background: white;
}
#footer #logo {
	float: left;
	width: 180px;
}
#footer p {
	padding-top: 5px;
}


/*--スペーサー・その他-----------------------------------------------------*/

.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; }
