﻿/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	background: #EEEEEE;
	text-align: center;
}

img{
	border: none;
	vertical-align: top;
}

#wrapper {
	width: 700px;
	background: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 auto;
	text-align: left;
}

/*ヘッダー*/
#header {
	position: relative;
	height: 270px;
}

#logo_main {
	position: absolute;
	left: 25px;
}

#logo_sub {
	position: absolute;
	right: 25px;
}

#image {
	position: absolute;
	left: 25px;
	top: 80px;
}



/*work*/
#imagework {
	position: absolute;
	left: 25px;
	top: 80px;
}

#headerwork {
	position: relative;
	height: 480px;
}


/*メニュー*/
#navi {
	position: relative;
	height: 25px;
}

#navi_ul{
	position: absolute;
	left: 25px;
	list-style-type: none;
}

#navi_ul li{
	display: inline;
}

/*コンテンツ*/
#contents_box {
	overflow: auto !important;
	overflow: /**/: hidden;
	/*position: relative;*/
	margin-bottom: 25px;
	text-align: center;
}

#contents{
	/*position: absolute;*/
	width: 650px;
	margin: 10px auto;
	text-align: left;
	background: #EEEEEE;
}

#text{
	padding: 10px;
	font-size: 75%;
}

/*フッター*/
#footer {
	width: 700px;
	heigth: 25px;
	margin: 0 auto;
	text-align: center;
}

#copyright {
	float: right;
	margin-top: 5px;
}
