@charset "UTF-8";

/*=====================================
初期設定
=====================================*/
html, body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, caption, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	line-height: 100%;
	list-style-type: none;
}
textarea { 
	font-size: 100%;
}
img {
	vertical-align: bottom;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}

/*=====================================
テキストスタイル
=====================================*/

a {
	color: #37a982;
	text-decoration: underline;
}
a:visited {
	color: #37a982;
	text-decoration: underline;
}
a:hover {
	color:#60d3d9;
	text-decoration: none;
}
a:active {
	color:#60d3d9;
	text-decoration: none;
}


/*=====================================
全体
=====================================*/

#ALL {
	position: absolute;
	top: 0;
	left: 50%;
	width: 836px;
	margin-top: 0;
	margin-left: -418px;
	margin-bottom: 0;
	padding: 0;
}
#MAIN {
	width: 836px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
}
#CONTENTS1 {
	position: relative;
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#CONTENTS2 {
	position: relative;
	width: 800px;
	min-height: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}


/*=====================================
ヘッダー
=====================================*/

#HEADER {
	position: relative;
	width: 800px;
	height: 144px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
}
#HEADER h1, #HEADER p {
	position: absolute;
	top: 9px;
	left: 5px;
	width: 790px;
	height: 35px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 100%;
}
#LOGO{
	position: absolute;
	top: 35px;
	left: 7px;
	width: 342px;
	height: 68px;
	border: none;
}
#HEADER ul {
	position: absolute;
	top: 107px;
	left: 0px;
	width: 800px;
	height: 25px;
}
#HEADER li {
	float: left;
	text-indent: -9999px;
}
#HEADER li a {
	display: block;
}
a#MAINMENU-joy {
	width: 200px;
	height: 25px;
	border: none;
	background-image: url(images/btn_joy.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#MAINMENU-joy {
	background-position: 0px -25px;
}
a#MAINMENU-system {
	width: 200px;
	height: 25px;
	border: none;
	background-image: url(images/btn_system.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#MAINMENU-system {
	background-position: 0px -25px;
}
a#MAINMENU-resources {
	width: 200px;
	height: 25px;
	border: none;
	background-image: url(images/btn_resources.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#MAINMENU-resources {
	background-position: 0px -25px;
}
a#MAINMENU-offering {
	width: 200px;
	height: 25px;
	border: none;
	background-image: url(images/btn_offering.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#MAINMENU-offering {
	background-position: 0px -25px;
}


/*=====================================
フッター
=====================================*/

#FOOTER {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#FOOTER ul {
	clear: left;
	height: 25px;
}
#FOOTER ul li {
	display: block;
	float: left;
	color: #665451;
	font-size: 10px;
	line-height: 150%;
}
#FOOTER ul li a {
	padding-left: 11px;
	padding-right: 18px;
	background-image: url(images/point_b.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
#COPYRIGHT {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
}
#COPYRIGHT p {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #665451;
	font-size: 10px;
	line-height: 150%;
	text-align: center;
}


/*=====================================
ボタン・メインFLASH
=====================================*/

#MAINBTN {
	float: left;
	width: 291px;
	height: 312px;
	margin-top: 22px;
}
#MAINBTN ul {
	width: 261px;
}
#MAINBTN li {
	float: left;
	text-indent: -9999px;
}
#MAINBTN li a {
	display: block;
}
a#MAINBTN-learning {
	width: 261px;
	height: 89px;
	margin-bottom: 15px;
	border: none;
	background-image: url(images/btn_learning.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#MAINBTN-learning {
	background-position: 0px -89px;
}
a#MAINBTN-creating {
	width: 261px;
	height: 89px;
	margin-bottom: 15px;
	border: none;
	background-image: url(images/btn_creating.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#MAINBTN-creating {
	background-position: 0px -89px;
}
a#MAINBTN-connecting {
	width: 261px;
	height: 89px;
	margin-bottom: 15px;
	border: none;
	background-image: url(images/btn_connecting.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#MAINBTN-connecting {
	background-position: 0px -89px;
}
#FLASH {
	float: left;
	width: 501px;
	height: 297px;
	margin-top: 22px;
	margin-bottom: 15px;
}


