@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MSPゴシック", "MS PGothic", sans-serif;
}

img
{
	border:none;
}

body
{
	text-align:center;
}

.clear
{
	height:1px;
	font-size:1px;
	line-height:1px;
	clear:both;
}
	

.header
{
	padding:3px 0 0;
	width:100%;
	height:80px;
	text-align:left;
	background:url(../img/all_img.png) repeat-x 0px 0px;
}

	.header ul
	{
		margin:0 0 10px;
		width:449px;
		height:50px;
		float:left;
		background:url(../img/all_img.png) no-repeat 0px -90px;
	}
	
		.header ul li
		{
			list-style:none;
			position: absolute;
			top:3px;
		}
	
		.header ul li, .header ul a
		{
			height:50px;
			display:block;
			text-indent:-9999px;
			text-decoration: none;
			overflow: hidden;
		}
	
		.head_menu1 {width:138px;left:0px;}
		.head_menu2 {width:104px;left:138px;}
		.head_menu3 {width:110px;left:242px;}
		.head_menu4 {width:97px;left:352px;}
	
		.head_menu2 a:hover {background:url(../img/all_img.png) -138px -140px no-repeat;}
		.head_menu3 a:hover {background:url(../img/all_img.png) -242px -140px no-repeat;}
		.head_menu4 a:hover {background:url(../img/all_img.png) -352px -140px no-repeat;}

	.header .search
	{
		margin:0 0 0 -449px;
		width:100%;
		min-width:350px;
		float:right;
	}
	
	.header .search form
	{
		margin:10px 10px 10px 449px;
		min-width:350px;
		text-align:right;
		position: relative;
		background: url(../img/search_text.png) right top no-repeat;
	}
	
	.header .search form .text
	{
		width:230px;
		height:18px;
		font-size:12px;
		color:#fff;
		line-height:18px;
		border:none;
		background:transparent;
	}
	
	.header .search form .button
	{
		vertical-align:middle;
	}


.header .news
{
	font-size:12px;
	color:#000;
	line-height:20px;
	text-indent:45px;
	clear:both;
	background:url(../img/all_img.png) no-repeat 0px -190px;
}

/*画像リンク*/
.imglink
{
	width:100%;
	height:210px;
	background:url(../img/imglink_bg.png) 0px 0px repeat-x;
}

		.imglink_area
		{
			margin:0 auto;
			padding:5px;
			width:990px;
			height:200px;
		}
	
		.imglink_block
		{
			margin:0 5px;
			width:320px;
			height:200px;
			float:left;
			/*background:url(../img/all_img.png) 0px -150px no-repeat;*/
		}
		
			.imglink_block a
			{
				width:320px;
				height:200px;
				display:block;
			}
			
			.imglink_block a:hover
			{
				/*background:url(../img/all_img.png) -320px -150px no-repeat;*/
			}
		
/*フッター*/
.footer
{
	padding:10px 0;
	height:265px;
	text-align:left;
	background:url(../img/footer_bg.png) 0px 0px repeat-x;
}

	.footer_area
	{
		margin:0 auto;
		width:1000px;
	}
	
		.footer_block
		{
			padding:0 10px;
			width:230px;
			float:left;
		}
		
			.footer_block dt
			{
				font-size:14px;
				color:#c00;
				line-height:18px;
				font-weight:bold;
			}
			
			.footer_block dd
			{
				margin:0 0 5px 3px;
				padding:0 0 0 20px;
				font-size:12px;
				line-height:18px;
				/*background:url(../img/all_img.png) -640px -150px no-repeat;*/
			}
			
				.footer_block dd a
				{
					color:#fff;
				}
				
				.footer_block dd a:hover
				{
					color:#f90;
				}
				
/*コンテンツエリア*/
.main
{
	border-top:1px solid #ddd;
	width:100%;
	background:url(../img/main_bg.png) 0px 0px;
}
	.contents_area
	{
		font-size:14px;
		margin:0 auto;
		padding:10px 5px 20px;
		width:990px;
		background:#fff;
		text-align:left;
	}
		.corp_title
		{
			width:790px;
			height:30px;
			margin-bottom:10px;
			text-indent:-9999px;
			background:url(../img/corp_title.png) no-repeat;
		}
		.contents_menu
		{
			margin-left:5px;
			width:190px;
			height:210px;
			background:url(../img/corpmenu.png) no-repeat;
			float:left;
		}
			.contents_menu dt
			{
				text-indent:-9999px;
				height:30px;
			}
			.contents_menu dd
			{
				text-indent:30px;
				height:30px;
			}
			.contents_menu .c_menu01 a,
			.contents_menu .c_menu02 a,
			.contents_menu .c_menu03 a,
			.contents_menu .c_menu04 a,
			.contents_menu .c_menu05 a,
			.contents_menu .c_menu06 a
			{
				font-size:12px;
				display:block;
				height:30px;
				line-height:30px;
				color:#333;
				text-decoration:none;
			}
			.contents_menu .c_menu01 a:hover,
			.contents_menu .c_menu02 a:hover,
			.contents_menu .c_menu03 a:hover,
			.contents_menu .c_menu04 a:hover,
			.contents_menu .c_menu05 a:hover,
			.contents_menu .c_menu06 a:hover
			{
				background:url(../img/corpmenu.png) -190px -30px no-repeat;
				color:#427400;
				text-decoration:underline;
			}
		.contents_main
		{
			margin-left:15px;
			width:775px;
			float:left;
			font-size:13px;
			color:#333;
		}
		.contents_main dl
		{
			margin-bottom:10px;
		}
			.contents_main dt
			{
				font-weight:bold;
				width:190px;
				margin-left:10px;
				float:left;
			}
			.contents_main .contents
			{
				width:575px;
				float:left;
			}
