@charset "shift_jis";

/* ================================
株式会社イーグルハウス　2010
トップページ用CSS
================================ */


/* ============  BODY ============ */
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 1.6;
	color: #666666;
	text-align: center;
	background: #cef2f8 url(../images/body_bg-sss.png) left top repeat-x;
}

/* ============  CONTAINER ============ */
#container {
	width: 760px;
	margin: 6px auto 0;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	padding-top: 14px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #FFFFFF;
}


/* ============ LINK ============ */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
a:focus {
	outline: none;
}


/*  ============ All Pages ============ */
.alt	{	display: none;}
.clear	{	clear: both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* ============ BASE ============ */

/* ------ sets ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {	font-style: normal;}
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption,th {
	text-align: left;
}
img	{	border: none; vertical-align: bottom;} 
ul	{	list-style-type: none;}
ol	{	list-style-position: inside;}
hr	{	display: none;}


/* Hides from IE-mac \*/
* html #contents {height: 1%;}
#contents {display: block;}
/* End hide from IE-mac */



/* ============  上の部分  ============ */
#header {
	width: 760px;
        height: 90px;
	margin: 0 auto;
	text-align: left;
}
#header h1 {
	float: left;
	width: 255px;
	padding-top: 25px;
}
#header h1 a {
	padding: 20px 15px 5px 0px;
	margin-left: 15px;
	font-size: 17px;
	font-weight: bold;
        color: #2b3253;
}

#header .top_navi {
	float: right;
	width: 500px;
	padding-top: 18px;
	text-align:right;
}


/* ============  フラッシュの部分  ============*/
#main_center {
	position: relative;
	float: left;
	margin-left: 13px;
	width: 448px;
	height: 300px;
}

#main_center h2.flash a{
	display: block;
	background: #333333;
}


/* ============  真ん中のボタン部分 ==============*/
#middle h2{
	height: 17px;
	background: url(../images/middletop.jpg) left top no-repeat;
	text-indent: -9999px;
}
#middle ul{
	width: 760px;
	height: 125px;
	background: url(../images/middle_bg.jpg) left bottom no-repeat;
	padding: 10px 0 0 27px;

}
#middle li {
	float: left;
	display: inline;
}
#middle li a{
	display: block;
	width: 173px;
	height: 107px;
	padding: 0 5px 0 0;
	text-indent: -9999px;
}


/* ============  コンテンツ  ============ */



#contents {
	padding-bottom: 10px;
	border-top: 2px solid #66ccff;
	border: none;
	background: url(../images/contents_bg.jpg) left top repeat-y;
}
#contents02 {
	padding-bottom: 10px;
	border-top: 2px solid #585858;
	width: 780px;
}
#contents:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#contents .news {
	float: left;
	width: 298px;
	padding: 35px 0 0 31px;
}
#contents .news iframe {
	width: 300px;
	height: 16em;
	margin-top: 0px;
}
#contents .introduce {
	float: right;
	width: 338px;
	padding: 22px 32px 0 0;
}
#contents .introduce p {
	margin: 0px 0 0 7px;
	padding: 0 10px;
	line-height: 24px;
}


/* ============  下の部分  ============ */
#footer {
	width: 760px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../images/footer_bg.jpg) left top no-repeat;
}
#footer .bottom p.oto a{
	display: block;
	float: left;
	width: 202px;
	height: 15px;
	padding-left: 23px;
}
#footer .bottom p.top a{
	display: block;
	float: right;
	width: 100px;
	height: 15px;
	padding-right: 11px;
}

#footer p.copyright {
	width: 749px;
	height: 15px;
	padding-top: 16px;
	font-size:80%;
        text-align:center;
	margin:0px 0px 10px 0px;
}

