@charset "utf-8";

*{
	margin:0;
	padding:0;
}
html{
	width:100%;
	height:100%;
}
body{
	/*background:#fff3c4;*/
	/*background:#000 url(../img/base/bg.jpg) left top repeat-y;*/
	/*background:#000 url(../img/base/bg2.jpg) right top no-repeat;*/
	background:#000;
	color:#333;
	font:14px/1.4 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Osaka","MS PGothic",arial,helvetica,clean,sans-serif;
	margin:0;
}
a{
	text-decoration:underline;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	color:#746E54;
}
a img{
	border:none;
}
h1{
	font-size:19px;
	margin:2px 0 5px 0;
	color:#000;
}
h2{
	font-size:16px;
}
h3,h4{
	font-size:14px;
}
.cf{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
.hover{
	cursor:pointer;
}

input, textarea, select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

#container{
	width:970px;
	margin:0 auto;
	padding:0;
}

/** Header styles */
#hdr{
	margin-top:8px;
	height:120px;
	position:relative;
}
#hdr a{
	color:#FFF;
}
#hdr .logo{
	display:block;
	width:250px;
	height:70px;
	text-indent:-999px;
	background:url(../img/logo.gif) left top no-repeat;
}
#menu{
	margin-top:10px;
	height:40px;
	font-size:15px;
}
#menu ul{
	list-style:none;
}
#menu li{
	float:left;
}
#controllers{
	position:absolute;
	right:0;
	bottom:45px;
	font-size:15px;
	color:#FFF;
}
#controllers p{
	text-align:right;
	margin-top:5px;
}
#controllers p a{
	padding:0 5px;
}
#controllers .icon_mypage_b{
	padding-left:25px;
	background:url(../img/base/icon_mypage_b.gif) left top no-repeat;
}
#controllers .icon_rss_b{
	padding-left:25px;
	background:url(../img/base/icon_rss_b.gif) left top no-repeat;
}
#searchform{
	position:absolute;
	left:300px;
	top:10px;
}
#searchform .searchtitle{
	font-weight:bold;
	font-size:15px;
	float:left;
	width:180px;
	color:#EEE;
}
#searchform .searchmore{
}
#searchform form{
	margin-top:2px;
}
#searchform .txt{
	background-color:white;
	border:1px solid #000;
	color:#333;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:1px !important;
	margin-right:2px;
	padding:2px 0 2px 2px;
	vertical-align:middle;
	width:200px;
	font-size:16px;
	float:left;
}
#searchform .btn{
	vertical-align:middle;
	margin-bottom:1px !important;
}

/** Footer styles */
#ftr{
	padding:20px 0 30px;
	color:#AAA;
	text-align:center;
}
#ftr a{
	color:#FFF;
}

/** Content styles */
#page{
}
#content{
	width:650px;
	float:left;
}
#sidebar{
	width:300px;
	float:right;
}
#box-main{
	background:url(../img/base/main_mid.gif) left top repeat-y;
}
#box-main .boxtop,#box-main .boxbottom{
	font-size:1px;
	height:10px;
	width:650px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
}
#box-main .boxtop{
	background-image:url(../img/base/main_top.gif);
}
#box-main .boxbottom{
	background-image:url(../img/base/main_bottom.gif);
}
#box-main .boxmid{
	padding:0 15px;
}
h2.maintitle{
	font-size:18px;
	color:#d6b500;
	border-bottom:1px dotted #999;
	padding:3px 0;
	margin:5px 0;
}
.infotbl{
	border-collapse:collapse;
	width:100%;
	margin:5px 0;
}
.infotbl th, .infotbl td{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:10px;
}
.infotbl th{
	background-color:#fceeb3;
	text-align:left;
}
.infotbl td{
	font-size:15px;
}
.infotbl span{
	font-size:12px;
	color:#999;
}
.sidetbl{
	border-collapse:collapse;
	width:100%;
	margin:5px 0;
	font-size:13px;
}
.sidetbl th, .sidetbl td{
	border:1px solid #CCC;
	padding:5px;
}
.sidetbl th{
	background-color:#fceeb3;
	color:#333;
	text-align:center;
}
.sidetbl td{
	text-align:center;
}
.sidetbl span{
	font-size:12px;
	color:#999;
}
.dotlist{
	list-style:none;
}
.dotlist li{
	background:url(../img/base/dot.gif) no-repeat scroll left top transparent;
	padding-left:8px;
}

#breadcrumb{
	width:650px;
	height:30px;
	background:url(../img/base/crumb_base.gif) left top no-repeat;
	overflow:hidden;
}
#breadcrumb ul{
	list-style:none;
	padding-left:10px;
}
#breadcrumb ul li{
	float:left;
	padding:6px 20px 0 5px;
	height:30px;
	background:url(../img/base/crumb_normal.gif) right top no-repeat;
}
#breadcrumb ul li.last{
	background-image:url(../img/base/crumb_last.gif);
}
#breadcrumb ul li.now{
	background:none;
}
#breadcrumb a{
	text-decoration:none;
}
#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:focus{
	text-decoration:underline;
}

input.textfield, textarea.textarea {
	background:url("../img/base/input_back.png") no-repeat scroll 0 0 transparent;
	border-color:#999999 #E0E0E0 #E0E0E0 #999999;
	border-style:solid;
	border-width:1px;
	padding:4px;
}
input.bigbtn{
	padding:2px 30px;
	font-size:16px;
}
#iinebtn{
	text-align:right;
	font-size:11px;
}
#iinebtn table{
	width:100%;
	border-collapse:collapse;
}
#iinebtn td{
	border:0;
	padding:5px;
	margin:0;
	vertical-align:middle;
}
#iinebtn .rndbtn{
	width:120px;
	padding:0;
}
#iinebtn .rndbtn a{
	display:block;
	height:20px;
	width:120px;
	-moz-border-radius: 3px 3px 3px 3px;
	border:1px solid #ff8556;
	background-color:#f79621;
	text-decoration:none;
	background:url("../img/base/iine_btn.gif") top left no-repeat;
}
#iinebtn .rndbtn a:hover,#iinebtn .rndbtn a:active,#iinebtn .rndbtn a:focus{
	border-color:#ff4c06;
}
#iinebtn .rndbtn a span{
	display:block;
	height:14px;
	padding:5px 0 0 0;
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	background-color:#fff;
	text-align:center;
	width:30px;
	float:right;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color:#ff4c06;
}