/* 全体設定 */
body {
	margin: 0;
	padding: 0;
	background-color: #F3E9BC;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}

a {
	color:#ff9900;
	text-decoration:none;
}
a:link {
	color:#ff9900;
	text-decoration: none ;
	text-decoration: none ;
}
a:visited {
	color:#ff9900;;
}
a:active {
	color:#ffcc00;
	text-decoration: underline ;
}
a:hover {
	color:#ffcc00;
	text-decoration: underline ;
}


img {
	border: none;
	margin: 0;
	padding: 0;
}

/* 共通クラス */
div.clear {
	clear:both;
}


/* レイアウト設定 */
.inline_index {
	text-align: center;
	background-image: url(../images/index/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#base {
	padding-bottom: 20px;
	color: #444444
}

div#headerArea {
	height:60px;
}

div#mainArea {
	float:center;
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}

div#footerArea {
	padding-top: 0px;
}

/* 各ISP用ヘッダー */
div#globalheader_g {
	background-image: url(../../images/common_images/bg01.gif);
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
	
div#globalheader_b {
	margin-bottom: 0px;
}
