@charset "Shift_JIS";
/* CSS Document */

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

html {overflow-y:scroll;}

html,
body {
	height:100%;
	}

body {
	background:#ccc;
	line-height:1.6;
	font-family:"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size:90%;
	letter-spacing:1px;
	color:#333;
	}



/* Link */
a {
	text-decoration:none;
	color:#303f00;
	}
a:hover {
	color:#909f60;
	}
img,
a img {
	text-decoration:none;
	border:0;
}
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
}

/* Erement */
p {margin-bottom:10px;}
br {letter-spacing:normal;}
em {border-bottom:dotted #512322 1px;}
sup {font-size:75%;}
hr {
	margin:30px auto 40px;
	width:85%;
	height:10px;
	border:none 0;
	background:url(../img/hr.gif) center no-repeat;
}

/* Mail address */
address {
	margin:0 75px 2em;
	padding:5px;
	background:#fdede4;
	border:solid #ecdcd3 1px;
	font-style:normal;
	font-size:11px;
	line-height:normal;
	text-align:center;
	width:200px;
	color:#942343;
	}

/* ol List */
ol {margin:5px 0 0 20px;}
*html body ol {margin:5px 0 0 23px;}
*+html body ol {margin:5px 0 0 23px;}
ol li {margin-bottom:8px;}

/* dl List */
dl {margin:0 0 1.5em 0;}
dt {
	padding:2px 5px;
	_height:23px;/* for IE6 */
	border-left:solid #ccc 5px;
	font-weight:bold;
	}
dd {
	margin:-1.7em 0 0.5em 8em;
	padding:2px 5px;
	}
dd+dd {
	margin:0 0 0.5em 8em;
	padding:2px 5px;
	}

/* Table tag */
.table {margin:0 40px 20px 75px;}
.table table {
	border:solid #d8d8c1 1px;
	border-collapse:separate;
	border-spacing:2px;
	height:auto;
	width:98%;
	}
.table th {
	padding:5px;
	background:url(../img/bg_table.gif) #d8d8c1 top repeat;
	width:26.5%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	color:#402100;
	}
.table th.thAuto {
	padding:5px 0;
	width:auto;
	}
.table th.th2nd {
	padding:5px 0;
	background:#d8d8c1;
	width:auto;
	}
.table td {
	padding:5px;
	width:auto;
	border-bottom:dotted #d8d8c1 1px;
	}

/* Color */
.red {color:#f00;}
.ora {color:#f60;}
.gre {color:#690;}
.blu {color:#09f;}
.pur {color:#909;}
.gla {color:#999;}

/* Font */
small {font-size:80%;}
big {font-size:110%;}

/* Clear */
.clear {
	clear:both;
	height:1px;
	}


/* wrap
---------------------------------------------------------------*/
.wrap {
	margin:0 auto;
	width:1000px;
}


/* header
---------------------------------------------------------------*/
#header {
	background:url(../img/bg_header.gif) #ffd800 top repeat-x;
	height:80px;
}
#header #logo {
	padding-top:33px;
	height:36px;
	width:336px;
	float:left;
}
#header ul {
	margin-top:50px;
	background:#fff;
	list-style:none;
	width:300px;
	height:30px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	overflow:hidden;
	float:right;
}
#header ul li {
	margin:0;
	width:60px;
	text-align:center;
	float:left;
}
#header ul li a {
	padding:4px 0;
	background:transparent;
	display:block;
	}


/* menu
---------------------------------------------------------------*/
#menu {
	background:url(../img/bg_menu.gif) #402100 top;
	text-align:center;
	color:#fff;
	height:60px;
	clear:both;
	}
#menu ul {
	list-style:none;
	overflow:hidden;
	}
#menu ul li {
	margin-right:42px;
	padding:16px 49px 10px 0;
	background:url(../img/icon05.gif) center right no-repeat;
	float:left;
}
#menu ul li.end {
	margin-right:0;
	padding-right:0;
	background:transparent;
}
#menu ul li a {background:transparent;}


/* maincontents
---------------------------------------------------------------*/
#maincontents {
	padding:40px 0 1px;
	background:#f2f2f2;
	height:auto;
}
#maincontents:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
	}


/* top area
---------------------------------------------------------------*/
#top_area {
	margin:0 auto 105px;
	width:1000px;
	height:400px;
}
#top_left {
	width:600px;
	float:left;
}
/* New material information */
#top_mtNew {
	margin-bottom:23px;
	width:600px;
	height:200px;
	background:#fff;
	border:solid #e93861 1px;
}
#top_mtNew .mtNew_mt {
	width:330px;
	height:200px;
	overflow:hidden;
	float:left;
}
#top_mtNew h2.mtNew_title1 {
	width:270px;
	height:40px;
	background:#e93861;
	line-height:40px;
	letter-spacing:normal;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	color:#fff;
	float:right;
}
#top_mtNew h3.mtNew_title2 {
	padding:15px 0 5px;
	width:260px;
	font-size:150%;
	float:right;
}
#top_mtNew p.mtNew_text {
	width:260px;
	font-size:85%;
	color:#777;
	float:right;
}
/* TΤDLrank */
#top_mtRank {
	width:600px;
	height:177px;
	background:url(../img/bg_weekdlrank.jpg) top left no-repeat;
	position:relative;
}
#top_mtRank .mtRank_img1, #top_mtRank .mtRank_img2, #top_mtRank .mtRank_img3 {
	position:absolute;
	top:38px;
	width:120px;
	height:114px;
	overflow:hidden;
}
#top_mtRank .mtRank_img1 {left:193px;}
#top_mtRank .mtRank_img2 {left:326px;}
#top_mtRank .mtRank_img3 {left:460px;}
#top_mtRank p {
	position:absolute;
	top:95px;
	left:35px;
	width:150px;
	font-size:85%;
	color:#777;
}
#top_mtRank  a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}

