/* common.css */

/* 全頁共通部定義 */

body{
	margin : auto;
	text-align : center;
	padding: 0px;

	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size : 15px;
/*
	background: url(../img/bg/head_bg.png) repeat-x;
	border-top : 7px solid #004678;
	background-color : #F5F5E3;
	background-repeat: repeat-x;
	background-position: top;
	scrollbar-face-color: #ff9999;       
	scrollbar-3dlight-color: #ffcccc;    
	scrollbar-highlight-color: #ffcccc;  
	scrollbar-shadow-color: #ff6666;     
	scrollbar-darkshadow-color: #ff6666; 
	scrollbar-arrow-color: #ff0000;      
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	scrollbar-base-color: #ffffff;
*/
}


.header{
	width : 1000px;

	margin : 0px 0px 0px 0px;
	padding : 0px;
	text-align : left;
/*
	height : 300px;
	background-color : #D0D0D0;
*/
}

.wrapper0{
	width : 100%;
	height : 100%;

	margin : 0px auto 0 auto;
	padding-top : 67px;

/*
	border-left : 2px solid #2D2300;
	border-right : 2px solid #2D2300;
	border-bottom : 1px solid #2D2300;
	background-color : #00FFFF;
*/
}



.wrapper{
	width : 1000px;
	margin : 0px auto 0 auto;
/*
	border-left : 2px solid #2D2300;
	border-right : 2px solid #2D2300;
	border-bottom : 1px solid #2D2300;
	background-color : #00FFFF;
*/
}


.top_ec_wide_img_waku {
	width : 1000px;
	margin : 0px auto 0 auto;

}


.wrapper_head{
	width : 100%;
	height : 67px;
	background-color : #000032;
/*


	background-image: url(../img/bg/top_bg.png);
	background-repeat: repeat-x;
	border-left : 2px solid #2D2300;
	border-right : 2px solid #2D2300;
	border-bottom : 1px solid #2D2300;

*/
	position : fixed!important;
	z-index: 1;
	margin : 0px 0 0 0px;
	padding : 0px;
}


.top_head {
	width : 1000px;
	margin : 0px auto 0 auto;

}


.foot_wrap{
	width : 100%;

	background: url(../img/bg/bg_foot.png) repeat-x;

/*
	height : 305px;
	margin-top : 80px;
	background-color : #000000;
*/
}


.foot_wrap_inner{
	width : 1000px;
	height : 372px;
	margin : 0px auto 0px auto;
	text-align : center;
}



h1{
	float : left;
	text-align : left;
	font-size : 11px;
	font-weight : normal;
	line-height : 1.0em;
	margin : 10px 0px 0px 0px;
	padding : 0px;
}


a:visited {
	color:#000000;
	text-decoration : none;
}


a:link {
	color:#000000;
	text-decoration : none;
}


a:hover {
	color:#000000;
	text-decoration : underline;
}


a:active {
	color:#000000;
	text-decoration : underline;
}


div.clear_float{
	clear : both;
}


.top_navi{
	width : 1000px;
	height : 67px;
	margin : 0px 0px 0px 0px;
	float : left;
/*
	background-color : #DE0099;
*/
}



img.foot_logo{
	margin:60px 0px 0 0px;
}


img.foot_bunka{
	margin:27px 0px 0 0px;
}


p.foot_copyright{
	margin:45px 0px 0 0px;
	color : #ffffff;
	font-size : 12px;
}

table.head_tbl{
	width : 1000px;
	border-style : none;
	border-collapse:collapse; 
}


table.head_tbl td.space_td{
	width : 100px;

}


table.foot_tbl{
	width : 662px;
	margin : 40px 166px 0px 166px;
}


table.foot_tbl td{
	padding : 0px 20px;
}


.link_top_cont{
	float : left;
	margin : 50px 0 0 0;
	width : 1000px;
	height : 50px;
/*
	background-color : #505050;
*/
}


img.link_top{
	float : right;
	margin : 0px 0 0 0;
	border : none;
}



.header:after,
.wrapper:after
{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
