@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　共通クラスの定義CSS　■□■□■
 * 
 * Author   : IT
 * LastDate : 2009/08/31
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/*--------------------------------------------------------------------------------
　▼　body
--------------------------------------------------------------------------------*/
body {
	background-color: #FFFBE8;/*--（カラーを変更）--*/
	color: #333333;/*--（カラーを変更）--*/
	font-size: 0.9em;
}
p,
ul,
ol,
dl,
h2,
h3,
h4,
table {
	margin: 0 0 10px 0;
}
li {
/*	background: url(../img/list_icon.jpg) no-repeat left 8px;
	padding-left: 10px;*/
}
h2 {
	clear: both;
	background: url(../img/bg06.jpg) no-repeat left top #eeeeee;/*--（カラーを変更）--*/
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #CCCCCC;/*--（カラーを変更）--*/
	color: #333333;/*--（カラーを変更）--*/
	padding: 5px 5px 1px 20px;
	margin: 20px 0 10px 0;
}
h3 {
	background: url(../img/arrow01.gif) no-repeat left 2px;/*--（カラーを変更）--*/
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px dotted #FF0000;/*--（カラーを変更）--*/
	color: #333333;/*--（カラーを変更）--*/
	padding: 0 0 0 20px;
	margin: 15px 0 5px 0;
}
h4 {
	background-color: #E9E6D9;
	font-weight: normal;
	font-size: 1em;
	padding: 0 5px;
	margin: 15px 10px 5px 10px;
}
a {
	text-decoration: underline;
	color: #2C927A;/*--（カラーを変更）--*/
}
a:hover {
	color: #CC0033;/*--（カラーを変更）--*/
}
strong {
	font-weight: bold;
}

/*--------------------------------------------------------------------------------
　▼　■□■wrapper■□■
--------------------------------------------------------------------------------*/
div#wrapper {
	width: 814px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: left;
	margin: 0 auto;
}

/*--------------------------------------------------------------------------------
　▼　■□■header■□■
--------------------------------------------------------------------------------*/
/*div#headerBox {
	background: url() repeat-x left bottom #;
}*/
div#header {
	padding: 0 14px 14px 14px;
}
h1 {
	font-size: 0.8em;
	padding: 5px 0 0 0;
}
.logo {
	float: left;
	display: inline;
	margin: 15px 0 0 0;
}
.add {
	float: right;
	display: inline;
	margin: 0;
}

/*--------------------------------------------------------------------------------
　▼　■□■contents■□■
--------------------------------------------------------------------------------*/
/*div#contents {
	background: url() repeat-y left top #;
	width:;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}*/
ul.flist {
	border-top:1px solid #CCCCCC;
	clear:both;
	font-size:0.8em;
	margin:15px 0;
	padding:15px 10px 0;
}
ul.flist li {
	display:inline;
}
ul.flist li a {
	background:transparent url(../img/arrow02.gif) no-repeat scroll left center;
	padding-left:9px;
}
ul.flist li:after {
	content:" | ";
}
ul.flist li.end:after {
	content:"";
}

/*--------------------------------------------------------------------------------
　▼　■□■primary■□■
--------------------------------------------------------------------------------*/
div#primary {
	width: 594px;
	float: right;
	display: inline;
	margin: 0 14px 20px 0;
}

/*------------------main------------------*/
.main {
	margin: 0 0 10px 0;
}

/*------------------title------------------*/
.title {
	color: #0066CC;/*--（カラーを変更）--*/
	font-size: 1.2em;
	font-weight: bold;
}

/*------------------box------------------*/
.box01 {
	background-color: #F3F3F3;/*--（カラーを変更）--*/
	padding: 10px 10px 0 10px;
}
.box03 {
	background-color: #FFFFF4;
	border: 1px solid #CCCCCC;/*--（カラーを変更）--*/
	padding: 10px 10px 0 10px;
}
ul.box03 {
	padding: 10px 15px;
}

/*------------------photoList------------------*/
.photoList {
	margin: 0;
}
.photoList li {
	background: none;
	width: 177px;
	float: left;
	display: inline;
	padding: 0;
	margin: 10px 0 10px 16px;
}

/*------------------table------------------*/
.table {
	clear: both;
	width: 100%;
	font-size: 1.0em;
	line-height: 1.5;
}
.stable {
	clear: both;
	width: 100%;
	font-size: 0.8em;
	line-height: 1.6;
}

.table tr:hover,
.stable tr:hover {
	background-color: #FFF1E1;
}


