@charset "euc-jp";
/*
------------------------------------------------------------------------------------------ 
Iam DesignNetwork Corporation
stylesheet module.css
------------------------------------------------------------------------------------------ 
*/
html{
	overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: normal;
}

/* --------------------------------------------------------------------------------------- */
/* header */
#header h1{
	float:left;
	padding: 14px 0 0 0;
}
#header #header_navigation{
	position: relative;
	float: right;
}
#header #header_navigation ul li{
	float: left;
	zoom:1;
}
#header #header_navigation ul li a{
	/*font-family: Arial, Helvetica, sans-serif;*/
	display: block;
	padding: 15px 10px 3px;
	text-decoration: none;
	color:#DDDDDD;
	font-weight: bold;
}
#header #header_navigation ul li a:hover{
	color:#DDDDDD;
}
#header #header_navigation ul li a.selected{
	color: #D50000;
}
#header #header_navigation div.navi_marker{
	width:0;
	height: 50px;
	position: absolute;
	bottom:0;
	z-index: -1;
	border-bottom: 2px solid #D50000;
}
/* --------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------- */
/* topic_path_top */
#topic_path_top{
	background: #1E1E1E;
	border-bottom: 1px solid #000000;
	font-size: 91%;
	line-height: 1;
	font-family: "Helvetica Neue",Arial,sans-serif;
}
#topic_path_top_inner{
	width: 960px;
	margin: 0 auto;
	padding: 5px 0;
}
#topic_path_top p a:link { text-decoration: none; }
/* --------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------- */
/* alpha */
#alpha h2{
	font-size: 125%;
	margin-bottom: 20px;
}
#alpha h3{
	font-size: 125%;
}
#alpha #alpha_head{
	margin-bottom: 20px;
}
#alpha .category_title{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 133%;
	padding-bottom: 3px;
	color: #D50000;
	background: url(../image/site/category_title_bg.gif) left bottom repeat-x;
	margin: 0 0 35px;
}
#alpha .alpha_h{
	background: #1E1E1E;
	padding: 2px 8px;
	margin-bottom: 20px;
}
#alpha a.new_window {
	background: url(../image/site/target_blank.gif) center right no-repeat;
	padding-right: 18px;
}

/* inner_alpha */
#alpha .inner_alpha h3{
	font-size: 125%;
}

#alpha .inner_alpha .related_links{
	margin-top: 60px;
}
#alpha .inner_alpha .related_links ul{
	padding-left: 10px;
}
#alpha .inner_alpha .related_links ul li{
	margin-bottom: 5px;
	font-size: 91%;
}

/* inner_beta */
#alpha .inner_beta h3{
	font-size: 125%;
	line-height: 1;
	margin-bottom: 15px;
	background: url(../image/site/category_title_bg.gif) left bottom repeat-x;
	padding: 0 5px 8px 0;
}
#alpha .inner_beta .navigation {}
#alpha .inner_beta .navigation ul {}
#alpha .inner_beta .navigation ul li{
	line-height: 1;
	font-size: 91%;
}
#alpha .inner_beta .navigation ul li a{
	display: block;
	padding: 5px 3px 5px 17px;
	margin:0 0 5px 0;
	text-decoration: none;
	background: url(../image/site/inner_beta_list_mark_mouseout.gif) 5px center no-repeat;
}
#alpha .inner_beta .navigation ul li a:hover{
	color: #D50000;
	background: #1E1E1E url(../image/site/inner_beta_list_mark_mouseover.gif) 5px center no-repeat;
}
#alpha .inner_beta .navigation ul li a.selected{
	color: #D50000;
	background: #1E1E1E url(../image/site/inner_beta_list_mark_mouseover.gif) 5px center no-repeat;
}
#alpha .inner_beta .bdb {
	border-bottom: 1px dotted #322E2C;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* table */
#alpha table{
	border-collapse: collapse;
}
#alpha table th{
	padding: 8px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
#alpha table td{
	padding: 8px;
	vertical-align: top;
	text-align: left;
}

/* layout_box */
.layout_box { margin-bottom: 20px; }
.layout_box .fll300 {
	float: left;
	width: 300px;
}

.layout_box .flr365 {
	float: right;
	width: 365px;
}

.layout_box dl dt {}
.layout_box dl dd {}

.app_area {
	background-color: #fff;
	width: 285px;
	padding: 10px 10px 5px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.app_area a { margin-right: 15px; }

/* pager */
#alpha .pager {
	margin: 30px;
	text-align: center;
	padding-top: 10px;
}
#alpha .pager ul {
	padding-bottom: 12px;
}
#alpha .pager ul li {
	display: inline;
}
#alpha .pager a {
	text-decoration: none;
	border: 1px solid #2E2E2E;
	padding: 6px 10px;
	border: 1px solid #2E2E2E;
	background: #1E1E1E;
}
#alpha .pager span {
	border: 1px solid #2E2E2E;
	padding: 6px 10px;
}
#alpha .pager li.total span {
	border-color: #2E2E2E;
	background: #2E2E2E;
}
#alpha .pager li.prev span,
#alpha .pager li.next span,
#alpha .pager li.first span,
#alpha .pager li.last span {
	border: 1px solid #2E2E2E;
	color: #333;
}
#alpha .pager li.current span {
	border: 1px solid #2E2E2E;
	color: #D50000;
	background: #1E1E1E;
}
#alpha .pager a:hover {
	border: 1px solid #2E2E2E;
	background: #2E2E2E;
}

/* 404 */
#error404 {
	padding: 100px 0 60px;
}

/* consumption_tax */
#consumption_tax {
	padding: 10px;
	border: 1px solid #999;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */
/* grunge */
ul.item_list li .grunge{
	position: absolute;
	background: url("/image/top/grunge_photo.png") left top no-repeat;
	height: 160px;
	width: 220px;
	top:0;
	left:0;
	cursor: pointer;
	z-index:0;
}
/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */
/* page_scroll_navi */
.page_scroll_navi{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.page_scroll_navi a{
	position: absolute;
	display: block;
	width: 90px;
	height: 90px;
	right: 0;
	top: -45px;
	background: #0F0F0F;
	/*background: #0F0F0F url(../image/site/page_scroll_top_mouseout.gif) center center no-repeat;*/
	border:1px solid #322E2C;
	border-radius: 90px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.page_scroll_navi a:hover{
	background: #000000 url(../image/site/page_scroll_top_mouseover.gif) center center no-repeat;
}
.page_scroll_navi a img{
	display: none;
}
/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */
/* footer */
#footer #footer_link ul{
	line-height: 1;
}
#footer #footer_link ul li{
	float: left;
	display: inline;
	border-left: 1px solid #322E2C;
	font-size: 91%;
}
#footer #footer_link ul li a{
	display: inline-block;
	padding: 10px 8px;
}
* html #footer #footer_link ul li a{
	display: inline;
	zoom: 1;
}
#footer #footer_link ul li a.selected{
	color: #D50000;
}
#footer #footer_link ul li a:link {
	text-decoration: none;
}
#footer #footer_link ul li.last{
	border-right: 1px solid #322E2C;
}
#footer #link_social {}
#footer #footer_copyright{
	padding-top: 170px;
	text-align: right;
	font-size: 83%;
}
/* --------------------------------------------------------------------------------------- */
