/* CSS Document */

@import "header.css";
@import "footer.css";
@import "side.css";

body {
	margin:0;
	padding:0;
	color:#323232;
	font: 75%/145% "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	background: #FBFBFB;
}


h1,h2,h3,h4,h5,h6,p,form,ul,li,ol,dl,dt,dd {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
}


a img {
	border:none;
}



/*link
------------------------*/
a:link {
	color:#008BCE;
	text-decoration:none;
}

a:visited {
	color:#008BCE;
	text-decoration:none;
}

a:hover {
	color:#008BCE;
	text-decoration:underline;
}


/*clearfix
------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*margin
---------------------*/
.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b20 {
	margin-bottom:20px;
}

.margin_b25 {
	margin-bottom:25px;
}

.margin_b30 {
	margin-bottom:30px;
}

.margin_b40 {
	margin-bottom:40px;
}

/*color
------------------------*/

.red {
	color: #FF0000;
	font-weight: normal;
	font-size: 1em;
}

/*contents共通
------------------------*/

#wrap {
	background: url(../images/com/bg_body.gif) repeat-y;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#contents,#pagetop_wrap {
	width: 950px;
}
#side {
	float: right;
	width: 220px;
}
#contents_l {
	float: left;
	width: 700px;
	margin-bottom: 20px;
}
#pankuzu {
	background: #F1F1F1;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #161733;
}
.table_tag th {
	padding: 8px;
	font-weight: normal;
	border-bottom: 2px solid #008BCE;
}
.table_tag td {
	border-bottom: 1px dotted #008BCE;
	padding: 8px 8px 8px 15px;
}
.sub_title {
	background: url(../images/com/bg_sub_title_img.gif) repeat-x;
	height: 30px;
	border-top: 2px solid #008BCE;
	border-bottom: 1px solid #C8C8C8;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
.icon {
	background: url(../images/category/feature/icon_img.gif) no-repeat left 2px;
	height: 22px;
	padding-left: 40px;
	padding-top: 10px;
	color: #008BCE;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.list_wrap {
	width: 700px;
	background: url(../images/category/temp_list/list_bottom_img.gif) no-repeat center bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.list_text {
	width: 676px;
	border-right: 2px solid #008BCE;
	border-left: 2px solid #008BCE;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background: #FFFFFF;
}
.new_icon {
	background: #CC0000;
	margin-right: 10px;
	padding: 1px 3px;
}
