@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
}

* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	line-height:1.3em;
	font-size:100%;
	font-style:normal;
	letter-spacing:0.08em
}


h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

ol,ul {
	list-style:disc url(none) inside;
}

a {
	color: #1752FF;
}

/*コンテンツ*/
body {
	background-image: url(image/sky.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 10px;
	font-size: 12px;
}
#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
}
#main {
	height: 630px;
	width: 890px;
}
#info {

}
#content {
	padding: 10px;
	width: 600px;
	border: 1px dotted #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
.clear {
	clear:both;
}




/*ここからプチリニューアル用のCSSです。OK出たら今後はここを変えましょう。*/

#content2 {
	width: 850px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.contents_left {
	width: 716px;
	margin-top: 10px;
	float:left;
}
.contents_right {
	width: 105px;
	float:right;
}
.contents_right p {
	font-size:10px;
	padding-bottom:10px;
}
.contents_right p a {
	color:#093;
	text-decoration:underline;
}
.contents_right p a:hover {
	color:#093;
	text-decoration:none;
}

.contents_koen_left {
	width: 350px;
	float:left;
	background-image: url(image/koenkai.jpg);
	background-repeat: no-repeat;
	height: 31px;
	padding-top: 158px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding-bottom: 16px;
}
.contents_kosyu_right {
	width: 300px;
	float:right;
	background-image: url(image/koza.jpg);
	background-repeat: no-repeat;
	height: 31px;
	padding-top: 158px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-left: 50px;
	padding-bottom: 16px;
}
.contents_koen_left a {
	color:#1752FF;
	text-decoration:underline;
}
.contents_koen_left a:hover {
	color:#1752FF;
	text-decoration:none;
}
.contents_kosyu_right a {
	color:#1752FF;
	text-decoration:underline;
}
.contents_kosyu_right a:hover {
	color:#1752FF;
	text-decoration:none;
}


.contents_link {
	width: 696px;
	background-image: url(image/contents.jpg);
	background-repeat: no-repeat;
	height: 75px;
	padding-right: 10px;
	padding-left: 10px;
}

.contents_text {
	color:#999;
	padding-top:8px;
	font-weight: bold;
}

/*ここまでプチリニューアル用のCSSです。OK出たら今後はここを変えましょう。*/






#footer {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #DFDFDF;
}

/*詳細設定*/
#header h1 {
	color: #009900;
}
#header p {
	top: 0px;
	right: 0px;
	display: block;
	position: absolute;
}
#title {
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
}
#title li {
	display: inline;
	padding-right: 15px;
}
#list li {
	display: inline;
	padding-right: 15px;
	line-height: 1.8em;
}
#list a {
	border-bottom: 1px dotted #009900;
	color: #009900;
	font-weight: bold;
}
h3 {
	font-weight: bold;
	padding-top: 5px;
	color: #999999;
	padding-bottom: 5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	padding-bottom: 5px;
}
#info table {
	margin-left: 50px;
}
.company {
	font-size: 12px;
	font-weight: bold;
	color: #009900;
}
.amazon-c {
	margin-bottom: 7px;
	text-align: center;
}
.link {
	height: 108px;
	width: 105px;
	float: right;
	margin-left: 30px;
}
