@charset "utf-8";

/*** マイナビバイト CSS Document ***************************************

	ver.2009/04/22

	common.css

----------------------------------------------------------------***/

/**  common.css Menu *********************************************

	1.Base HTML
	2.Base Font
	3.Base Link
	4.float clear
	5.Layout

********************************************************************/


/*-----------------------------------------------------------------

	1.Base HTML

-------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
}

ul,ol{
	list-style-type: none;
}

a,
fieldset,
img { border: 0; }

/*----------- img element*/

img { vertical-align: middle; }

img {
	margin-bottom: 0;
	font-size: 0;
	line-height: 0;
}

/*---------form element*/

input,
select { vertical-align: top; }

/* \*/
*:first-child+html input { vertical-align: middle; }

* html input { vertical-align: middle; }

*:first-child+html select { vertical-align: middle; }

* html select { vertical-align: middle; }

/**/

input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}



/*-----------------------------------------------------------------

	2.Base Font

-------------------------------------------------------------------*/

body{
	color: #333333;
	font-size: 10px;
	font-family: ヒラギノ, "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
}

address{
	line-height: 1.1;
	font-style: normal;
}

/*\*/
* html body {
	/*font-size: xx-small;*/
}

*:first-child + html body {
	font-size: x-small;
}
/**/

h1{ line-height: 1.2;}

h2,
h3,
h4,
h5,
h6 { line-height: 1.5; }

p,
li,
dt,
dd,
th,
td,
pre,
caption {
	line-height: 1.5;
	font-size: 120%;
}

/* safari only \*/
html:first-child p{
	font-size: 100%;
}

html:first-child li{
	font-size: 100%;
}
html:first-child dt{
	font-size: 100%;
}
html:first-child dd{
	font-size: 100%;
}
html:first-child th{
	font-size: 100%;
}
html:first-child td{
	font-size: 100%;
}
html:first-child pre{
	font-size: 100%;
}
html:first-child caption{
	font-size: 100%;
}
/**/

/* \*/

* html p,
* html li,
* html dt,
* html dd,
* html th,
* html td,
* html pre,
* html caption {
	line-height: 1.5;
	font-size: 120%;
}

/**/

p input,
p select,
p textarea,
li p,
li li,
li dt,
li dd,
li input,
li select,
li textarea,
dd p,
dd li,
dd dt,
dd dd,
dd input,
dd select,
dd textarea,
th p,
th li,
th dt,
th dd,
th input,
th select,
th textarea,
td p,
td li,
td dt,
td dd,
td input,
td select,
td textarea { font-size: 100%; }

p input,
p select,
p textarea,
li p,
li li,
li dt,
li dd,
li input,
li select,
li textarea,
dd p,
dd li,
dd dt,
dd dd,
dd input,
dd select,
dd textarea,
th p,
th li,
th dt,
th dd,
th input,
th select,
th textarea,
td p,
td li,
td dt,
td dd,
td input,
td select,
td textarea { font-size: 100%; }


/*-----------------------------------------------------------------

	3.Base Link

-------------------------------------------------------------------*/

a {
	text-decoration: none;
}
a:link {
	color: #003399;
}
a:visited {
	color: #880088;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
}


/*-----------------------------------------------------------------

	4.float clear

-------------------------------------------------------------------*/

br.clr /* テスト用 */ {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

hr.hr-cler{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}


/*-----------------------------------------------------------------

	5.Layout

-------------------------------------------------------------------*/

div#wall{
	clear: both;
	width: 800px;
	margin: 0px auto;
}

div#mainContetns{
	float: left;
	width: 590px;
	text-align: left;
	padding-top: 13px;
}

div#localContetns{
	float: right;
	width: 190px;
	padding-top: 13px;
}

div.locator{
	clear: both;
}


/*---------------------------------------------------------------------------- clearfix**/

div#wall:after,
div.locator:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

div#wall,
div.locator{ display:inline-block; }

/*\*/
* html div#wall,
* html div.locator{ height:1%; }

div#wall,
div.locator{ display:block; }
/**/














