



/*----------------- COMMON SETTINGS -----------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	padding-bottom: 10px;
	color: #595959;
	font-family: sans-serif,'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
	background: #e5e5e5;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
}

a img {
	border-style: none;
}

ul {
	list-style: none;
}

#frameinside {
	margin: 10px 10px 0 10px;
	background: #ffffff;
	text-align: center;
}

#container {
	display: relative;
	width: 860px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: left;
}

.clearfloat {
	clear: both;
}

.clr-def {
	color: #595959;
}



/*----------------- HEADER SETTINGS -----------------------------*/

#header {
	width: 860px;
	padding-bottom: 35px;
}

#header #logo {
	display: block;
	width: 168px;
	padding: 24px 0 18px 25px;
}

#header #pagerect {
	float: left;
}

#header #materials {
	float: right;
}


/*----------------- MAIN MENU SETTINGS -----------------------------*/

#mainmenus {
	width: 204px;
	position: absolute;
	top: 207px;
}

#mainmenus #nowarrow {
	position: absolute;
	display: none;
	top: 23px;
	left: 192px;
}

#mainmenus-top #menuelms,
#mainmenus #menuelms {
	width: 193px;
}

#mainmenus #menuelms #tvboard {
	padding-top: 16px;
}


/*----------------- CONTENTS SETTINGS -----------------------------*/

#contents {
	margin-left: 213px;
	width: 647px;
}

#contents #frametop {
	height: 52px;
	padding: 21px 0 0 26px;
}

#contents #framemid {
	padding-top: 12px;
}

#contents #framebtm {
	width: 595px;
	padding: 0 26px 10px;
}

#contents #comment-top {
	width: 595px;
}

#contents #comment-btm {
	width: 543px;
	padding: 22px 26px 12px;
	margin-bottom: 20px;
	font-weight: normal;
}

#contents #comment-btm h2 {
	padding-bottom: 10px;
}

#contents .itemtitle-top {
	margin-bottom: 18px;
	width: 595px;
}

#contents .itemtitle-top-short {
	margin-bottom: 12px;
	width: 287px;
}

#contents .itemtitle-btm {
	width: 543px;
	padding: 10px 26px 8px;
	color: #ffffff;
}

#contents .itemtitle-btm-short {
	width: 235px;
	padding: 10px 26px 8px;
	color: #ffffff;
}

#contents .itemdetails {
	padding-bottom: 45px;
}



/*----------------- FOOTER SETTINGS -----------------------------*/

#pagetop {
	text-align: right;
	padding: 16px 0 20px 0;
}

#footer {
	width: 860px;
	padding: 17px 0 17px;
	border-top: 1px solid #ebebeb;
}

#footer #footer-l {
	float: left;
}

#footer #footer-r {
	float: right;
	text-align: right;
	color: #b2b2b2;
}

#footer #footer-r a {
	display: block;
	margin: 2px 0 13px;
}

#footer #footer-l .extrafontb {
	display: inline;
	float: left;
}

#footer #footer-l .basefont {
	display: inline;
	margin-top: 4px;
	float: right;
}

#footer #footer-l ul {
	margin-top: 3px;
}

#footer #footer-l ul li {
	display: inline;
	font-size: 11px;
	color: #7f7f7f;
}

#footer #footer-l ul .footer-tel {
	margin: 0 12px;
}