.clear_border
{
	height:11px;
	font-size:1px;
	line-height:1px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	clear:both;
}

.vision_title
{
	width:790px;
	height:40px;
	margin-bottom:15px;
	text-indent:-9999px;
	background:url(../img/vision_title.png) no-repeat;
}

.v_sub01,.v_sub02,.v_sub03
{
	margin-top:12px;
	text-indent:-9999px;
	height:18px;
	width:777px;
	display:block;
}
.v_sub01{background:url(../img/v_sub01.png) no-repeat;}
.v_sub02{background:url(../img/v_sub02.png) no-repeat;}
.v_sub03{background:url(../img/v_sub03.png) no-repeat;}
.ideology
{
	list-style:none;
	margin:0 10px 0;
}
.v_text
{
	font-size:12px;
	line-height:22px;
	margin:10px 0 0 60px;
	color:#000;
}
.boss_title
{
	width:790px;
	height:40px;
	margin-bottom:20px;
	text-indent:-9999px;
	background:url(../img/president_title.png) no-repeat;
}
.boss_image
{
	float:right;
	width:300px;
	height:225px;
	margin-left:30px;
}
.b_sub01,.b_sub02
{
	margin:0 0 10px;
	text-indent:-9999px;
	height:20px;
	display:block;
}
.b_sub01{background:url(../img/b_sub01.png) no-repeat;width:450px;}
.b_sub02{background:url(../img/b_sub02.png) no-repeat;width:777px;}
.b_ideology
{
	margin-bottom:10px;
	padding-bottom:80px;
	background:url(../img/b_sub03.png) no-repeat;
	background-position:bottom right;
}
.compare_title
{
	width:790px;
	height:40px;
	margin-bottom:10px;
	text-indent:-9999px;
	background:url(../img/compare_title.png) no-repeat;
}
.c_sub01,.c_sub02,.c_sub03,.c_sub04,.c_sub05
{
	margin:0 0 10px;
	text-indent:-9999px;
	height:20px;
	display:block;
}
.c_sub01{background:url(../img/c_sub01.png) no-repeat;width:500px;}
.c_sub02{background:url(../img/c_sub02.png) no-repeat;width:500px;}
.c_sub03{background:url(../img/c_sub03.png) no-repeat;width:500px;}
.c_sub04{background:url(../img/c_sub04.png) no-repeat;width:500px;}
.c_sub05{background:url(../img/c_sub05.png) no-repeat;width:500px;}
.c_ideology
{
	margin:0 10px 30px;
}
.privacy_title
{
	width:790px;
	height:40px;
	margin-bottom:10px;
	text-indent:-9999px;
	background:url(../img/privacy_title.png) no-repeat;
}
.privacy
{
	margin:10px 20px;
	line-height:24px;
	list-style:none;
}
.privacy li
{
	margin:15px 20px;
}
.envi_title
{
	width:790px;
	height:40px;
	margin-bottom:10px;
	text-indent:-9999px;
	background:url(../img/envi_title.png) no-repeat;
}
.e_sub01,.e_sub02,.e_sub03
{
	margin:10px 0;
	text-indent:-9999px;
	height:20px;
	display:block;
}
.e_sub01{background:url(../img/e_sub01.gif) no-repeat;width:500px;}
.e_sub02{background:url(../img/e_sub02.gif) no-repeat;width:500px;}
.e_sub03{background:url(../img/e_sub03.gif) no-repeat;width:500px;}
.e_subj01,.e_subj02,.e_subj03,.e_subj04
{
	margin:10px;
	text-indent:-9999px;
	height:20px;
	display:block;
}
.e_subj01{background:url(../img/e_subj01.gif) no-repeat;width:500px;}
.e_subj02{background:url(../img/e_subj02.gif) no-repeat;width:500px;}
.e_subj03{background:url(../img/e_subj03.gif) no-repeat;width:500px;}
.e_subj04{background:url(../img/e_subj04.gif) no-repeat;width:500px;}
.sub_exp
{
	margin:0 30px;
}
