*{
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
html{
	height: 100%;
}
a{
	color: #bac910;
	text-decoration: underline;	
}
a:hover{
	color: #dceb32;
}
a img {
	border: medium none;
}
ul{
	list-style: none outside;
	text-align: left;
}
.clear {
	clear: both;
}

body {
	height: 100%;
	background-color:#ffffff;
}
/*コンテンツ*/
#contents{
	width: 890px;
	height: auto;
	overflow: auto;
}

/*サブコンテンツ（左）*/
#left_contents {
	float: left;
	width: 197px;
	height: auto;
	margin-top: 15px;
	margin-left: 20px;
}
/*IE6用ハック*/
* html #left_contents {
	display: inline;
}
#left_contents h1{
	font-size: 70%;
	color: #999999;
	line-height: 130%;
	padding-bottom: 5px;
}
#left_contents #logo{
	margin-bottom: 40px;
}
/*グローバルメニュー*/
#left_contents #gmenu_title{
	margin-bottom: 10px;
}
#left_contents ul#global_menu{
	padding: 12px 0px;
	border-top: 1px dotted #7f7f7f;
	border-bottom: 1px dotted #7f7f7f;
	margin-bottom: 25px;
}
#left_contents ul#global_menu li{
	font-size: 80%;
	padding-bottom: 13px;
}
#left_contents ul#global_menu li.menu_end{
	padding-bottom: 0px;	
}
#left_contents ul#global_menu li a{
	display: block;
	background:transparent url(../images/globalmenu_list_mark.gif) no-repeat scroll 5px center;	
	color: #1f1f1f;
	font-weight: bold;
	line-height: 150%;
	text-decoration: none;
	padding-left: 17px;	
}
#left_contents ul#global_menu li a:hover{
	background:transparent url(../images/globalmenu_list_mark_on.gif) no-repeat scroll 5px center;
	background-color: #bac910;
	color: #ffffff;
}
/*現在位置の明確化*/
#concept #left_contents ul#global_menu li#gmenu_concept a{
	background:transparent url(../images/globalmenu_list_mark_on.gif) no-repeat scroll 5px center;
	background-color: #bac910;
	color: #ffffff;
}
#workflow #left_contents ul#global_menu li#gmenu_workflow a{
	background:transparent url(../images/globalmenu_list_mark_on.gif) no-repeat scroll 5px center;
	background-color: #bac910;
	color: #ffffff;
}
#works #left_contents ul#global_menu li#gmenu_works a{
	background:transparent url(../images/globalmenu_list_mark_on.gif) no-repeat scroll 5px center;
	background-color: #bac910;
	color: #ffffff;
}
#media #left_contents ul#global_menu li#gmenu_media a{
	background:transparent url(../images/globalmenu_list_mark_on.gif) no-repeat scroll 5px center;
	background-color: #bac910;
	color: #ffffff;
}
#competition #left_contents ul#global_menu li#gmenu_competition a{
	background:transparent url(../images/globalmenu_list_mark_on.gif) no-repeat scroll 5px center;
	background-color: #bac910;
	color: #ffffff;
}
/*バナーリスト*/
#left_contents  ul#banner_list{
	margin-bottom: 50px;
}

#left_contents  ul#banner_list li#banner_kokusan{
	margin-bottom: 12px;
}
#left_contents  ul#banner_list li#banner_concept{
	height: 41px;
	overflow: hidden;
}

/*メインコンテンツ（右）*/
#top_contents {
	float: right;
	width: 640px;
	height: auto;
	text-align: left;
	margin-top: 15px;
	position: relative;
}
#top_contents #falsh_area{
	margin-bottom: 30px;
}
#top_contents p#news_title{
	padding-bottom: 25px;
}
/*ニュース*/
#top_contents dl#news{
	margin-bottom: 50px;
	width: 400px;
}
#top_contents #news dt {
	float:left;
	font-size:80%;
	color: #777777;
	padding: 0px 0px 0px 5px;
	width: 105px;
	margin-right: 5px;
}
#top_contents #news dt.new{
	background:transparent url(../images/new_mark.jpg) no-repeat scroll top right;	
}
#top_contents #news dd {
	font-size: 80%;
	padding-left: 115px;
/*	margin-bottom:15px;*/
	margin-bottom:8px;
}
#top_contents #news dd a{
	color: #444444;
	text-decoration: underline;
}
#top_contents #news dd a:hover{
	color: #bac910;
}
#top_contents #news dd.new a{
	color: #561e01;
	font-weight: bold;
}
#top_contents #news dd.new a:hover{
	color: #bac910;
}

/*フッター*/
#footer{
	clear: both;
	border-top: 1px dotted #7f7f7f;	
}
#footer ul{
	margin-left: 28px;
}
#footer ul li{
	float: left;
	font-size: 80%;
}
#footer ul li a{
	display: block;
	color: #000000;
	text-decoration: none;
	height: 31px;
	line-height: 31px;
	padding-right: 14px;
	border-right: 1px solid #d8d8d8;
	margin-right: 14px;
}
/*IE6用ハック*/
* html #footer ul li a{
	display: inline;
}
#footer ul li.list_end a{
	border-right: none;
	margin-right: 31px;
}
#footer ul li a:hover{
	color: #bac910;
}
#footer p#copyright{
	font-size: 70%;
	color: #999999;	
	line-height: 31px;
}

#banner_shizen{
	position: absolute;
	width: 220px;
	right:0px;
	top: 380px;
}
#to_news_list{
	position: absolute;
	background:transparent url(../images/globalmenu_list_mark.gif) no-repeat scroll 5px center;
	font-size: 80%;
	width: 100px;
	left:290px;
	top: 400px;
	padding-left: 17px;
}
#to_news_list a{
	color: #444444;	
}
#to_news_list a:hover{
	color: #BAC910;	
}
