@charset "UTF-8";

/* -----------------------------------------------
FileName: layout.css
----------------------------------------------- */
body {
	background:url(../images/bg.gif) 0 0 repeat-x;
}

#wrapper{
	margin:0 auto;
	width:960px;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
#top #header{
    padding:70px 0 0 0;
}

#under #header{
    padding:20px 0 0 0;
}

h1{
	width:194px;
    height:39px;
	overflow:hidden;
	background:url("../images/logo.gif") 0 0 no-repeat;
    margin:0;
}
h1 a{
	display:block;
	width:194px;
	height:39px;
	padding:55px 0 0 0;
}



#navi{
	margin:0 auto 40px auto;
	text-align:center;
    line-height:0%;
    zoom:1;
}

#navi ul{
    line-height:0%;
    zoom:1;
}
#navi li{
	float:left;
    line-height:0;
    zoom:1;
}


#flash{
	margin-bottom:0;
}


/*----------------------------------------------------
contents
----------------------------------------------------*/

#contents{
	margin:0;
	padding:0;
}

/*----------  メイン  -----------*/

#contents #main{
	float:right;
	padding-bottom:20px;
	width:700px;
}
/*----------  サイド  -----------*/
#contents #side{
	float:left;
	padding-bottom:20px;
	height:100%;
	width:237px;
}
#contents #side li {
	line-height:0;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
#footer{
	padding:20px 0 10px 0;
	border-top:#777777 1px solid;
    text-align:center;
	clear:both;
}

#footWrap{
	margin:0 auto;
	width:950px;
}
#footer_link ul{
    text-align:center;
}
#footer_link li{
    text-align:center;
    display:inline;
}

#copyright{
	padding:20px 0px 50px 0 ;
	text-align: center;
    font-style:normal;
}

