@charset "utf-8";




body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
a img {
	vertical-align: bottom;
}
li {
	list-style-type: none;
}


a:link {
	color:#004496;
	text-decoration:none;
}
a:visited {
	color:#004496;
	text-decoration:none;
}
a:hover {
	color:#004496;
	text-decoration:underline;
}
a:active {
	color:#004496;
	text-decoration:underline;
}

.l-icon{
    background: url("../images/icon_arrow_r.gif") no-repeat scroll left 0.2em transparent;
    padding: 0 0 0 13px;
}

.lr-icon{
    background: url("../images/icon_arrow_l.gif") no-repeat scroll left 0.2em transparent;
    padding: 0 0 0 13px;
}

.n-icon{
    background:url("../images/icon_new_window_w.gif") no-repeat scroll left 0.1em transparent;
    padding: 0 0 0 14px;
}


/* default */
body {
	color: #333333;
	font-size: 75%;
	font-family: "メイリオ","Meiryo", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	line-height: 1.6em;
}
.txt_small {
	font-size: 62.5%;
	line-height: 1.4em;
}
.txt_medium {
	font-size: 75%;
	line-height: 1.6em;
}
.txt_large {
	font-size: 87.5%;
	line-height: 1.6em;
}

/* font-size medium */
.txt_medium .text_size_l {
	font-size:	120%;	/*12px */
	line-height:1.6em;
}
.txt_medium .text_size_2l {
	font-size:	140%;		/*14px */
	line-height:1.6em;
}



/* font-size medium */
.txt_medium .text_size_2s {
	font-size:83.3%;	/*10px */
	line-height:1.6em;
}
.txt_medium .text_size_s {
	font-size:91.7%;	/*11px */
	line-height:1.6em;
}
.txt_medium .text_size_l {
	font-size:116.7%;	/*14px */
	line-height:1.6em;
}
.txt_medium .text_size_2l {
	font-size:133.3%;		/*16px */
	line-height:1.6em;
}

/* font-size large */
.txt_large .text_size_2s {
	font-size:	85.7%;	/*12px */
	line-height:1.6em;
}
.txt_large .text_size_s {
	font-size:	92.9%;	/*13px */
	line-height:1.6em;
}
.txt_large .text_size_l {
	font-size:114.3%;	/*16px */
	line-height:1.6em;
}
.txt_large .text_size_2l {
	font-size:128.6%;		/*18px */
	line-height:1.6em;
}

.contents_niku {
	width:980px;
	margin:0 auto 0 auto;
}


.contents {
	width:980px;
	margin:0 auto 0 auto;
}
.contents .pankz {
	margin:0 0 10px 0;
}
.contents .pankz li {
	float:left;
	margin:0 5px 0 0;
}
.contents .pankz li a {
	margin:0 5px 0 0;
}
.area_btm {
	clear:both;
	padding:40px 0 0 0;
}
.area_btm p {
	float:left;
}
.area_btm div {
	float:right;
	margin:20px 0 -2px 0;
	zoom:1;
	position:relative;
}

/* maruti class */

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mb20{
	margin:0 0 20px 0;
}
	

.mt10{
	margin:10px 0 0 0;
}

.mtb15{
	margin:15px 0 0 0;
}

.mt20{
	margin:20px 0 0 0;
}

/* Clear Float */
.area_btm:after,
.contents .pankz:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.area_btm,
.contents .pankz {
	zoom: 1;
}



/* clearfix
---------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* for macIE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end of for macIE */

