@charset "UTF-8";
/* *******************************
 *
 *	CSS layout
 *	lasted edit on : 11/6/2008.
 *
 * *******************************
 */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-family: Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #333;
	text-align: left;
	background: #eaebed url(../images/resolution_bg.jpg) 0px 35px  no-repeat;
}

img {
	border: none;
	vertical-align: middle;
}
/*
	all link 
*/
a, a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #c00;
	text-decoration: underline;
}
h1 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 530px
	font-weight: normal;
	z-index: 20;
}
h2 {
	position: absolute;
	top: 15px;
	left: 10px;
	padding: 38px 0 0 5px;
	font-size: 95%;
	font-weight: normal;
	text-align: left;
	background: #eaebed url(../images/navi/title_resolution.gif) top left no-repeat;		
}

#content {
	position: relative;
	width: 100%;
	min-width: 930px;
}
#msg {
	position: absolute;
	top: 145px;
	left: 180px;
	font-size: 90%;
	z-index: 70;
}
#msg2 {
	position: absolute;
	top: 200px;
	left: 195px;
	font-size: 90%;
	z-index: 70;
}
#msg3 {
	position: absolute;
	top: 280px;
	left: 180px;
	font-size: 90%;
	z-index: 70;
}
#q-list {
	position: absolute;
	top: 105px;
	left:  370px;
	width: 610px;
	z-index: 30;
}
#q-list li {
	position: relative;
	width: 610px;
	height: 86px;
	margin-bottom: 2px;
}
#q-list li span {
	position: absolute;
	top: 48px;
	left: 77px;
	font-size: 90%;
	z-index: 10;
}
#q-list li img {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 90%;
	z-index: 5;
}

#jetrun {
	position: absolute;
	top: 490px;
	left: 305px;
	z-index: 40;
	padding: 6px;
	font-size: 75%;
	color: #222;
	border: solid 1px #888;
	background: #ffffcc url(../images/navi/contact_resolution.gif) bottom right no-repeat;;
}
#jetrun a {
	display: block;
}