/*=====================================
募集エリア
=====================================*/

.sharing {
	position: relative;
	float: left;
	width: 800px;
	height: 129px;
}
.sharing-arrow {
	display: block;
	width: 270px;
	height: 89px;
	margin-left: 16px;
	margin-bottom: 15px;
	border: none;
	background-image: url(images/btn_sharing.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a.sharebtn1 {
	position:absolute;
	top: 0;
	left: 291px;
	display: block;
	width: 489px;
	height: 31px;
	border: none;
	background-image: url(images/btn_form.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover.sharebtn1 {
	background-position: 0px -31px;
}
a.sharebtn2 {
	position:absolute;
	top: 29px;
	left: 291px;
	display: block;
	width: 489px;
	height: 31px;
	border: none;
	background-image: url(images/btn_form.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover.sharebtn2 {
	background-position: 0px -31px;
}
.sharing p {
	position:absolute;
	top: 35px;
	left: 308px;
	width: 455px;
	display: block;
	color: #665451;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
}
.txt_right {
	float: right;
}


/*=====================================
トップ　-　Project
=====================================*/

#PHOTO {
	float: left;
	width: 800px;
	height: 142px;
	margin-bottom: 10px;
}


/*=====================================
トップ　-　What's New
=====================================*/

#NEW {
	float: left;
	width: 800px;
}
#NEW h2 {
	float: left;
	width: 146px;
	height: 125px;
	background-image: url(images/title_new.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#NEW ul {
	float: left;
	width: 620px;
}
#NEW li {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(images/dotline.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #665451;
	font-size: 12px;
	line-height: 150%;
}
#NEW li span.date {
	float: left;
	width: 85px;
	text-align: left;
}
#NEW li span.txt {
	display: block;
	width: 515px;
	margin-top: 0px;
	margin-left: 85px;
	padding-left: 15px;
	background-image: url(images/point_a.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	text-align: left;
}


/*=====================================
コンテンツ内 タイトル・テキスト
=====================================*/

h1#LEARNING {
	width: 800px;
	height: 127px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url(images/pagetitle_learing.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h1#CREATING {
	width: 800px;
	height: 127px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url(images/pagetitle_creating.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h1#CONNECTING {
	width: 800px;
	height: 127px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url(images/pagetitle_connecting.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#JOYBTN {
	width: 800px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 40px;
	background-image: url(images/bg_joy_menu.gif);
	background-repeat: repeat-x;
	text-indent: -9999px;
}
#JOYBTN ul {
	width: 783px;	
	margin-left: auto;
	margin-right: auto;
}
#JOYBTN li {
	float: left;
	text-indent: -9999px;
	list-style: none !important;
}
#JOYBTN li a {
	display: block;
}
a#JOYBTN-learning {
	width: 261px;
	height: 45px;
	border: none;
	background-image: url(images/btn_joy_learning.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#JOYBTN-learning {
	background-position: 0px -45px;
}
a#JOYBTN-learning-now {
	width: 261px;
	height: 45px;
	border: none;
	background-image: url(images/btn_joy_learning.gif);
	background-position: 0px -90px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a#JOYBTN-creating {
	width: 261px;
	height: 45px;
	border: none;
	background-image: url(images/btn_joy_creating.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#JOYBTN-creating {
	background-position: 0px -45px;
}
a#JOYBTN-creating-now {
	width: 261px;
	height: 45px;
	border: none;
	background-image: url(images/btn_joy_creating.gif);
	background-position: 0px -90px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a#JOYBTN-connecting {
	width: 261px;
	height: 45px;
	border: none;
	background-image: url(images/btn_joy_connecting.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#JOYBTN-connecting {
	background-position: 0px -45px;
}
a#JOYBTN-connecting-now {
	width: 261px;
	height: 45px;
	border: none;
	background-image: url(images/btn_joy_connecting.gif);
	background-position: 0px -90px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h1#SYSTEM {
	width: 770px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(images/pagetitle_system.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h1#RESOURCES {
	width: 800px;
	height: 123px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-image: url(images/pagetitle_resources.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h1#ARCHIVES {
	width: 800px;
	height: 123px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-image: url(images/pagetitle_archives.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h1#SHARING {
	width: 800px;
	height: 123px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-image: url(images/pagetitle_sharing.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h1#MANAGE {
	width: 770px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(images/pagetitle_manage.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h1#ABOUT {
	width: 770px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(images/pagetitle_about.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h1#COPYRIGHT {
	width: 770px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(images/pagetitle_copyright.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h2.titlebar1 {
	clear: both;
	height: 60px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 25px;
	margin-bottom: 12px;
	padding-bottom: 0px;
	padding-left: 68px;
	padding-right: 10px;
	border: 0;
	background-image: url(images/bg_titlebar1.gif);
	background-repeat: no-repeat;
	color : #9a071a;
	font-size : 14px;
	line-height: 460%;
	font-weight: bold;
}
h2.titlebar2 {
	clear: both;
	height: 35px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	background-image: url(images/bg_titlebar2.gif);
	background-repeat: no-repeat;
	color : #9a071a;
	font-size : 14px;
	line-height: 280%;
	font-weight: bold;
}
a.anchor {
	float: left;
	width: 1px;
	height: 1px;
	margin: 0;
	overflow: hidden;
	text-decoration: none;
}
h2.point {
	margin-left: 32px;
	margin-right: 32px;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-left: 45px;
	background-image: url(images/point_title.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	color : #9a071a;
	font-size : 14px;
	line-height: 150%;
	font-weight: bold;
}
.arrow {
	margin-left: 63px;
	margin-right: 63px;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(images/point_a.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	font-weight: bold;
}
#CONTENTS2 p.txt1 {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
}
#CONTENTS2 p.txt2 {
	width: 644px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	background-image: url(images/dotline.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
}
#CONTENTS2 p.txt3 {
	clear: both;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	text-align: center;
}
#CONTENTS2 p.txt4 {
	width: 644px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
}
#CONTENTS2 ul.txt_list {
	width: 644px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
#CONTENTS2 li {
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: top; 
}
.red {
	color: #9a071a;
}
.joyarea{
	clear: both;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.leftarea {
	float: left;
	width: 279px;
	height: auto;
	padding-bottom: 40px;
}
/*小島追加*/
.leftarea p {
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	text-align: center;
	margin-bottom: 10px;
	width: 231px;
}
.rightarea {
	float: left;
	width: 441px;
	height: auto;
	padding-bottom: 40px;
}
.rightarea p {
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	text-align: left;
}
a.inquiry {
	padding-left: 8px;
	background-image: url(images/point_c.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
}
.tablebox1 {
	clear: both;
	width:696px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing:0px;
	border:1px solid #acacac;
}
.tablebox1 th, .tablebox1 td {
	border-collapse: collapse;
	border:1px solid #acacac;
}
.tablebox2 {
	clear: both;
	width:770px;
	margin-top: 25px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}
.tablebox2 th, .tablebox2 td {
	border-collapse: collapse;
	border: 0;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	text-align: left;
	vertical-align:top;
}
.tablebox3 {
	clear: both;
	width:720px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing:0px;
	border: 0;
}
.tablebox3 th {
	padding-bottom: 5px;
	border-collapse: collapse;
	border: 0;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
}
.tablebox3 td {
	padding-bottom: 5px;
	background-image: url(images/dotline.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-collapse: collapse;
	border: 0;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	text-align: left;
	vertical-align: middle;
}
.tablebox4 {
	clear: both;
	width: 696px;
	margin-top: 25px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}
.tablebox4 th, .tablebox4 td {
	padding-bottom: 5px;
	border-collapse: collapse;
	border: 0;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	text-align: left;
	vertical-align:top;
}
a.projectsbtn {
	display: block;
	width: 172px;
	height: 22px;
	border: none;
	background-image: url(images/btn_projects.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
a:hover.projectsbtn {
	background-position: 0px -22px;
}
.phbox1 {
	clear: both;
	width: 729px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing:0px;
	border: 0;
}
.phbox1 th, .phbox1 td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-collapse: collapse;
	border: 0;
	color : #635b5b;
	font-size : 10px;
	line-height: 150%;
	text-align: left;
	vertical-align:top;
}
.phbox2 {
	clear: both;
	width: 729px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0;
}
.phbox2 th, .phbox2 td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-collapse: collapse;
	border: 0;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	text-align: left;
	vertical-align:top;
}
.greenbox {
	clear: both;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_green.gif);
	background-position: left top;
	background-repeat: repeat;
	border-collapse: separate;
	border-spacing: 12px;
	border: 0;
}
.greenbox th {
	padding-bottom: 5px;
	border-collapse: collapse;
	border: 0;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
}
.greenbox td {
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	text-align: left;
	vertical-align:top;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
}
.whitebox {
	height: 72px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #ffffff;
	border-collapse: collapse;
	border: 1px solid #acacac;
}
.photo {
	border: 1px solid #9a071a;
}
.joyphoto {
	margin-bottom: 20px;
	border: 1px solid #9a071a;
}
.joyphoto2 {
	margin-bottom: 2px;
	border: 1px solid #9a071a;
}
.img_system {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
}
.tablebox2 td a {
	padding-left: 15px;
	background-image: url(images/point_a.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
}
.tablettl1 {
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	background-color: #d3efe4;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
}
.tablettl2 {
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	background-color: #ffffff;
	color : #635b5b;
	font-size : 12px;
	line-height:150%;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}
.tablecell1 {
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	background-color: #d3efe4;
	color : #635b5b;
	font-size : 12px;
	line-height:150%;
	text-align:left;
	vertical-align:top;
}
.tablecell2 {
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	background-color: #ffffff;
	color : #635b5b;
	font-size : 12px;
	line-height:150%;
	text-align:left;
	vertical-align:top;
}
.tablecell1 input, .tablecell2 input {
	margin-top: 1px;
	margin-bottom: 1px;
}



/*=====================================
2008/12/13
=====================================*/

h2#SYSTEM01 {
	width: 770px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(images/title_system01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h2#SYSTEM02 {
	width: 770px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(images/title_system02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h2#SYSTEM03 {
	width: 770px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(images/title_system03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.tablebox5 {
	clear: both;
	width: 644px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}
.tablebox5 th, .tablebox5 td {
	padding-bottom: 5px;
	border-collapse: collapse;
	border: 0;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	text-align: left;
	vertical-align:top;
}

.tablebox6 {
	clear: both;
	width:770px;
	margin-top: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.tablebox6 th, .tablebox6 td {
	border-collapse: collapse;
	border: 0;
	color : #635b5b;
	font-size : 12px;
	line-height: 150%;
	text-align: left;
	vertical-align:top;
}
/*=====================================
2010/8/10
=====================================*/

h2#NEWS01 {
	width: 770px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(images/title_archive.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 30px;
}
#NEW #newsmore {
	display:block;
	font-size: 10px;
	text-align: right;
	margin-right: 35px;
	margin-top: 10px;
}


/*=====================================
アーカイブ　-　What's New 2010/8/10
=====================================*/

#NEW2 {
	float: left;
	width: 800px;
}
#NEW2 h2 {
	float: left;
	width: 20px;
	height: 125px;
	text-indent: -9999px;
}
#NEW2 ul {
	float: left;
	width: 760px;
}
#NEW2 li {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(images/dotline.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #665451;
	font-size: 12px;
	line-height: 150%;
}
#NEW2 li span.date {
	float: left;
	width: 85px;
	text-align: left;
}
#NEW2 li span.txt {
	display: block;
	width: 515px;
	margin-top: 0px;
	margin-left: 85px;
	padding-left: 15px;
	background-image: url(images/point_a.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	text-align: left;
}

