@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	outline: none;
	font-size: 100%;
}

html {
	overflow-y:scroll;  
}

body{
	line-height:1.4;
	font-size: 0.78em;
	background: url(cmnfix/bg.jpg) repeat-x #FDF4DB;
	color: #666666;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0.1em;
	line-height: 0;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	margin-right: auto;
	margin-left: auto;
	}
	
td {
 text-align:left;
 }
 
img {
	border:none;
	margin:0px;
	padding:0px;
}

li	{
	list-style:none;
}

.tCenter {
	text-align: center;
}

.tRight {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.cell_top	{
	border-top:dotted 1px #CCCCCC;
}
.cell_bottom	{
	border-bottom:dotted 1px #CCCCCC;
}
.cell_left	{
	border-left:dotted 1px #CCCCCC;
}
.cell_right	{
	border-right:dotted 1px #CCCCCC;
}

/********************************************************** コンテナ ***/

div.wrapper {
	width: 908px;
	margin: 0 auto 0px auto;
	background: url(cmnfix/bg2.jpg) repeat-y #FFFFFF;
}

div.inner {
	width: 880px;
	margin: 0 auto;
}

div.contents {
	padding-top: 20px;
}

/********************************************************** ヘッダ ***/

div#header {
	position: relative;
	width: 881px;
	height: 78px;
	margin: 0 auto 10px auto;
	background: url(cmnfix/headerBg.jpg) no-repeat;
}

h1 {
	position: absolute;
	top: 7px;
	right: 15px;
	width: 530px;
	height: 20px;
	background: url(cmnfix/h1Bg.gif) no-repeat;
	color: #66AF22;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-indent: 10px;
}

div#header ul {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #663300;
	font-size: 12px;
}

div#header li {
	display:inline;
}

div#header li a {
	color: #663300;
	margin-right: 3px;
}

/********************************************************** 左カラム ***/

div.left2 {
	float: left;
	width: 214px;
	background: url(cmnfix/sideBg.jpg) repeat-y;
}

div.left2 div {
	width: 182px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 20px 0;
}

div.left2 div table {
	width: 172px;
	background: url(cmnfix/bor2.gif) repeat-x left bottom;
	margin-bottom: 5px;
}

div.left2 div td {
	padding: 0 0 6px 23px;
	font-size: 12px;
}

table.side1 td {
	background: url(cmnfix/ic1.gif) no-repeat;
	color: #828282;
}

table.side1 td a {
	color: #828282;
}

table.side2 td {
	background: url(cmnfix/ic2.gif) no-repeat;
	color: #000000;
}

table.side2 td a {
	color: #000000;
}


/********************************************************** メインカラム ***/

div.main2 {
	float: right;
	width: 645px;
}

div.main2 h4 {
	width: 645px;
	height: 34px;
	line-height: 34px;
	font-size: 1.1em;
	color: #FF5580;
	text-indent: 35px;
	background: url(cmnfix/h4Bg.gif) no-repeat;
}

/********************************************************** フッタ ***/

div#footer {
	width: 864px;
	margin: 10px auto 0 auto;
	text-align: right;
	padding: 0px 0 30px 0;
	font-size: 12px;
	background: url(cmnfix/bor.gif) repeat-x 0 8px;
}

div#footer ul {
	float: right;
	margin-bottom: 5px;
	background: #FFFFFF;
	width: 435px;
}

div#footer li {
	display: inline;
}


img.css-hover{
opacity:1.0;
filter: alpha(opacity=100);
}
a:hover img.css-hover{
opacity:0.7;
filter: alpha(opacity=70);
}


























