@charset "utf-8";
/*============================================================
Common Style [Reset & TagSetting]
============================================================*/

/* Reset Tag */
*{margin:0;padding:0;}

/* Reset Overflow */
html{overflow-y:scroll;}

/* Reset Font - italic */
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;}

/* Reset Font - Table */
table {border-collapse:collapse;border-spacing:0;}
caption,th {text-align:left;}

/* Reset Other */
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
hr,legend{display:none;}

/* Reset Font - size */
h1,h2,h3,h4,h5,h6,p{font-size:100%;}

/* Reset Border */
img,abbr,acronym,fieldset{border:0;}

/* Reset List - style */
li{list-style-type:none;}

/* Reset Body - setting */
body{background:#FFFFFF;font-size:75%;color:#333333;font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;line-height:1.5;}

/* Reset Line-height */
h1,h2,h3,h4,h5,h6,p,dt,dd,li,th,td{line-height:1;}

/*============================================================
Common Style [General Class]
============================================================*/

/*Clearfix */
.cmn_cf{zoom:1;}
.cmn_cf:after{content:".";display: block;height:0px;clear:both;visibility:hidden;}

/*Lightbox*/
.cmn_lb{
	height:100%;
	left:0;
	top:0;
	position:absolute;
	width:100%;
	z-index:999999;
}
.cmn_lb .cmn_lb_box{
}

/*Carousel*/
.cmn_cl{
	overflow:hidden;
	position:relative;
}
.cmn_cl_box{
	position:absolute;
	top:0px;
	left:0px;
}

/*ToolChip*/
.cmn_tc{
	position:relative;
}
.cmn_tc_box{
	position:absolute;
	z-index:999999;
}
/*Tablecell valign:middle */
.cmn_tcm{display:table-cell;vertical-align:middle;}
* html .cmn_tcm{display:inline;zoom:1;}
*:first-child+html .cmn_tcm{display:inline;zoom:1;}

/*============================================================
Common Style [Common Setting]
============================================================*/

/* Bace */
body{
	text-align:center;
}
a{
	text-decoration:none;
	color:#000000;
}
a:visited{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:underline;
	color:#000000;
}
a:active{
	text-decoration:underline;
	color:#000000;
}

/* CommonDeration */
div#wap{
	width:960px;
	margin:0 auto;
}
/* CommonPropaty */
div#headder,
div#globalnav,
div#container,
div#pagetop,
div#footer{
	text-align:left;
}

/* BreadArea */
#cmn_brd{
}

/* Title */
.cmn_ttl{
}

/* Midashi */
.cmn_midashi{
}

/* SubTitle */
.cmn_stl{
}

/* DashLine */
.cmn_dsh{
}

/* EachDeration */

/* Headder */
div#headder{
	min-height:56px;
}
* html div#headder{
	height:56px;
}
div#headder h1{
	float:left;
	width:146px;
	margin:10px 0 0 25px;
}
div#headder ul{
	float:right;
	margin:22px 25px 0 0;
	border-right:1px solid #000000;
}
div#headder ul li{
	text-align:center;
	width:7em;
	border-left:1px solid #000000;
	padding:0 10px;
	line-height:1.4;
	font-size:80%;
}

/* GlobalNavi */
div#globalnav{
	background:url(../images/cmn_glm_bg.gif) repeat-x left top;
}
div#globalnav ul{
}
div#globalnav ul li{
	float:left;
	height:37px;
	margin-right:4px;
}
div#globalnav ul li.cmn_last{
	margin-right:0;
}

/* Container */
div#container{
	margin-top:30px;
}

/* Pagetop */
p.pagetop{
	clear:both;
	text-align:right;
	padding-top:25px;
}

/* Footer */
div#footer{
	padding:25px 0;
}
div#footer address{
	margin-top:5px;
	line-height:1.4;
	font-size:smaller;
}
div#footer ul li{
	font-size:small;
}
div#footer ul li#ftr_no1{
	float:left;
	font-size:small;
}
div#footer ul li#ftr_no2{
	float:right;
	font-size:smaller;
}