.table th,
.table td,
.stable th,
.stable td {
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.table th,
.stable th {
	background-color: #fffff4;/*--（カラーを変更）--*/
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-weight: bold;
}

.table td.alignR,
.stable td.alignR {
	text-align: right;
}

.table td.alignL,
.stable td.alignL {
	text-align: left;
}
.table td.alignC,
.stable td.alignC {
	text-align: center;
}

/*------------------photoTable------------------*/
.photoTable {
	margin: 0 0 0 10px;
}
.photoTable td {
	padding: 10px 8px;
}

/*------------------check------------------*/
div.check {
	clear: both;
	margin: 20px 0;
}
div.check p,
div.check dl {
	margin: 0;
}
div.check p {
	float: left;
	display: inline;
}
div.check dl{
	width: 450px;
	float: right;
	display: inline;
}
div.check dt{
	background-color: #FFEBD2;
	border: solid 1px #CCCCCC;
	padding: 2px 5px;
	margin-bottom: 3px;
}
div.check dd {
	background: url(../img/sub/icon01.gif) no-repeat left center;
	float: left;
	display: inline;
	padding-left: 16px;
	margin-right: 20px;
}

/*--------------------------------------------------------------------------------
　▼　■□■secondary■□■
--------------------------------------------------------------------------------*/
div#secondary {
	width: 178px;
	float: left;
	display: inline;
	margin: 0 0 20px 14px;
}
div#secondary p,
div#secondary ul,
div#secondary dl {
	margin: 0;
}
div#secondary h2 {
	clear: both;
	background: none;
	font-weight: bold;
	font-size: 1.2em;
	border: none;
	color: #333333;/*--（カラーを変更）--*/
	padding: 0;
	margin: 0;
}
div#secondary h3 {
	clear: both;
	background: none;
	background-color: #0066CC;/*--（カラーを変更）--*/
	font-weight: bold;
	font-size: 1em;
	border: none;
	text-align: center;
	color: #FFFFFF;/*--（カラーを変更）--*/
	padding: 0;
	margin: 10px 0 5px 0;
}

/*------------------list------------------*/
div#secondary ul.list {
	background-color: #FFFFFF;
	border-top: 1px solid #FF0000;
	margin: 0 0 10px 0;
}
div#secondary ul.list li {
	background: none;
	border: 1px solid #FF0000;
	border-top: none;
	padding: 0;
}
div#secondary ul.list li a {
	background: url(../img/icon03.gif) no-repeat 5px center;
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
}
div#secondary ul.list li a:hover,
div#secondary ul.list li.this a {
	background: url(../img/icon02.gif) no-repeat 5px center;
	background-color: #EEEEEE;
}

/*------------------box02------------------*/
div#secondary .box02 {
	border: 1px solid #FF0000;
	padding: 5px;
}

/*------------------iframe------------------*/
iframe {
	border: 1px solid #CCCCCC;/*--（カラーを変更）--*/
}

/*--------------------------------------------------------------------------------
　▼　■□■footer■□■
--------------------------------------------------------------------------------*/
/*div#footerBox {
	clear: both;
	background: url() repeat-x left top #;
}*/

div#footer {
	clear: both;
	background: url(../img/bg05.jpg) repeat-x left top #d3270f;
	text-align: center;
	color: #FFFFFF;/*--（カラーを変更）--*/
	padding: 25px 0 10px 0;
}
* html div#footer {
	padding-top: 15px;
}
*:first-child+html div#footer {
	padding-top: 15px;
}
div#footer p,
div#footer ul,
div#footer dl {
	margin: 0;
}

/*--追加 ここから----*/
/*------------------table02------------------*/
.table02 {
	clear: both;
	width: 100%;
	font-size: 1.0em;
	line-height: 1.5;
}
.table02 tr:hover {
	background-color: #FFF1E1;
}

.table02 th,
.table02 td {
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.table02 th {
	background-color: #FFFFE1;/*--（カラーを変更）--*/
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-weight: bold;
}

.table02 td.alignR {
	text-align: right;
}

.table02 td.alignL {
	text-align: left;
}
.table02 td.alignC {
	text-align: center;
}

.table02 th.title01 {
	background-color: #fe4924;/*--（カラーを変更）--*/
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-weight: bold;
	color: #FFF;
}
.table02 th.title02 {
	background: none;
	background-color: #fffff4;/*--（カラーを変更）--*/
}
.table02 th.title03 {
	background-color: #227DEC;/*--（カラーを変更）--*/
	color: #FFF;
}
.table02 td.title04 {
	background: none;
	background-color: #F0FBFF;/*--（カラーを変更）--*/
	font-weight: bold;
}
/*----追加 ここまで----*/



