@charset "utf-8";

/* 基本設定--------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

body {
	background: #000;
	color: #000;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

li{
	list-style: none;
}

img {
	border: 0;
	vertical-align: top;
}

strong {
	font-weight: bold;
}

a,
a:visited {
	color: #0098cf;
	text-decoration: underline;
}

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

table {
 border-collapse: collapse;
 border-spacing: 0;
}

/* Header--------------------*/

#header_block {
	margin: 0 auto;
	background: #fff;
	/*overflow: hidden;*/
	height: 100px;
}

#header_box {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	top: 12px;
	left: 0;
}

#btn_kurashi {
	position: absolute;
	top: 20px;
	left: 448px;
}

#hd_menu_block {
	position: absolute;
	width: 189px;
	top: 20px;
	left: 563px;
	background: url(../img/common/hd_menu_bg.gif) left top no-repeat;
}

#hd_menu_block ul {
	padding-left: 11px;}

#hd_menu_block li {
	list-style: none;
	float: left;
	margin: 0 1px 0 1px;
}

#search_block {
	position: absolute;
	width: 213px;
    height: 24px;
	padding: 1px;
	top: 19px;
	right: 0;
	background: #fff;
	border: #e3e3eb solid 1px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#search_block .inputarea {
	background-color: transparent;
    border-style: none;
    height: 23px;
    left: 1px;
    padding: 0 5px;
    position: absolute;
    top: 2px;
    width: 170px;
}

#search_block .buttonarea {
	width: 24px;
	margin: 0 1px 0 0;
	padding: 0;
	float: right;
}

/* Menu--------------------*/

#menu {
	position: absolute;
	width: 715px;
	top: 53px;
	right: 0;
	z-index: 100;
}

#menu ul {
	float: right;
}

#menu li {
	position: relative;
	list-style: none;
	float: left;
	margin-left: 17px;
	_margin-left: 14px;
}


/* Title--------------------*/

#title_block {
	height: 76px;
	background: url(../img/common/title_bg.gif) center top repeat-x;
}

#title_block #cat_title {
	padding-top: 21px;
	margin: 0 auto;
	width: 980px;
}

/* Pan--------------------*/

#pan_block {
	padding-bottom: 5px;
	background: #e9e9e9 url(../img/common/pan_bg.gif) center top repeat-x;
}

#pan_block ul {
	margin: 0 auto;
	padding-top: 5px;
	width: 980px;
}

#pan_block li {
	list-style: none;
	float: left;
	margin-left: 10px;
	font-size: 85%;
}

#pan_block li.home {
	padding-left: 15px;
	background: url(../img/common/pan_home.gif) 0 3px no-repeat;
}

#pan_block a,
#pan_block a:visited {
	color: #000;
	text-decoration: underline;
}

#pan_block a:hover {
	color: #ee9300;
	text-decoration: underline;
}

/* Container--------------------*/

#container {
	background: #fff;
}

/* Contents--------------------*/

#contents_block {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 0;
}

/* Main Contents--------------------*/

#main_contents {
	float: left;
	width: 740px;
}

/* Side Contents--------------------*/

#side_contents {
	float: right;
	width: 200px;
}

.side_banner {
	margin: 0 0 10px;
}

.side_banner li {
	margin: 0 0 5px;
}

.lmenu_block {
	background: #fafafa;
}

.lmenu_title_block {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background: url(../img/common/lnav_ttl_bg.gif) left top repeat-x;
	-webkit-box-shadow: 0 6px 6px -1px #ccc;
	-moz-box-shadow: 0 6px 6px -1px #ccc;
	box-shadow: 0 6px 6px -1px #ccc;
}

.lmenu_title_block p {
	background: url(../img/common/lnav_ttl_bg_head.gif) left center no-repeat;
	text-decoration: none;
	padding: 10px 10px 8px 10px;
	color: #fff;
}

.lmenu_title_block p a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.lmenu_title_block p a:hover {
	text-decoration: underline;
}

.lmenu_box {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top: 1px solid #ccc;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.lmenu_box li {
	border-right: 1px solid #ccc;
	border-top: 1px dashed #ccc;
	border-left: 1px solid #ccc;
	font-size: 93%;
}

