/* bodyとデフォルトの設定
------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	border: 0;
}
em,
strong{
	font-style: normal;
	font-weight: normal;
}
body{
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	background-color: #eeeeee;
}
li{
	list-style: none;
}

/* リンクの設定
------------------------------------------------*/
a:link,
a:visited{
	color: #00f;
}
a:hover{
	color: #f00;
}


/* 構造の設定
------------------------------------------------*/
/* width */
#container,
#wrapper,
#footer{
}

#container{
	background-color: #fff;
	max-width: 900px;
	width: auto;
	min-width: 600px;
	padding: 0 4px 0 0;
	background: url(../img/shadow-back.gif) repeat-y right top;
}
#header{
	height: 80px;
	background: url(../img/header-back.png) repeat-x left center;
}
#wrapper{
	background-color: #fff;
	float: left;
	width: 100%;
}
#content{
	float: right;
	width: 100%;
	padding-top: 1em;
}
#menu{
	background: url(../img/menu-back.png) repeat-x left top;
	float: left;
	width: 150px;
	margin-right: -150px;
	padding-top: 1em;
}
#footer{
	width: 100%;
	line-height: 20px;
	clear: both;
	color: white;
	background: url(../img/footer-back.png) repeat-x left center;
}

/* hxの設定
------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 14px;
}
h3{
	color: #030;
	border-bottom: solid 1px #ccc;
	margin-bottom: 0.5em;
}

/* #headerの設定
------------------------------------------------*/
h1 img{
	padding: 31px 0 0 14px;
}


/* #contentの設定
------------------------------------------------*/
#content div,
#content p,
#content dl,
#content ul,
#content h3,
#content h4,
#content h5
{
	margin-left: 178px;
	margin-right: 28px;
}
#content p{
	margin-bottom: 3em;
	padding-left: 14px;
}
#linklist{
	padding-bottom: 3em;
}
#linklist li{
	padding-left: 14px;	
}

/* #koushin */
#koushin{
	position: relative;
	margin-bottom: 3em;
}
#koushin dt{
	width: 5em;
	text-align: center;
	position: absolute;
}
#koushin dd{
	padding-left: 6em;
}



/* #menuの設定
------------------------------------------------*/
#menu h3{
	border: 0;
	padding: 0;
	text-align: center;
}
#menu ul li{
	text-align: center;
	margin: 1em 0;
	color: #F00;
	font-weight: bold;
}
#menu a{
	font-weight: normal;
}

/* #footerの設定
------------------------------------------------*/
#footer p{
	text-align: center;
}


/* HTML コピペ用
--------------------------------------------------
<div id="">
<!--/#--></div>
------------------------------------------------*/