/* XVπ */
#top_update {
	width:350px;
	height:400px;
	background:#fff;
	border:solid #a4da00 1px;
	font-size:90%;
	overflow:hidden;
	float:right;
}
#top_update img {margin:0;}
#top_update .footer {
	padding:0 10px;
	background:#a4da00;
	height:30px;
	line-height:25px;
	text-align:right;
}
#top_update ul {
	height:330px;
	overflow-y:scroll;
}
#top_update ul li {
	margin:0 10px 15px 35px;
	list-style:url(../img/icon04.gif);
}
#top_update ul li:first-line {
	font-weight:bold;
	color:#4c6700;
}


/* contents area
---------------------------------------------------------------*/
.contents_area {
	margin:0 auto 105px;
	padding-bottom:20px;
	background:#fff;
	width:1000px;
}
.contents_area:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
	}
.contents_area a {
	text-decoration:none;
	background:#dcff73;
	color:#303f00;
	}
.contents_area a:hover {
	background:#F1F5DC;
	color:#909f60;
	}

.contents_area h2 {margin:0 0 20px;}
.contents_area h3 {
	margin:0 0 10px 40px;
	padding:5px 0 5px 35px;
	background:url(../img/icon01.gif) left center no-repeat;
	letter-spacing:3px;
	font-size:15px;
	color:#000;
}

.contents_area p {margin:0 75px 1em;}
.contents_area ul,.contents_area ol {margin:0 75px 2em 95px;}
.contents_area dl {margin:0 75px 1em;}
.contents_area ul li {
	margin-bottom:5px;
	list-style:url(../img/icon03.gif);
}


/* bg
---------------------------------------------------------------*/
.bg_area {margin:0 50px 30px 75px;}
.bg_area:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
	}
.bg_type {
	margin:0 15px 15px 0;
	width:70px;
	height:70px;
	border:solid #ccc 3px;
	text-align:center;
	float:left;
}
.bg_type:hover {border:solid #ffd800 3px;}
.bg_type a {
	display:block;
	width:70px;
	height:70px;
	background:transparent;
}
.bg_type a:hover {
	background:transparent;
	font-weight:bold;
	color:#000;
	}
.bg_type span {
	line-height:70px;
}


/* icon
---------------------------------------------------------------*/
.icon_area {margin:0 50px 30px 75px;}
.icon_area:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
	}
.icon_type {
	margin:0 15px 15px 0;
	padding:10px;
	border:solid #ccc 3px;
	line-height:0;
	float:left;
}
.icon_type:hover {border:solid #ffd800 3px;}
.icon_type a,
.icon_type a:hover {background:transparent;}


/* template
---------------------------------------------------------------*/
.tmp_area {margin:0 0 30px 75px;}
.tmp_area:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
	}
.tmp_box {
	margin:0 15px 15px 0;
	padding:10px 0;
	width:195px;
	background:url(../img/bg_table.gif) repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	font-size:75%;
	float:left;
}
.tmp_img {
	margin:0 10px 5px;
	width:165px;
	height:114px;
	border:solid #999 5px;
}
.tmp_img:hover {border:solid #ffd800 5px;}
.tmp_img a,.tmp_img a:hover {background:transparent;}
.tmp_title {
	margin:0 10px;
	border-bottom:dotted #401200 1px;
	font-weight:bold;
	font-size:120%;
	color:#402100;
}
.tmp_date {
	margin:0 10px;
	padding-left:12px;
	background:url(../img/icon_date.gif) center left no-repeat;
}
.tmp_type {
	margin:0 10px;
	padding-left:12px;
	background:url(../img/icon_type.gif) center left no-repeat;
}
.tmp_style {
	margin:0 0 0 10px;
	padding-left:13px;
	background:url(../img/icon_tag.gif) center left no-repeat;
}
.tmp_link {
	margin:0 10px;
}


/* pagetop
---------------------------------------------------------------*/
.pageTop {
	position:fixed;
	bottom:45px;
	right:80px;
	width:40px;
	height:40px;
}
.pageTop a {
	display:block;
}



/* footer
---------------------------------------------------------------*/
#footer {
	background:url(../img/bg_footer.gif) #ddd top repeat;
	height:160px;
	font-family:Verdana, Geneva, sans-serif;
	color:#888;
	overflow:hidden;
	clear:both;
}
#footer #logo2 {
	margin:20px 0 45px;
	width:170px;
	height:67px;
	float:right;
}
#footer .ad, #footer .rank {
	margin:20px 35px 0 0;
	float:left;
}
#footer .ad p, #footer .rank p {
	margin-bottom:3px;
	font-weight:bold;
}
#footer .ad div, #footer .rank div {
	padding:3px 10px;
	border-left:solid #888 2px;
}
#footer .ad div img, #footer .rank div img {vertical-align:bottom;}
#footer .copyright {
	text-align:center;
	font-size:80%;
	clear:both;
}



