@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Helvetica, Arial, "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	background-color: #FFFFFF;
	background-image:url('../images/background.jpg');
	background-position:center
	/*background-color: #FFFFFF;*/
}
#top {
	width: auto;
	height: 160px;
	text-align: center;
	background-image:url('../images/background.jpg');			
	margin: 0 auto;
	overflow: hidden;
}
#masthead {
	text-align:right;
	background-image:url('../images/background_foot.jpg');		
}
#container {
	width: 950px;
	margin: 0 auto;
	margin-top:0px;

	/*background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;*/
}
#navigation {
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	/*background-color: #d3d3d3;*/
	overflow: hidden;
	/*border-top:dotted 1px #E7E7E7;*/
	border-bottom:dotted 1px #CCCCCC ;
}
#breadcrumb {
	/*color: gray;*/
	border-bottom: 1px #E7E7E7 dotted;	
	text-align: left;
	font-size: x-small;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;		
}
#page_content {
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	/*border-top-width: 1px;*/
	/*border-top-style: solid;*/
	/*border-top-color: #CCAA77;*/
}
#column_l {
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	float: left;
}
#column_r {
	width: 690px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 19px;
	float:right;
	/*border-left: solid 1px #E7E7E7;*/
}
#footer {
	text-align: center;
	background-color: #363636;
	background-image:url('../images/background_foot.jpg');	
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
}

/* column_l のスタイル ************************************************/
#column_l p {
	color: #000;
	font-size: small;
	text-align: justify;
	margin: 0;
	padding: 5px;
}
/*#column_l a {
	text-decoration: none;
}
#column_l a:active {
	color: #000000;
	text-decoration: underline;
}
#column_l a:hover {
	color: #000000;
	/*background-color: #000000;*/
	/*#column_l a:hover {
	color: #000000;
	text-decoration: underline;
}*/
*/
#column_l h4 {
	margin-bottom: 0;
	padding: 10px;
}
#column_l ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_l ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
#column_l table {
	border: 1px dotted #CCCCCC;
	/*width: 100%;*/
    background-color: rgba(140,140,140,0.1);
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0x;
}

#column_l td {
	padding: 1px 0px 0px 6px;
	font-size: 0.95em;
    /*border: 1px #E3E3E3 solid;*/
    /*border-width: 0 0 1px 1px;*/
    text-align: left;
}


/* column_r のスタイル ************************************************/
#column_r p {
	color: #000;
	font-size: small;
	text-align: justify;
	margin: 0;
	padding: 10px;
}

.column_r_clear {
	clear: both;
}
.column_r_l {
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	float: left;
}

.column_r_l img {
	float: left;
}

.column_r_r {
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	float: right;
}
.column_r_r img {
	float: right;
}

#column_r table {
	border: 2px dotted #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
    background-color: #F2F2F2;
	/*width: 100%;*/
	width: 690px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0x;
}

#column_r th {
    padding: 5px;
    /*background-color: rgba(242,242,242,0.5);
    /*border: 1px #E3E3E3 solid;*/
   	border: 1px dotted #CCCCCC;
    border-width: 0 0 1px 1px;
    text-align: justify;
    vertical-align: super;
}

#column_r td {
    padding: 5px 5px 5px 5px;
	border: 1px dotted #CCCCCC;
    /*border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;*/
    text-align: justify;
    vertical-align: top;
}

#column_r table img{
	display:block;
	margin:auto;
}
/* コンテンツ共通のスタイル  ************************************************/

h1 {
	color: #000000;
	font-size: 1.25em;
	border-bottom: 1px gray dotted;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;		
}
h2 {
	color: #000000;
	font-size: 1.00em;
	border-bottom: 1px gray dotted;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;		
}
h3 {
	color: #000000;
	font-size: 1.00em;
	text-align: center;
	border-bottom: 1px gray dotted;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;		
}
h4 {
	color: #000000;
	font-size: 1.00em;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;		
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
.xx-small-red {
	color: red;
	font-size: xx-small;
}
y {
	/*color:gray;*/
	font-size: small;
}
.small-red {
	color: red;
	font-size: small;
}
.small-red {
	color: red;
	font-size: small;
}
.small-white {
	color: rgba(00,00,00,0);
	font-size: small;
}
.dCap {
	float: left;
	margin: 0 10px 1px 0;
	font-size: 1.75em;
	color: #67CEE7;
	border-bottom: 1px gray solid;
	text-align: center;
	width: 180px;
}
.cap {
	color: #000000;
	font-size: 1.2em;	
	font-weight:bold;
	margin: 0 10px 0 2px;
}
img {
	border-width: 0;
	vertical-align: middle;
	border-width: 0px;
	margin: 0px 5px 2px 0px;
}

/* マストヘッドのスタイル  ************************************************/
#masthead img {
	float: left;
	border-width: 0;
}
#masthead p {
	color: #000;
	font-size: xx-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}


/* ナビゲーションのスタイル  ************************************************/
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0px 0px 5px 0px;
	font-size: 1.10em;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin:  0px 0px 0px 0px;
	padding: 6px 7px 5px 5px;
	display: block;
	/*border: 1px solid #ffffff;*/
}
#navigation img {
	border-width: 0;
	vertical-align: middle;
	border-width: 0px;
	margin: 0px 10px 2px 0px;
}
#navigation a:hover {
	background-color: #FAD880;
	/*border: 1px solid #f2f2f2;*/
}


/* コンタクトテーブルのスタイル  ************************************************/
#contactTable {
	border-top:1px solid #CCC;
	margin:20px 0 0;
}

#contactTable td {
	border-bottom:1px solid #CCC;
	padding:5px 5px;
	font-size:12px;
	line-height:18px;
	vertical-align:top;
}

#contactTable th {
	border-bottom:1px solid #CCC;
	padding:5px 5px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	vertical-align:top;
	white-space:nowrap;
}

#contactTable textarea {
	border:1px solid #999;
	background:#F0F0F0;
}


#contactTable input {
	border:1px solid #999;
	background:#F0F0F0;
}


/* フッターのスタイル  ************************************************/
#footer p {
	color: #fff;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* リンクのスタイル  ************************************************/
a {
	/*color: #000000;*/
	color: inherit;
	text-decoration: none;
}
a:hover {
	/*color: #000000;*/
	color: inherit;
	text-decoration: underline;
}
a img.linkimg{
	background: none!important;
}
 
a:hover img.linkimg{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:none!important;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}
.hr {
	height: 1px;
	color: gray;
}
