@charset "shift_jis";

body {
	/*font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;*/
	
	
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;

	color: #4A4D4A;
	background-image: url('common/main_bg_line.gif');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #DDDFDD;
	text-align: center;
}

/*
*:first-child+html body {   font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;}

html>body {   font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;}*/



#contents {
	width: 760px;
	margin: auto;
	text-align: left;
	position: relative;
	margin-top: 0;
}

a {
	color: #4A4D4A;
}

a:hover {
	color: #FF9900;
}

a:active {
	color: #0099CC;
}

/*==================================
           Header
==================================*/
#logo {
	position: absolute;
	top: 0;
	left: 5px;
}

#ask {
	position: absolute;
	top: 0;
	right: 10px;
}

#logo img {
	border-style: none;
}

#policy {
	position: absolute;
	top: 52px; 
	left: 12px;
}

#policy p {
	font-size: 100%;
}


/*==================================
         Navigation menu
==================================*/
.navi-section {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
}

ul#navi {
	margin: 0;
	padding: 0;
	height: auto;
	/*width: 760px;*/
	width: auto;
	background-image: url('common/tab_back.gif');
	background-repeat: no-repeat;
	background-position: center 25px;
	border-bottom: solid 3px #FF9900;
}

ul#navi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#navi li {
    margin: 0 0 4px 6px;
	display: inline;
	width: 120px;
	list-style-type: none;
	text-align: center;
	float: left;
	display: inline;	
}

ul#navi li a {
	padding: 12px 0 11px 0;
	display: block;
	position: relative; /* IE 6対策（カーソルの反応範囲が正しく広がらない） */
	color: #4A4D4A;
	background-image: url('common/tab.gif');
	background-repeat: no-repeat;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#navi li a:hover {
	background: url('common/tab.gif') no-repeat 0 -37px;
	color: white;
}

.navi_space {
	letter-spacing: 3px;
}

/*==================================
           Footer
==================================*/
ul#SiteInfo-2 {
	margin: auto;
	text-align: center;
	clear: both; 
}

ul#SiteInfo-1 {
	margin: auto;
	text-align: center;
	clear: both; 
}

ul#SiteInfo-2 li {
	display: inline;
	font-size: 90%;
	margin-left: 5px;
	margin-right: 5px; 
}

ul#SiteInfo-1 li {
	display: inline;
	font-size: 90%;
	margin-left: 5px;
	margin-right: 5px; 
}

ul#SiteInfo-1 {
	padding-top: 8px;
	border-top: solid 1px #A8AAB0;
}

address {
	margin-top: 10px;
	padding-top: 8px;
	padding-right: 15px;
	background-color: #A8AAB0;
	border: none;
	height: 18px;
	font-family: Tahoma;
	font-size: 85%;
	font-style: normal;
	text-align: right;
	color: #FFFEFF;
	clear: both;
	margin-bottom: 10px;
}
