@charset "utf-8";


/*
	リセット
--------------------------------------------------------------*/

html {
	overflow-y: scroll;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* よく使う要素のリセット */
h1, h2, h3, h4, h5, h6, div, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, blockquote {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/* テーブルのボーダー */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}

/*
	ヘッダー
--------------------------------------------------------------*/

#header {
	margin-top: 30px;
	margin-bottom: 30px;
}

#header h1 {
	font-size: 140%;
}

#header h1 a {
	color: #000;
	text-decoration: none;
}

#header .contact {
	text-align: right;
	margin-right: 115px;
}

#header .contact a {
	padding: 3px 5px;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	font-weight: bold;
}

#header .contact a:hover {
	background-color: #999;
}

/*
	トップページ
--------------------------------------------------------------*/

/*float解除*/
/*DWデザインビュー対策*/
.column {
	overflow: hidden;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}

.column .left {
	float: left;
	width: 280px;
}

.column .center {
	float: left;
	width: 340px;
}

.column .right {
	float: left;
	width: 280px;
}

.column h2 {
	font-size: 110%;
	border-bottom: 2px solid #000;
	margin-bottom: 1em;
}

p {
	font-size: 80%;
	margin-bottom: 1em;
	line-height: 1.6;
}

.column ul {
	margin-bottom: 0.75em;
}

.column ul li {
	font-size: 80%;
	margin-left: 16px;
	margin-bottom: 0.25em;
	line-height: 1.5;
}

.column .center h2,
.column .center p,
.column .center ul {
	margin-left: 30px;
	margin-right: 30px;
}

.column .more {
	clear: both;
}

.red {
	color: #C00;
}

/*
	ページ
--------------------------------------------------------------*/

#main {
	width: 600px;
	float: left;
}

h2 {
	clear: both;
}

img.profile {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

dt {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0.25em;
}

dd {
	font-size: 80%;
	margin-left: 1em;
	margin-bottom: 0.75em;
}

table.theme {
	margin-left: 1px;
}

table.theme th,
table.theme td {
	font-size: 80%;
	border: 1px solid #ccc;
	padding: 4px;
}

table.theme th {
	background-color:#EEE;
	font-weight: bold;
	text-align: center;
}

.pagetop {
	text-align: right;
}

#side {
	width: 300px;
	float: left;
}

#side h2 {
	margin-left: 22px;
}

#side ul li {
	margin-left: 50px;
}

/*
	フッター
--------------------------------------------------------------*/

#footer p {
	text-align: center;
}
