@charset "UTF-8";

/* 産総研 common.css

------------------------
ver.2012/2/14/
------------------------

1:レイアウト

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


/*1:レイアウト
==========================================================*/
body {
	text-align:center;
	font-size:84%;
}

#container {
	max-width:980px;
	margin: 0 auto;
}

#header_inner , #contents , #footer {
	border:#b5b5b5 solid 1px;
	border-bottom:none;
}

#header {
	background:url(../img/main_img.jpg) no-repeat left bottom;
}

#header_inner {
	/*height:220px;*/
	height: 235px;
	background:url(../img/main_img.png) no-repeat 0 bottom;
	/*padding: 15px 0 0 715px;*/
	padding: 0 0 0 700px;
}

#header li {
	font-size:80%;
	height:20px;
	float:right;
	margin: 5px 0 5px 30px;
}

#header ul {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}

#header h1 {
	background:url(../img/main_logo.png) no-repeat 0 0;
	/*width:250px;
	height:0px;
	padding: 70px 0 0 0;
	margin: 0 0 80px 0;*/
	overflow:hidden;
	width: 277px;
	height: 0px;
	padding: 203px 0 0 0;
	margin: 0;
}



/*#header h1#english {
	background:url(../img/main_logo_e.gif) no-repeat 0 0;
	width:180px;
	height:0px;
	padding: 70px 0 0 0;
	margin: 10px 0 70px 30px;
	overflow:hidden;
}*/


/*　コンテンツ部分ここから　*/
#contents {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}


#main_column {
	float:left;
	width:720px;
}

.section_top {
	background:url(../img/section_top.gif) no-repeat 0 0;
	height:20px;
	margin: 10px 10px 0 10px;
	clear:both;	
}

.section_bottom {
	background:url(../img/section_bottom.gif) no-repeat 0 0;
	height:20px;
	margin: 0 10px 10px 10px;
	clear:both;	
}

.section {
	background:url(../img/section_bg.gif) 0 bottom;
	max-width:660px;
	margin:0 10px;
	padding: 0 20px 10px 20px;
	line-height:1.5em;
	
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}

.section h3 {
	color:#006934;
}


.box h3 {
	clear:both;
	margin: 10px 0;
}

.section h2 {
	background:url(../img/ti_icon.gif) no-repeat 0 0;
	width:595px;
	height:25px;
	margin: 0 0 10px 0;
	padding: 15px 0 0 25px;
}


#second_culumn {
	width:239px;
	float:right;
	position: relative;
	height:560px;
}

/*　コンテンツ部分ここから　*/
#footer {
	height:150px;
	text-align:center;
	padding: 20px 0 0 0;
}

#footer ul {
	width:700px;
	height:20px;
	margin: 0 auto;
	
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}

.site_e ul#ul_footer01 {
	width:900px;
}

#footer ul#ul_footer02 {
	width:600px;
}

#footer ul li {
	margin: 0 10px;
}

#add_copy {
	background:url(../img/add_copy_bg.jpg) no-repeat 0 bottom;
	height:80px;
	width:978px;
	padding:10px 0 0 0;
	margin: 20px 0 0 0;
	color:#FFF;
}
#add_copy p {
	color:#FFF;
	text-align: center;
}

.section .box {
	margin: 5px 20px 10px 20px;
	padding: 0 0 10px 0;
/*	border-bottom:#ccc dotted 1px;*/
	
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}

/*リンク*/
.section a {
	color:#9e425e;
	text-decoration:underline;
}

.section a:hover {
	color:#cf2766;
}


.section img {
	border:none;
}
