﻿@charset "UTF-8";

/* *************************************************************
 * 目次
 *
 * + 文書本体
 * + 
 * + 
 * + 
 * + 
 *
 * *************************************************************
 */

/* CSS HOVER *************************************************** */

body {
	behavior: url(../css/cssajax.htc);
	}

/* 文書本体 **************************************************** */
body {
	padding: 0 0 0 20px;
	}

#header {
	overflow: hidden;
	}

#footer {
	width: 760px;
	}

#container {
	width: 760px;
	padding: 0 0 10px 0;
	}

#display {
	background: #425B8A;
	height: 240px;
	}

#nav-area {
	}

#categories #content #article {
	float: right;
	}

#content #main {
	float: right;
	width: 560px;
	}
#content #side {
	float: right;
	width: 200px;
	}


#bottom-link {
	width: 760px;
	}

