/*---------------------------------------------------
	CSSリセット
---------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{margin:0;padding:0;
}
table{border-collapse:collapse;border-spacing:0;
}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;
}

/*---------------------------------------------------
	基本設定
---------------------------------------------------*/
body,div{
	color: #333;
	font-size: 13px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;








	*font-size:small;
        *font:x-small;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
body {
	background-color: #ddd;
}


.main {
	width: 980px;
	margin: 0 auto;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

/*---------------------------------------------------
	リンク
---------------------------------------------------*/
a:link,a:hover,a:visited,a:active {
	color: #000;
	text-decoration: underline;
}

/*---------------------------------------------------
	見出しデザイン
---------------------------------------------------*/
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
h3 {
	color: #FFF;
	background-color: #000;
	display: block;
	text-indent: 20px;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
}
/*---------------------------------------------------
	リストデザイン
---------------------------------------------------*/
ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
li {
	display: block;
	float: left;
	text-align: center;
	padding: 5px;
	font-size: 16px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
}
li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

li a:link,li a:hover,li a:visited,li a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

li a:hover,li a:active {
	background-color: #666;
}

/*---------------------------------------------------
	ページ3ライン分け
---------------------------------------------------*/
.box {
	display: table;
	margin-bottom: 20px;
}
.content {
	width: 695px;
	padding: 20px;
	display: table-cell;
	background-color: #FFF;
}


.recomend {
	padding: 20px;
	width: 205px;
	display: table-cell;
	vertical-align: top;
}

.menu {
	background-color: #333;
	margin: 0px;
	padding: 0px;
}

/*---------------------------------------------------
	更新履歴デザイン
---------------------------------------------------*/
dt {
	color: #666;
	float: left;
	line-height: 30px;
	height: 30px;
}
dd {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	text-indent: 10px;
	line-height: 30px;
	height: 30px;
}

/*---------------------------------------------------
	フッターデザイン
---------------------------------------------------*/
footer {
	text-align: center;
	clear: both;
}
.menutitle {
	background-color: #000;
	float: left;
	padding: 5px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #000;
}
