@charset "euc-jp";
@import url("reset.css");
@import url("aed.css");
/* =======================================================
	Title : defalt.css
	Description : AED共有スタイル
	Created : 2010-03-08
	Author : takimoto

	Last Up Date: 2010-03-08(takimoto)
======================================================= */
/* =======================================================
	目次
		1. 共通
		
		2.ヘッダー #header
			
		3.フッター #footer
			
		4.サイド資料請求 #side_attain_block
			
======================================================= */

/* =======================================================
1.共通 09/5/15 takimoto
======================================================= */

img {
	vertical-align	:	bottom;
}

hr {
	display	:	none;
}
h3 {
	padding	:	0;
	background	:	none;
	border	:	0 none;
}
/* =======================================================
2.ヘッダー #aed_header (10/3/8 takimoto)
======================================================= */
#aed_header h2 {
	width	:	714px;
	height	:	129px;
	margin	:	0;
}
#aed_header ul.aed_menu,
#aed_foot_menu ul.aed_menu {
	width	:	714px;
	margin	:	0;
}
#aed_header ul.aed_menu li,
#aed_foot_menu ul.aed_menu li{
	margin	:	0;
	padding	:	0;
	float	:	left;
}
#aed_foot_menu {
	margin	:	0 0 30px;
}
/* =======================================================
3.フッター #aed_foot_block (10/3/8 takimoto)
======================================================= */
#aed_foot_block {
	width	:	522px;
	border	:	2px solid #ddd;
	padding	:	6px 0;
	margin	:	20px auto;
}
#aed_foot_block img{
	margin	:	0 6px;
	vertical-align	:	middle;
}

/* =======================================================
4.サイド資料請求 #side_attain_block (10/3/8 takimoto)
======================================================= */

#side_attain_block {
	width	:	190px;
	background	:	url(../image/bg_side_foot_001.gif) no-repeat left bottom;
	margin	:	0 0 10px;
}
#side_attain_block div{
	background	:	url(../image/bg_side_head_001.gif) no-repeat 0 0;
	padding	:	5px 0;
}
#side_attain_block a img{
	display	:	inline;
}

*{ box-sizing:content-box;}