@charset "utf-8";


/*------------------------------------

各要素の初期設定＆基本構造設定用CSS

-------------------------------------*/



body{
	margin:25px;
	padding:25px;
	height:100%;
/*	text-align:center; */
	background: #FFFFAA;
	}


h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}


p{
	margin:0;
	padding:0;
	}

form{
	margin:0;
	padding:0;
	}

input{
	margin:0;
	padding:0;
	vertical-align:middle;
	font-size:14px;
	letter-spacing:0.1em;
	}

ul,li,dl,dt,dd{
	margin:0;
	padding:0;
	}

ul{
	list-style-type:none;
	}

hr{
	display:none;
	}

img{
	border:none;
	}

a:link{
	color:#026899;
	text-decoration:underline;
	}
	
a:visited{
	color:#026899;
	text-decoration:underline;
	}

a:hover{
	color:#026899;
	text-decoration:underline;
	}

a:active{
	color:#026899;
	text-decoration:underline;
	}


.waku img{
	display:block;
	}


pre{
   background:#AAFFAA;
}

/*--------------------------------

基本構造

---------------------------------*/




/*-------全体を中央揃えにする-----*/

#wrapper{
	margin:0px auto;
	width:996px;
	text-align:left;
	}





/*------ヘッダー------*/


#header{
	min-height:110px;
	background:url(../../images/header_bg.gif) no-repeat center bottom #cceb99;
	}

*html #header{
	height:110px;
	}

#header h1 a{
	text-decoration:none;
	color:#436c01;
	}

#header h1{
	margin:0 8px 0px;
	padding:5px 0 0;
	background:url(../../images/logo.gif) no-repeat;
	font-size:12px;
	}


#header .logoBox{
	margin:2px 8px;
	}

#header h2{
	float:left;
	padding:0;
	font-size:12px;
	line-height:110%;
	}

#header p.expBox{
	float:right;
	margin:0 12px;
	padding-top:15px;
	line-height:120%;
	}



/*------フッター------*/

#footer{
	margin:0 0 10px;
	padding:0 0;
	background:url(../../images/contents_bg.gif) repeat-y center top;
	text-align:center;
	}

.footerLine{
	margin:0 8px 0;
	padding:10px 0 0;
	background:url(../../images/footer_line.gif) repeat-x left top;
	}

#footer li{
	display:inline;
	padding:0;
	font-size:12px;
	}

#footer address{
	display:block;
	margin:5px 0;
	padding:10px 0;
	background:url(../../images/copyright_bg.gif) no-repeat center center;
	font-size:12px;
	font-weight:bold;
	color:#4e8e02;
	}



/*---------ボディ--------*/


#bodyBox{
	padding:0;
	width:996px;
	background:url(../../images/contents_bg.gif) repeat-y center top;
	}










