/* 基本設定 */
* {
    margin: 0 auto;
	padding: 0;
	font-size: 100%;
}

body {
	font-size: 75%;
	line-height: 1.4;
	color: #666666;
	text-align: center;
}


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}


/* 段組レイアウト */

/* 全体 */
#wrapper {
    text-align: left;
    width: 750px;
}

/* ヘッダー */
#header {
/*    float: left;
    width: 750px;
    height: 57px;*/
	margin: 0;
	padding: 0;
}


/* ページタイトル */
#pagetitle {
    float: left;
    width: 750px;
	margin: 20px 0 0 0;
	padding: 0;
}


/* コンテンツ全体 */
/* コンテンツトップ */
#contenttop {
    float: left;
    width: 750px;
	margin-top: 15px;
}

/* コンテンツ下層ページ */
#content {
/*    float: left;*/
    width: 750px;
	margin: 0;
	padding: 0;
}


/* コンテンツ中身 */

/* グローバルナビ */
#globalNav {
    width: 750px;
	float: left;
    list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#globalNav li {
    display: inline;
}

.FloatEnd {clear:both;}


/* ページTOP */
#pagetop {
    margin: 40px 0px 0 0;
	float: right;
}


/* フッター */
#footer {
    float: left;
    width: 750px;
    height: 50px;
    margin: 30px 0 0 0;
	padding: 10px 20px 0 0;
	text-align: right;
	border-top: solid 1px #ADACAC;
}