@charset "utf-8";

div.clear { clear: both; }

/*************************************************************************************
 block
*************************************************************************************/

body {
	font-size 	: 14px;
	height		: 100%;
	background	: #DFDAD1;
}

#main {
	margin		: 0px auto;
	padding		: 0px 40px;
	width		: 765px	;
	overflow	: visible;	
	background	: #FFFFFF;

}

.sub_content {
    font-size: 12px;
    margin   : 0px auto;
    width    : 700px;
    height   : 400px;
}

.sub_content_title {
    display : block;
    margin : 0px 0px 10px 0px;
}

.sub_under_content {
    float    : left;
    height   : 330px;
    width    : 28%;
    margin  : 0px 20px 0px 20px;
}

.sub_content_image {
    display : block;
    margin : 0px 0px 10px 0px;
}

/* ===== footer ===== */
#footer {
    border-top : 1px solid #7F7667;
    background : #BFB6A7;
}

#footer_main {
	margin		: 0px auto;
	padding         : 20px; 40px;
	width		: 765px	;
	overflow	: visible;	
	height		: 170px;
}

.footer_column {
	margin		: 0px 5px;
	height		: 150px;
/*	width		: 32%; */
	float		: left;
	padding		: 10px 30px;
}

/*************************************************************************************
 inline
*************************************************************************************/
a {
	color           : #258FB8;
	/*
	text-decoration : none;
	*/
	font-size       : inherit;
/*	font: 100%; */ /* IE font-size:inherit bug  http://oshiete1.goo.ne.jp/qa4044812.html */
}

a:hover {
	/*
	color : #D59F00;
	*/
	color : #960;
}

a:visited {
	color           : #969;
}

