﻿body {
	background-color:#CCCCCC;
}

/* ###################################### */
/*	Layouts */
/* ###################################### */
#wrapper_outer{
	text-align: center;
	width:100%;
	position:absolute;
	top: 0px;
	left: 0px;
	margin:0px;
	padding:0px;
	background-color:#CCCCCC;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;	
}
#wrapper{
	background-color:#FFFFFF;
	margin:0 auto;		/* Firefox doesn't center the wrapper without this line */ 
	width:760px;
	text-align: left;
}

#header{
	background-color:#666666;
	width:760px;
	margin: 0;
	padding: 0;
}
#middle{
	width:760px;
	margin: 0;
	padding: 0;
}
#col-left{
	width:579px; /* 580 から border-right の1px 分 を引いている*/
	background-color:#FFFFFF;
	float:left;
	border-right: 1px dashed #999999;
}
#col-right{
	width:180px;
	float:right;	
}

#footer {
	background-color: #666666;
	color: #FFFFFF;
	font-size:10px;
	width:100%;
	height:auto;
}
#footer p{
	padding:5px 20px 5px 20px;
}
.clear {
	clear:both;
}


/* ###################################### */
/*	Navigation  */
/* ###################################### */
#navigation {
	background-color: #E5D538; 	/* Ocre */
	background-color:#A82B00;	/* Red */
/*	background-image:url(../img/bkg-nav-1.gif); */
	border-bottom: 2px solid #665533;
	height:auto;
	text-align: center;
	font-size:12px;
	font-weight:bold;
}
html>body #navigation {
	overflow: hidden;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color:#666666; /* Dark gray */
	color:#FFFFFF;
	text-decoration: none;
	padding: 5px;
	display: block;
}
#navigation a:hover {
	background-color: #999900;
	background-color:#666666;	
	color:#CCCCCC;
}


/* ###################################### */
/*	Text  and content*/
/* ###################################### */
.content{
	padding:20px;
	font-size:12px;
	line-height:18px;
}
.content_col_right{
	font-size:10px;
	padding:10px;
}	

h1 {
	font-size:14px;
	font-weight:bold;
	color: #333333;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color: #333333;
}

h3 {
	font-size:14px;
	border-bottom: 3px solid #666600;
	padding: 0px 0px 3px 0px;
	margin: 0px 5px 0px 0px;
	color: #333333;
}
h4 {
	font-size:12px;
	color: #000000;
	margin-top: 0px;
}
h5 { 
	font-size:10px;
	margin-top: 0px;
}

a {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #998866;

}
.history{
}
.history td{
	padding:3px 0px 8px 8px;
	font-size:10px;
	line-height:14px;
}

dl.media{
	width:519px;
}
dl.media dt{
	width:60px;
	float:left;
	padding:5px 10px 5px 0;
	border-bottom:1px #ccc dotted;
}
dl.media dd{
	padding:5px 0;
	border-bottom:1px #ccc dotted;
}


/* ###################################### */
/*	image inset  */
/* ###################################### */
/* border-color:#9eb1c0 #677787 #677787 #9eb1c0; */
.block_center {
	width:100%;
	clear:both;
	padding-bottom:10px;	
}

.block_center img{
	padding:1px;
	border:1px solid #9dafbd;
	border-color:#9eb1c0 #677787 #677787 #9eb1c0;
}

.block_left {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.block_left img{
	padding:1px;
	border:1px solid #9dafbd;
}

.block_right{
	float:right;
	padding: 0px 10px 0px 10px;
}
.block_right img{
	padding:1px;
	border:1px solid #9dafbd;
}

tbody.prf td{border-top:1px #CCC solid; padding-top:5px; vertical-align:top;}
.btmline{border-bottom:1px #CCC solid;}