@charset "UTF-8";

/*----------------------
default
----------------------*/
* {
	margin:0;
	padding:0;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	line-height:1.6;
	color:#333;
	background:url("../images/body_bg.jpg") left top;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ul, li {
	list-style:none;
	display:block;
}
h1,h2,h3,h4, dl, dt, dd, p {
	display:block;
}
img { 
	vertical-align:bottom;
	border:0;
}
a img {
	border:none;
	outline:none;
    -moz-outline-style:none;
}
a img.btn_alpha:hover {
	opacity:0.7;	/*Standard: FF gt1.5, Opera, Safari*/
	filter: alpha(opacity=70);	/*IE lt8*/
	-ms-filter:"alpha(opacity=70)";	/*IE8*/
	-khtml-opacity:0.7;	/*Safari1.x*/
	-moz-opacity:0.7;	/*FF lt1.5, Netscape*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);   /*IE*/
}
a:link, a:visited {
	color:#D3472C;
	text-decoration:underline;
	-moz-transition: all 0.3s linear 0;
	-webkit-transition: all 0.3s linear 0;
}
a:hover, a:active {
	color:#3E3030;
	text-decoration:none;
	outline:none;
}
.clear {
	clear:both;
	display:block;
	height:1px;
	width:1px;
	overflow:hidden;
}
.top_mgn10 {margin-top:10px;}
.top_mgn15 {margin-top:15px;}
.top_mgn20 {margin-top:20px;}
.top_mgn30 {margin-top:30px;}
.top_mgn40 {margin-top:40px;}
.btm_mgn10 {margin-bottom:10px;}
.btm_mgn15 {margin-bottom:15px;}
.btm_mgn20 {margin-bottom:20px;}
.btm_mgn30 {margin-bottom:30px;}
.lft_pad10 {padding-left:10px;}
.lft_pad20 {padding-left:20px;}
.lft_pad30 {padding-left:30px;}
.rgt_pad10 {padding-right:10px;}
.rgt_pad20 {padding-right:20px;}
.rgt_pad30 {padding-right:30px;}
.rgt_pad40 {padding-right:40px;}
.flow_left {float:left;}
.flow_right {float:right;}
.f_strong {font-weight:bold;}
.f_14 {font-size:14px;}
.f_orange {color:#FF9900;}
.f_blue {color:#0099CC;}

/*----------------------
wrapper
----------------------*/
#wrapper {
	position:relative;
	text-align:center;
	height:auto !important;
    height:100%;
	background:url("../images/bg.jpg") left top;
}


/*----------------------
header
----------------------*/
#header_outer {
	text-align:center;
	background:url("../images/header_bg_outer.jpg") repeat-x left top;
}
#header {
	width:1000px;
	height:600px;
	margin:0 auto;
	text-align:left;
	position:relative;
	background:url("../images/header_bg.jpg") no-repeat center top;
}
#header .logo1 {
	position:absolute;
	top:0px;
	left:60px;
	width:148px;
	height:40px;
}
#header .logo2 {
	position:absolute;
	top:0px;
	right:20px;
	width:64px;
	height:40px;
}
#header .title {
	position:absolute;
	top:12px;
	left:680px;
	color:#FFF;
	font-size:11px;
}


/*----------------------
footer
----------------------*/
#footer_outer {
	text-align:center;
	background:url("../images/footer_bg_outer.jpg") repeat-x center top;
	z-index:1;
}
#footer {
	width:1000px;
	height:120px;
	margin:0 auto;
	text-align:left;
	position:relative;
	color:#FFF2D3;
}
#footer .logo {
	position:absolute;
	top:66px;
	left:606px;
	width:113px;
	height:30px;
}
#footer .copy {
	position:absolute;
	top:70px;
	left:280px;
}


/*----------------------
content
----------------------*/
#content_outer {
	text-align:center;
	z-index:10;
}
#content {
	width:1000px;
	margin:0 auto;
	margin-top:-202px;
	text-align:left;
	position:relative;
}

/* sidebar
-----------------------*/
#sidebar {
	width:170px;
	/*position:absolute;
	left:20px;
	top:2px;*/
	position:relative;
	float:left;
	padding-left:20px;
	z-index:10;
}
#nav {
	_position:relative;	/*--IE6--*/
}
.fixed {
	position:fixed;
	top:10px;
}

/* main
-----------------------*/
#main {
	width:772px;
	padding-right:18px;
	float:right;
}
#read {
	background:url("../images/page_t.jpg") no-repeat left top;
	padding:20px 50px 0px 60px;
	width:662px;
	_width:772px;	/*--IE6--*/
}
#read .pankuzu {
	color:#D3472C;
	font-size:11px;
}
#read h1 {
	padding:30px 0 42px;
}
#read .box_left {
	width:317px;
	float:left;
	padding:0 0 10px;
}
#read .box_right {
	width:317px;
	float:right;
	padding:0 0 10px;
}
#maker {
	background:url("../images/page_bg.jpg") repeat-y left top;
	padding:40px 50px 0 60px;
	width:662x;
	_width:772px;	/*--IE6--*/
	min-height:1em;
}
#maker h2 {
	margin-left:-60px;
	padding:0 0 26px;
}
#maker .box_left {
	width:317px;
	float:left;
	padding:0 0 25px;
}
#maker .box_right {
	width:317px;
	float:right;
	padding:0 0 25px;
}
#maker .wide {
	padding:0 0 10px;
}
#read p,
#maker p {
	margin-bottom:15px;
}
#maker_end {
	position:relative;
	background:url("../images/page_bg.jpg") repeat-y left top;
	padding:0 50px 0 60px;
	height:60px;
	width:662x;
	_width:772px;	/*--IE6--*/
}
#maker_end .btn_pagetop {
	width:132px;
	height:32px;
	position:absolute;
	bottom:0px;
	right:52px;
}
#maker_end .btn_pagetop a:hover  {
	opacity:0.7;	/*Standard: FF gt1.5, Opera, Safari*/
	filter: alpha(opacity=70);	/*IE lt8*/
	-ms-filter:"alpha(opacity=70)";	/*IE8*/
	-khtml-opacity:0.7;	/*Safari1.x*/
	-moz-opacity:0.7;	/*FF lt1.5, Netscape*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);   /*IE*/
}
#maker_end img.page_b {
	position:absolute;
	bottom:-53px;
	right:0px;
	width:772px;
	height:53px;
}
