html{
	background-color:#ffffff;
	height:100%;
}

body{
	height:100%;
	font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:14px; 
}

body > #container{
	height:auto;
}

#container{
	min-height:100%;
	height:100%;
	width:100%;
	margin:0 auto;
	background-color:#fff;
}

#header{
	margin-bottom:15px;
	padding:10px 0px 0px 0px;
}

#menu{
	margin-bottom:15px;
	overflow:hidden;
	clear:both;
}

#main{
	overflow:hidden;
	margin-bottom:15px;
}

#contents{
	float:right;
	width:100%;
}

#footer{
	font-size:12px;
	color: rgb(151, 69, 69);
	text-align:center;
	border-top: 1px solid rgb(70, 186, 231);
	padding:10px 0 20px;
}

#menu ul>li{
	float:left;
	width:133px;
	text-align:center;
	font-size:15px;
	padding:5px 0px;
	background: #fff;
}

#menu ul>li:hover{
	background: url(img/hbutton.gif) no-repeat;
}

#menu ul>li>a{
	color: #000000;
	text-decoration:none;
	display:block;
}

h1{
	font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:20px;
	border-left:5px solid rgb(70, 186, 231);
	border-bottom:1px solid #ccc;
	padding:3px 0 3px 10px;
	margin-bottom:20px;
}
h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	margin-left:15px;
}


p{
	margin-bottom:10px;
}

ul.products{
	margin-bottom:15px;
}
ul.products>li{
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}
ul.products>li:last-child{
	border:none;
}
ul.products>li>img{
	float:left;
	width:72px;
}
ul.products>li>p{
	margin-left:78px;
	font-size:13px;
}

#ftj{
	font-weight:bold;
}

#app{
	margin-top:20px;
	float:left;
	font-weight:bold;
}

#gazou{
	margin-right:30px;
	margin-left:8px;
}

#tyui{
	font-size:20px;
	font-weight:bold;
}

#tl{
	color:#ff0000;
}

#information {
	width: 750px;
	float: left;
	text-align: left;
	margin-right: 25px;
}

#information #info_list {
	width: 750px;
	height: 260px;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 15px;
	text-align: left;
	word-break: break-all;
	border: 1px solid #b1b2b2;
}

#information #info_list dl {
margin: 0;
padding: 0;
text-align: left;
}

/* IE4〜6用 */
*html div.box ul{ margin:0; }

/* IE7用 */
*:first-child+html div.box ul{ margin:0; }
