@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	background-color: #dee0e2;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*---------------------------------------------------------------------------*/
a {
	color: #333333;
}

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



/*---------------------------------------------------------------------------*/
#container {
	width: 1000px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container_bg.gif);	
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}



/*---------------------------------------------------------------------------*/

#header {
	background-image: url(images/header_bg.jpg);	
	background-repeat: no-repeat;
	height: 200px;	
	width: 100%;
	position: relative;
}

#header2 {
	background-image: url(https://eco-ring.sakura.ne.jp/eco-ring.com/yahoo/genka-w/images/header_bg2.jpg);	
	background-repeat: no-repeat;
	height: 350px;	
	width: 100%;
	position: relative;
}


#header h1 {
	font-size: 10px;	
	color: #FFFFFF;		
	line-height: 20px;
	position: absolute;
	left: 10px;		
	top: 0px;		
	font-weight: normal;
}


#header #logo {
	position: absolute;
	left: 0px;		
	top: 25px;		
}



/*---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	margin-right: 1px;
}

ul#menu li.last {
	margin-right: 0;
}

ul#menu img {
	vertical-align: bottom;
	margin-left: 9px;
	margin-top: 13px;	
}



/*---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/
	width: 814px;
	padding-right: 20px;
	padding-left: 20px;
}

#main .new dl {
	clear: left;
	width: 794px;
	border-bottom: 1px solid #cccccc;	
	overflow: hidden;
}

#main .new dt {
	font-weight: bold;	
	float: left;
	width: 100px;
}

#main .new dd {
	float: left;
	width: 694px;
}

#main .new dd img {
	vertical-align: middle;
}


*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	clear: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}


#main h2 {
	font-size: 100%;	
	line-height: 25px;
	color: #FFFFFF;		
	background-image: url(images/title_bg1.gif);
	background-repeat: no-repeat;
	height: 20px;
	overflow: hidden;
	padding-left: 700px;
}


#main p {
	padding: 0.5em 1px 1em;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	
	clear: both;
	width: 100%;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	background-image: url(images/footer_bg.jpg);	
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000000;	
}


#footer a {
	color: #FFFFFF;
	text-decoration: none;
}



/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 814px;
	margin-right: auto;
	margin-left: auto;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #000000;	
}

.ta1 td {
	padding: 10px;	
	width: 25%;
}


.ta1 th{
	background-color: #000000;
	text-align: left;
	color: #FFFFFF;
	padding: 10px;
}


.ta1 th a {
	color: #FFFFFF;
}



/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 814px;
	margin-right: auto;
	margin-left: auto;
}

.ta2, .ta2 td, .ta2 th{
	border: 1px solid #000000;	
}


.ta2 td{
	width: 621px;				
	padding: 10px;	
}


.ta2 th{
	width: 150px;				
	padding: 10px;	
	text-align: center;			
	background-color: #E3E3E3;	
}


.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #1A1A1A;	
	color: #FFFFFF;				
}

.ta2 th.tamidashi a {
	color: #FFFFFF;
}



/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 20px 0.5em 35px;
	list-style: disc;
}

.color1 {
	color: #FF0000;
}
