@charset "shift_jis";

/***************************************************
	用スタイルシート
	common.css
	基本レイアウトスタイル定義
***************************************************/

/* Reset
------------------------------------------------------------ */
html {	overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {	font-style: normal;}
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption,th {
	text-align: left;
}
img	{	border: none;	vertical-align: bottom;}
ul	{	list-style-type: none;}
ol	{	list-style-position: inside;}
hr	{	display: none;}

/* Base
------------------------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 1.6;
	color: #666666;
	background: #e7edd5;
	text-align: center;
}
* html body {    font-family: 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, Sans-Serif;}
*:first-child+html body {    font-family: 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, Sans-Serif;}
#container {
	width: 758px;
	margin: 0 auto;
	text-align: left;
	background: url(../img02/temp/bk01.gif) #fffee0 0 0 repeat-y;
}

/* Link
------------------------------------------------------------ */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
}
a.red:link {
	color: #333333;
	text-decoration: underline;
}
a.red:visited {
	color: #333333;
	text-decoration: none;
}
a.red:hover {
	color: #ff0000;
	text-decoration: underline;
}
#header p.top_navi a:link {
	color: #ffffff;
	text-decoration: none;
}
#header p.top_navi a:visited {
	color: #ffffff;
	text-decoration: none;
}
#header p.top_navi a:hover {
	color: #ecfdad;
	text-decoration: underline;
}

/* for All Pages
------------------------------------------------------------ */
.location{
	clear: both;
	padding: 10px 0 0 19px;
	font-size: 80%;
}
.alt	{	display: none;}
.clear	{	clear: both;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* #header
------------------------------------------------------------ */
#header{
	width:750px;
	margin-left:4px;
	background: #344205 url(../img02/temp/header_bk.jpg) 0 0 repeat-x;
}
#header h1 {
	float: left;
	width: 247px;
}
#header h1 a {
	display:block;
	width:247px;
	height:80px;
	background: url(../img02/temp/logo.jpg) top  ;
	text-indent:-9999px;
}
#header p.tell {
	padding-right:15px;
	text-align:right;
}
#header p.top_navi,#header p.top_navi a{
	text-align:right;
	color:#FFFFFF;
}
#header p.top_navi{
	margin: 5px 15px 0 0;
}
#header #line{
	width:750px;
	padding-bottom:10px;
	background:url(../img02/temp/line.gif) 0 100% no-repeat;
}

/* #content
------------------------------------------------------------ */

#content #main .size18{
	font-size:18px;
	font-weight:bold;
}
#content #main .size16{
	font-size:16px;
	font-weight:bold;
}
#content #main .size12{
	font-size:12px;
}
#content #main .green{
	font-weight:bold;
	color:#669900;
	padding: 10px 0;
}

/* #footer
------------------------------------------------------------ */
#footer {
	padding: 25px 0 0 4px;
}
#footer p {
	text-align:center;
}
#footer p.copy {
	width:750px;
	margin-top:15px;
	padding:5px 0 5px 0 ;
	background-color:#354405;
	color:#FFFFFF;
	text-align:left;
}

