﻿@charset "UTF-8";
/* bodyに関するCSS
--------------------------------------------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	background-image: url(back/back10.gif);
}
#main {
	width: 480px;
	float: left;
	text-align: left;
}
#side {
	width: 175px;
	float: left;
}



ul#menubar {
   margin: 0px; /* ul内部の左端余白を消す(IE) */
   padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
}
ul#menubar li {
	border: 1px gray solid; /* 枠線と内容の距離をゼロに */
	height: 25px;
	width: 210px;
	list-style-type: none;
	font-size: 14px;
	line-height: 2.0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-image: url(back/menu_back.jpg);
}

#menubar a {
	display: block;
	text-decoration: none;
	color: #333333;	
}

img {
	border:none;
}

#menubar a:hover {
	color: #333333;
	font-weight: bold;
}

/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#body-box {
	width: 905px;
	background-color: #FFFFFF;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.block-center {
  margin-right: auto;
  margin-left: auto;
}

.block-right {
	text-align: right;
	padding-left: 10px;
}

.block-left {
	text-align: left;
	padding-left: 5px;
}

#header{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}

#col1{
	width:245px;
	float: left;
	clear: both;
	margin: 0px;
}
#col2{
	width:660px;
	float: left;
	text-align: left;
}


#wrapper {
	width: 915px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #70BF01;
	border-right-color: #70BF01;
	border-bottom-color: #70BF01;
	border-left-color: #70BF01;
	padding: 0px;
  }


#footer{
	clear: both;
	border-top: 1px solid #CCCCCC;
	width: 915px;
	text-align: center;
	color: #333333;
	padding-top: 15px;
	background-image: url(back/back3.gif);
	padding-bottom: 15px;
}

#footer_up{
	clear: both;
	width: 910px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #006600;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
}


#box{
	padding: 10px;
	height: 150px;
	width: 530px;
	border: thin solid #CCCCCC;
	overflow: scroll;
	font-size: 12px;
	line-height: 1.8;
}




/* ヘッダーに関するCSS 
--------------------------------------------------------------------------------*/

/*テキスト構造に関するCSS 
--------------------------------------------------------------------------------*/
h1{
	font-size:1.5em;
	color:#434343;
	padding-bottom:0;
	font-weight:bold;
	margin-left: 10px;
}

h2 {
	font-size: 14px;
	color: #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	line-height: 2;
	background-image: url(back/back10.gif);
	width: 95%;
	text-align: left;
	padding-left: 5px;
	margin-left: 5px;
}

h3 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	width: 90%;
	border-top-style: none;
	border-bottom-style: dotted;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}

p {
	font-size: 14px;
	line-height: 1.8;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

a:link {
	color: #000099;
}
a:active {
	color: #000099;
}
a:visited {
	color: #000099;
}

ul{
    font-size: 14px;
	line-height: 1.8;
	
}

#font05{
	font-size: 14px;
	line-height: 1.8;
	margin-right: 15px;
}

#font12{
	font-size: 12px;
	line-height: 1.6;
	margin-right: 15px;
}

#font0{
	font-size: 12px;
	line-height: 1.6;
	margin-right: 15px;
	text-decoration:none;
}

#font0 a{
	font-size: 12px;
	line-height: 1.6;
	margin-right: 15px;
	text-decoration:none;
}

#font0 a:hover{
	font-size: 12px;
	line-height: 1.6;
	margin-right: 15px;
	text-decoration:none;
	font-weight: bold;
	color: #0033FF;
}

table{
	border-collapse: collapse;
	margin-top: 2px;
}


th{
	font-size: 12px;
	text-align: center;
	height: 30px;
	color: #FFFFFF;
	background-color: #009933;
	padding-top: 8px;
	padding-bottom: 8px;
}
caption{
	font-size: 12px;
}

/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/


#nav02 li {
	width: 145px;
	height: 25px;
	border: 1px solid #000;
	font-size: 13px;
	text-align: center;
	list-style-type: none;
	line-height: 2.0;
	margin-bottom: 5px;
	background-image: url(back/wal_003.gif);
}

#nav02 a {
	width: 145px;
	height: 25px;
	display: block;
	color: #000;
	text-decoration: none;
}
#nav02 a:hover {
	color: #CCFF33;
	background-image: url(back/green.gif);
}

/* コンテンツに関するCSS 
--------------------------------------------------------------------------------*/



#ray_table{
	vertical-align: text-top;
	text-align: center;
}


#contents_table{
	text-align: center;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 2.2;
}

#contents_table02{
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 2.2;
	vertical-align: text-top;
}

#ray_p{
	line-height: 1.6;
	margin-right: 15px;
	margin-left: 15px;
	width: 85%;
	font-size: 14px;
}

#ray_img{
	margin-right: 20px;
	margin-left: 20px;
}


#head1 {
	float: left;
	width: 400px;
}

#head2 {
	float: right;
	width: auto;
	height: auto;
	text-align: right;
	color: #0066FF;
	padding: 0px;
}

/* Snazzy Borders - http://www.cssplay.co.uk/boxes/snazzy.html */
    #xsnazzy { background:transparent; margin:1em; padding:0; }
    #xsnazzy .h, #xsnazzy p { margin:0; padding:10px 15px; line-height:2em; }
    #xsnazzy .h { font-size:1.5em; color:#434343; padding-bottom:0; font-weight:bold; }
    #xsnazzy .xtop, #xsnazzy .xbottom {display:block; background:transparent; font-size:1px; }
    #xsnazzy b { display:block; overflow:hidden; }
    #xsnazzy .xb1, #xsnazzy .xb2, #xsnazzy .xb3 {height:1px; }
    #xsnazzy .xb2, #xsnazzy .xb3, #xsnazzy .xb4 {background:#EEFFBB; border-left:1px solid #669933; border-right:1px solid #669933;}
    #xsnazzy .xb1 { margin:0 5px; background:#669933; }
    #xsnazzy .xb2 { margin:0 3px; border-width:0 2px; }
    #xsnazzy .xb3 { margin:0 2px; }
    #xsnazzy .xb4 { height:2px; margin:0 1px; }
    #xsnazzy .xboxcontent {
	display:block;
	border:0 solid #669933;
	border-width:0 1px;
	background-color: #FFFFFF;
}

