
/* 全般 */

a:link { color: #3333CC; }
a:visited { color: #660066; }
a:hover { color: #FF6600; }
a:active { color: #FF6600; }
a img { border: none; }

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

body {
	font-size: 14px;
	color: #333333;
	text-align: center;
	background-image: url(../img/bg.gif);
	background-attachment: fixed;
}

#body {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.clear {
	clear: both;
}

/* ヘッダー */

#header {
	background-color: #333333;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header .title {
	width: 310px;
	float: left;
}

#header .title h1 {
	margin: 14px 0px 0px 150px;
	font-size: 13px;
	color: #FFFFFF;
}

#header .title img {
	margin: 6px 0px 0px 100px;
	text-align: center;
}

#header .ad {
	width: 484px;
	margin: 15px 0px 15px 0px;
	float: right;
}

#shadow {
	height: 8px;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	background-color: #FFFFFF;
	background-image: url(../img/shadow.gif);
	background-repeat: repeat-x;
	clear: both;
}

#wrapper {
	padding: 10px 15px 15px 15px;
	background-color: #FFFFFF;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
}

/* コンテンツ */

#contents {
	width: 590px;
	float: right;
}

#contents p {
	padding: 0px 0px 20px 8px;
}

#contents .title {
	margin: 0px 0px 20px 0px;
	padding: 15px 0px 15px 20px;
	font-size: 16px;
	font-weight: bold;
	border-left: 8px #666666 solid;
	background-color: #EEEEEE;
}

#contents .title h2 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#contents .index {
	font-size: 15px;
	margin: 0px 0px 20px 0px;
	padding: 5px 15px 5px 15px;
	background-color: #EEEEEE;
	border-left: 8px #666666 solid;
}

#contents .index h2 {
	width: 200px;
	color: #666666;
	text-align: right;
	float: right;
}

#contents h3 {
	font-size: 15px;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 5px 15px;
	background-color: #EEEEEE;
	border-left: 8px #666666 solid;
}

#contents dl {
	margin: 0px 0px 20px 8px;
}

#contents dt {
	margin: 0px 0px 5px 0px;
}

#contents dd {
	margin: 0px 0px 15px 15px;
	color: #666666;
}

#contents ol {
	margin: 0px 0px 20px 8px;
}

#contents ol li {
	margin: 0px 0px 15px 25px;
	list-style-type: decimal;
	list-style-position: outside;
}

#contents ul {
	margin: 0px 0px 20px 8px;
}

#contents ul li {
	margin: 0px 0px 15px 25px;
	list-style-type: square;
	list-style-position: outside;
}

#contents .screen_shot {
	width: 190px;
	margin: 0px 0px 5px 10px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	float: right;
}

#contents .screen_shot img {
	margin: 0px 0px 5px 0px;
}

#contents .back {
	padding: 15px 0px 0px 0px;
	border-top: 1px #999999 dashed;
}

#contents table.form {
	width: 590px;
	margin: 0px 0px 15px 0px;
}

#contents table.form th {
	width: 25%;
	padding: 10px 10px 10px 10px;
	background-color: #EEEEEE;
	text-align: center;
	border: 1px #999999 solid;
}

#contents table.form td {
	padding: 10px 10px 10px 10px;
	border: 1px #999999 solid;
}

#contents .textfield {
	width: 200px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 3px;
}

#contents .textarea {
	width: 300px;
	height: 200px;
	margin: 0px 10px 0px 0px;
	padding: 0px 3px 0px 3px;
}

#contents .button {
	height: 24px;
	width: 80px;
	margin: 0px 10px 0px 0px;
	font-size: 13px;
	vertical-align: middle;
}

/* サイド */

#side {
	width: 160px;
	float: left;
}

#menu {
	margin: 0px 0px 15px 0px;
	border-top: 1px #333333 solid;
	border-right: 1px #333333 solid;
	border-left: 1px #333333 solid;
}

#menu dt {
	padding: 5px 0px 5px 0px;
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
}

#menu dd {
	border-bottom: 1px #333333 solid;
}

#menu dd a {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	display: block;
}

#menu dd a:hover {
	background-color: #EEEEEE;
}

/* フッター */

#footer {
	padding: 10px 0px 15px 0px;
	font-size: 13px;
	text-align: center;
}

