/* 基本設定
--------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 100%;
}
body {
	text-align: center;  /* IE 向けセンタリング指定 */
	font-family:  "Lucida Grande", sans-serif;
	color: #333333;
	font-size: 90%;
}

/* for WinIE6*/

* html body {
	font-size: 90%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}

/* for WinIE7*/

*:first-child+html body { 
	font-size: 90%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}

a {
	color: #004180;
	text-decoration: none;
}
a:visited {
	color: #004180
	text-decoration: none;
}
a:hover {
	color: #AA456D;
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}

div#wrapper {
	text-align: left;
	margin: 0 auto;   /* Firefox 向けセンタリング指定 */
	margin-left: auto; margin-right: auto;/* その他ブラウザ向けセンタリング指定 */
	width: 900px;
	background: url("../images/common/bg_body.png") left top repeat-y ;
}
	

/* レイアウト　共通設定
--------------------------------*/

div#header {
	width:900px;
	background: url("../images/common/bg_header.png") left top no-repeat ;
}
div#top {
	float: right;
	margin-top: 10px;
	margin-right: 25px;
}
div#middle {
	clear: both;
}
div#logo {
	float: left;
	margin-left: 15px;
}
div#settei {
	float: right;
}

div#lang {
	font-size: 90%;
	margin-top: 20px;
	margin-right: 35px;

}

div#font {
	margin-top: -32px;
	margin-left: 50px;
	margin-right: 35px;
}
div#font img{
	vertical-align: bottom;
}
div#globNavi {
	width: 880px;
	clear: both;
	margin-left: 15px;
}
div#globNavi ul{
	display: inline;
	list-style-type: none;
}
div#globNavi ul li{
	float: left;
}
div#flash {
	clear: both;
	margin-left: 15px;
	margin-top: 10px;
}
div#container {
	clear: both;
}
div#footer {
	margin-top: 30px;
	clear: both;
	background: url("../images/common/bg_footer.png") left bottom no-repeat ;
	height: 90px;
}

div#footNavi a:hover{
	color: #666699;
}
div#footer p{
	text-align: center;
	margin-top: 2px;	
}

/* その他
--------------------------------*/
img.right {
	float: right;
}