* {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	line-height: 140%;
}
/*リンク部分の色指定*/

A:LINK {
	color: #666666;
	text-decoration : none;
}
A:VISITED {
	color: #666666;
	text-decoration : none;
}
A:HOVER {
	color: #666666;
	text-decoration : underline;
}
A:ACTIVE {
	color: #666666;
}
/*BODY要素*/

h3 A:LINK {
	color: #FF0000;
	text-decoration : none;
}
h3 A:VISITED {
	color: #FF0000;
	text-decoration : none;
}
h3 A:HOVER {
	color: #FF0000;
	text-decoration : underline;
}
h3 A:ACTIVE {
	color: #FF0000;
}

BODY{
	background-image : url(img/back_01.jpg);
}
/*TABLE要素*/

TABLE{
	margin: 0px auto;
	border-collapse: collapse;
}
.main{
	font-size : 10pt;
	color : #009966;
	text-align : center;
	width : 800px;
	background-color : white;
}
.main2{
	font-size : 10pt;
	color : white;
	width : 800px;
	background-color : #009966;
}
.news{
	font-size : 10pt;
	color : #009966;
	text-align : left;
	width: 340px;
	margin-bottom: 20px;
}
.news td span{
	font-size : 9pt;
	color: #FF0000;
}

.topic{
	font-size : 10pt;
	color : #009966;
	text-align : left;
	width : 350px;
}
.releace{
	font-size : 8pt;
	color: #009933;
	text-align: right;
	width: 390px;
	margin-bottom: 30px;
}
.releace h4 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	line-height: 140%;
	border-right-style: solid;
	border-right-width: 5px;
	padding: 0px 5px 0px 0px;
	margin: 15px 0px 0px 0px;
}
.link{
	font-size : 8pt;
	text-align: left;
	color: #009933;
	width: 390px;
}
.link h4 {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 140%;
	border-left-style: solid;
	border-left-width: 5px;
	padding: 0px 0px 0px 5px;
	margin: 15px 0px 0px 0px;
}
.TD_title {
	padding : 6px 0px;
}
/*TD&TEXT要素*/

.TD_copyright{
	font-size: 12px;
	color : white;
	line-height: 120%;
	text-align : right;
	background-color : #009966;
	background-image : url(img/back_logo.jpg);
	background-repeat : no-repeat;
	background-position: 5px center;
	padding: 5px 5px 5px 0px;
}
.TD_notice{
	color: #FF0000;
	text-align: left;
	background-color : white;
}
.TD_table_space01{
	vertical-align : top;
	padding-bottom: 20px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #009966;
}
.TD_table_space02{
	vertical-align : top;
	padding-bottom: 20px;
}
.TD_right{
	text-align : right;
}
.TD_whats_day{
	font-size : 10pt;
	font-weight : bold;
	padding-left : 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #009966;
	padding: 10px 0px 0px 0px;
}
.TD_maincg {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.third {
	color: #FF6666;
}

.btn_followme {
	position: absolute;
	top: 8px;
	left: 274px;
}
.twitter {
	position: relative;
}
#mainpic ul {
	list-style-type: none;
	height: 450px;
	width: 800px;
}
#mainpic ul li {
	float: left;
	width: 200px;
}
.TD_notice p {
	text-align: center;
	border: 1px solid #FF0000;
	padding: 3px 0px;
	margin: 10px 0px 0px 0px;
}
.TD_notice p span {
	font-weight: bold;
	margin: 0px 0px 0px 12px;
}
#page {
	position: relative;
}
#cdplay {
	position: absolute;
	bottom: -20px;
	right: -20px;
	text-indent: -9999px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	background-image: url('img/btn_cdplay.png');
	background-position: center top;
	background-repeat: no-repeat;
	cursor: pointer;
}
#cdplay:hover {
	background-position: center bottom;
}

/* header部メニュー */
#header {
	position: relative;
	height: 60px;
	background-image: url('img/logo_250_g.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}
#header ul {
	position: absolute;
	top: 0px;
	right: 0px;
	list-style-type: none;
}
#header ul li {
	display: inline-block;
	font-size: 12px;
	padding: 3px 10px;
	margin: 0px;
	/* IE6対策 */
	/display: inline;
	zoom: 1;
}
#header ul li a {
	color: #FFFFFF;
}
#header ul .last {
	position: relative;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
}
#header ul .last ol {
	display: none;
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
	width: 150px;
	/* CSS3 */
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;
	box-shadow: 1px 1px 3px #000000;
}
#header ul .last ol li {
	display: inherit;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#header ul .last ol li a {
	display: block;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	background-color: #000000;
}
#header ul .last ol li a:hover {
	text-decoration: none;
	background-color: #333333;
}
#header ul .last ol li a span {
	display: block;
	padding: 5px;
}

/* DL販売サイト表示用 */
.releace div {
	margin: 5px 0px 0px;
	padding: 0px 0px 10px;
}
.releace div > p {
	font-weight: bold;
	margin: 0px 0px 5px;
}
.releace div > p span {
	color: #666666;
	font-weight: normal;
	margin-left: 5px;
	cursor: pointer;
}
.releace div ul {
}
.releace div ul li {
	display: inline-block;
	list-style-type: none;
	background-color: #F1F1F1;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 2px 5px 2px 13px;
	margin: 0px 0px 5px 5px;
}

/* ハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.hidden {
	display: none;
}

/* スライドショー */
#slider {
	width:800px;
	height:450px;

	/*IE bugfix*/
	padding:0;
	margin:0;
}
#slider li {
	list-style:none;
}
#page {
	width:800px;
}