@charset "utf-8";

/*---------------------format style-------------------------------------*/

* {
	font-style: normal;
	margin-top: 0px;
	padding-top: 0px;
}
body {	color: #333333;	font-size: 75%;	line-height: 1.4;	font-family: Arial, Helvetica;}



/*---------------------LINK style-------------------------------------*/

a img {
	border-style: none;
	background-color: #FFFFFF;
}

a:link {color: #333333;}
a:visited {color: #990000;	text-decoration: underline;}
a:hover {
	color: #660000;
	text-decoration: underline;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	background-position: center;
	font-weight: bold;
}
a:active {color: #CC0000;	text-decoration: underline;}


/*---------------------basic Layout-------------------------------------*/

#wrapper {	width: 760px;	border-style: none;	margin: 0px auto;	padding-top: 15px;}
#MAIN {	padding-top: 50px;	padding-bottom: 50px;	height: auto;}
#NAVI {
	float: left;
	height: 30px;
	width: 550px;
}
#NAVI li {
	float: left;
	padding-right: 5px;
	list-style: none;
}
#lang {	margin-right: 5px;	float: right;	height: 30px;}
#lang li {	list-style: none;	float: left;	margin-right: 5px;}


/*---------------------TOP NEWS Layout-------------------------------------*/

#newsSET {
	height: auto;
	padding-bottom: 50px;
}
#newsIMG {	float: left;	width: 240px;}
#newsTEXT {	float: right;	width: 480px;}
.work_text box {
	height: auto;
	width: 750px;
	clear: both;
	float: left;
}

#work_text {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#grid_box {
	float: left;
	height: auto;
	width: 240px;
	padding: 15px 5px;
	clear: none;
}
#gridLineSet {
	width: 760px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	clear: both;
}

#grid tag {
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
}
#grid foot tag {
	clear: both;
	padding: 15px 0px;
}


#archiveLINK {
	float: left;
	width: 250px;
	padding-bottom: 15px;
}


/*---------------------Archive Layout-------------------------------------*/


/*---------------------footer Layout-------------------------------------*/

#footer {	padding: 15px 0px 0px;	clear: both;}
#TopLink {
	text-align: right;
	height: 30px;
}

#address {	clear: both;}

