@charset "utf-8";

/***************************************************
	マイツグループM＆A スタイルシート
	common.css
	基本レイアウトスタイル定義
***************************************************/

/* Reset
------------------------------------------------------------ */
html {	overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {	font-style: normal;}
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption,th {
	text-align: left;
}
img	{	border: none;	vertical-align: bottom;}
ul	{	list-style-type: none;}
ol	{	list-style-position: inside;}
hr	{	display: none;}

/* Base
------------------------------------------------------------ */
body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.5;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
}
* html body {    font-family: 'ＭＳ Ｐゴシック',sans-serif;}
*:first-child+html body {    font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;}

#container {
	width: 825px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}

/* Link
------------------------------------------------------------ */
a:link {
	color: #1970b3;
	text-decoration: underline;
}
a:visited {
	color: #3688bc;
	text-decoration: underline;
}
a:hover {
	color: #275c88;
	text-decoration: none;
}
a:focus {
	outline: none;
}

/* for All Pages
------------------------------------------------------------ */
.alt	{	display: none;}
.clear	{	clear: both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*-----header-----*/
#header {
	width: 825px;
}
#header h1 {
	float: left;
	width: 297px;
	padding: 22px 0 0 3px;
}
#header h1 a {
	display: block;
	width: 297px;
	height: 26px;
	text-indent: -9999px;
	background: url(../img/temp/logo.jpg) no-repeat;
}

#header p.font-size {
	float: left;
	width: 63px;
	margin: 22px 0 0 270px;
	padding-left: 76px;
	background: url(../img/temp/font_size.jpg) no-repeat;
}

#header p.language {
	float: right;
	width: 10.3em;
	height: 22px;
	margin: 22px 0 0 9px;
	padding-top: 3px;
	text-align: center;
/*	line-height: 25px;*/
	background: url(../img/temp/lang_bg.jpg) no-repeat;
}

#header p.font-size {
	float: right;
	width: 63px;
	margin: 22px 0 0 0;
	padding-left:76px;
	background:url(../img/temp/font_size.jpg) no-repeat;
}	

#header .gnavi{
	width: 825px;
	height: 38px;
	padding-top: 8px;
	_overflow: hidden;
}
#header .gnavi li{
	float: left;
	width: 165px;
	height: 38px;
}

#header .gnavi li a { display: block; height: 38px;	text-indent: -9999px;}
#header .gnavi li.n01 a {	background: url(../img/temp/gnavi01.jpg) 0 0 no-repeat;}
#header .gnavi li.n02 a {	background: url(../img/temp/gnavi02.jpg) 0 0 no-repeat;}
#header .gnavi li.n03 a {	background: url(../img/temp/gnavi03.jpg) 0 0 no-repeat;}
#header .gnavi li.n04 a {	background: url(../img/temp/gnavi04.jpg) 0 0 no-repeat;}
#header .gnavi li.n05 a {	background: url(../img/temp/gnavi05.jpg) 0 0 no-repeat;}
#header .gnavi li a:hover {	background-position: 0 -38px;}

/*-----contents-----*/
#contents .inq {
	width: 565px;
	height: 80px;
	margin: 25px auto 0;
	background-color: #EBEBEB;
}

#contents .inq .t_left01 {
	float: left;
	width: 184px;
	padding: 32px 0 0 30px;
}

#contents .inq .t_light02 {
	float: right;
	width: 276x;
	padding: 10px 9px 0 0;
}

/*-----footer-----*/
#footer {
	clear: both;
	width: 825px;
	padding-top: 30px;
}

#footer p.navi {
	float: left;
	width: 500px;
	padding: 5px 5px 7px 5px;
}

#footer p.navi img{
	margin-right: 15px;
}

#footer p.to_top {
	float: right;
	width: 80px;
	padding: 5px;
}
#footer p.copy {
	clear: both;
	height: 49px;
	padding: 4px 2px 0 0;
	text-align: right;
	color: #808080;
	background: url(../img/temp/footer_bg.gif) repeat-x;
}

@media print {
body {
	font-size: 75%!important;
	zoom: 82%;
}
#header .gnavi,
#header .language,
#header .font-size {	display: none;}
#header h1 a {
	color: #fff;
	display: list-item;
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	background-image: none!important;
}
#header h1 a {  list-style-image: url(../img/temp/logo.jpg);}

#footer p.copy {
	height: auto;
	border-top: 3px solid #133084;
	background-image: none;
}

}
