@charset "UTF-8";

body {
	font-size: 16px;
	text-align: center;
	background: url(../images/bgimage.gif);
}
	/* Internet Explorer 6 or sooner */
	* html body {
		font-size: medium;
	}

/* links */
a, a:link, a:visited {
	color: #317b9e;
	text-decoration: none;
}
a:hover {
	color: #d45363;
}

.clear { clear: both; }
.alLeft { text-align: left; }
.alRight { text-align: right; }
.mgnTop10 { margin-top: 1em; }
.mgnBotom10 { margin-bottom: 1em; }


/* 全体ラッパー */
#whitebase {
	margin: 0 auto;
	width: 640px;
	background-color: #ffffff;
}

/* ヘッダー部 */
#header {
	margin-bottom: 30px;
	width: 100%;
	height: 100px;
	background: #ffffff url(../images/top-logo7.png) left top no-repeat;
}

/* メインメニュー */
#gMenu {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
}
#gMenu li {
	float: left;
	margin: 0 5px 30px;
}
#gMenu li.selected {
}
#gMenu a {
	display: block;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: bold;
	background-color: #4a80ff;
	color: #ffffff;
}
#gMenu li a:hover {
	text-decoration: underline;
}

/* フッター部 */
#footer {
	clear: both;
	text-align: left;
	padding: 1em;
	margin-top: 25px;
	border-top: 1px solid #dddddd;
}

#container {
	clear: both;
	width: 100%;
}

h3 {
	margin: 0px;
	padding-top: 5px;
}
/* -- layout -- */
#wrap {
	width: 100%;
	float: left;
}
#content {
	margin-right: 260px;
}
#sidebar {
	float: left;
	margin-left: -250px;
	width: 230px;
}
#movable {
	width: 210px;
}
/* -- design -- */
#content .column {
	background-color: #fff;
	padding: 8px;
	margin-bottom: 10px;
}
#content .top {
	border: 8px solid #eee;
	height: 120px;
}
#content .column .pBox {
	float: left;
	margin: 0 10px;
	width: 180px;
}

#movable {
	background-color: #f1f5fa;
	border: 8px solid #c9d8ed;
	padding: 8px;
	height: 120px;
}
code {
	display: block;
	margin: 8px 0px;
	padding: 8px;
	font-size: small;
	color: #008000;
	line-height: 150%;
	background: #fcfcfc;
	border: 1px solid #eee;
}