.lmenu_box li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 10px 15px 10px 10px;
	line-height: 1.3;
	background: url(../img/common/icon_side_menu.gif) 185px center no-repeat;
}

.lmenu_box li a:hover {
	color: #ee9300
}

.button_block li {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background: url(../img/common/lnav_ttl_bg.gif) left top repeat-x;
	-webkit-box-shadow: 0 6px 2px -1px #ddd;
	-moz-box-shadow: 0 6px 2px -1px #ddd;
	box-shadow: 0 6px 2px -1px #ccc;
	margin-bottom: 10px;
}

.button_block li a {
	padding: 10px 10px 8px 10px;
	background: url(../img/common/icon_side_menu02.gif) 185px 13px no-repeat;
	color: #fff;
	text-decoration: none;
	display: block;
}

.button_block a:hover {
	text-decoration: underline;
}


/* Foot Contents--------------------*/

#footer_lower_block {
	width: 980px;
	margin: 0 auto;
	padding: 17px 0 30px;
}

#foot_copy {
	float: right;
	font-size: 77%;
	margin: 10px 10px 0;
	color: #fff;
}

#footer_lower_block {
	height: 100px;
	position: relative;
	clear: both;
}

#ft_menu {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	color: #fff;
}

#ft_menu a:link,
#ft_menu a:visited {
	color: #fff;
	text-decoration: none;
}

#ft_menu a:hover {
	color: #0098cf;
	text-decoration: underline;
}

#footer_lower_block address {
	position: absolute;
	top: 20px;
	left: 0;
}

#foot_copy {
	position: absolute;
	top: 45px;
	right: 0;
	margin: 0;
	padding: 0;
}



/* 汎用クラス--------------------*/

/* float */

.float_l {
	float: left;
}

.float_r {
	float: right;
}

img.float_l {
	float: left;
	margin: 0 10px 10px 20px;
	_display: inline; /* for IE */
}

img.float_r {
	float: right;
	margin: 0 20px 10px 10px;
	_display: inline; /* for IE */
}

/* text-align */

.align_c { text-align: center !important; }
.align_l { text-align: left !important; }
.align_r { text-align: right !important; }

/* font-size */

.font10 { font-size: 77%; }
.font11 { font-size: 85%; }
.font12 { font-size: 93%; }
.font14 { font-size: 108%; }
.font15 { font-size: 116%; }
.font16 { font-size: 123.1%; }
.font17 { font-size: 131%; }
.font18 { font-size: 138.5%; }
.font19 { font-size: 146.5%; }
.font20 { font-size: 153.9%; }

.fontb { font-weight:bold; }

/* font-color */

.red { color: #C00;}
.green { color: #5A9500;}
.blue { color: #0078D8;}
.orange { color: #ff6600 }

/*margin--------------------*/


.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb75 { margin-bottom: 75px; }
.mb80 { margin-bottom: 80px; }

.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }

.mr04 { margin-right: 4px; }
.mr05 { margin-right: 5px; }
.mr08 { margin-right: 8px; }
.mr10 { margin-right: 10px; }
.mr12 { margin-right: 12px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr35 { margin-right: 35px; }

.ml05 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml21 { margin-left: 21px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }


/*padding--------------------*/

.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }

.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }

/* padding */

.ptb10{
	padding-top:10px;
	padding-bottom:10px;
}
.plr10{
	padding-left:10px;
	padding-right:10px;
}
.plr20{
	padding-left:20px;
	padding-right:20px;
}

/* 「※」付きテキスト */

.asterisk {
	text-indent: -1em;
	margin-left: 1em;
}

/* text-align */

.align_c { text-align: center !important; }
.align_l { text-align: left !important; }
.align_r { text-align: right !important; }

/* font color */

.f_red { color: #C00; }
.f_brown { color: #5d2b09; }
.f_orange_b {
	color: #ff6600;
	font-weight: bold;
}

/* clearfix */

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{
	clear: both;
}

/* width */

.w100 {width:100px;}
.w200 {width:200px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w356 {width:356px;}
.w370 {width:370px;}
.w500 {width:500px;}