@charset "UTF-8";

/* 基本スタイル
----------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}

body {
	font-size:100%;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	/*Mac向け,Safari向け,Windows向け,その他環境向け*/
	color:#333333;/* 基本文字色 */
	/*line-height:1.8;*//* 単位なしだとレイアウトが崩れない */
	line-height:1.7;
	/*\*/
	letter-spacing:normal;
	/* Mac Internet Explorer5用 Backslash Hack */
	background-color:#FFFFFF;/* #wrapperを中央寄せにするためのIE対策 */
	width:100%;
	background-image: url(../images/collection/colle_bg.jpg);
	background-repeat: no-repeat;
	background-position: 10px 300px;
}

a { 
    color:#333333;
    text-decoration: none;  
}
a:link {
	color: #6699CC;
	text-decoration: none;
}
a:visited {
    color: #6699CC;
	text-decoration: none;
}
a:hover {
    color: #009900;
	text-decoration: none;
}
a:active {
    color: #FF0000;
	text-decoration: none;
}
p{
	margin:15px 0 10px 2px;
}
table{
	border:none;
	}
	
th{
	font-weight:normal;
	}

ul{
	list-style:none;
	margin:0;
	padding:0px;
}
img{
	border:0;
	vertical-align:top;
}


/* 全体
---------------------------------------------*/
#wrap {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
}
#content {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#content .imgarea {
	height: 547px;
	width: 585px;
	margin-right: auto;
	margin-left: auto;
}
#content .copyarea {
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
}
#content .btarea {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	text-align: center;
}
#content .coment {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	letter-spacing: 1px;
	width: 597px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: center;
}
#content .area597px {
	width: 597px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#content .pageindex {
	font-size: 10px;
	color: #666666;
	letter-spacing: 1px;
	text-align: right;
	width: 597px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.copylightCollin {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 9px;
	color: #999999;
	text-align: right;
	width: 597px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
.colorgold {
	color: #b99415;
}
.colle_ob_line {
	margin-top: 70px;
}


/* サイドメニュー
---------------------------------------------*/

	li{
	margin:0px 0px 5px;
	padding:2px 2px 2px 10px;
	list-style-type:none;
	display:block;
	background-color:#b99415;
	letter-spacing: 2px;
	}
	
	li a{
		width:100%;
	}
	
	li a:link,
	li a:visited{
		color:#FFFFFF;
		font-family:verdana;
		font-size:70%;
		text-decoration:none;
		display:block;
		margin:0px 0px 0px 0px;
		padding:0px;
		width:100%;
	}
	
	li a:hover{
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	#sideMenu{
	position: absolute;
	width: 200px;
	height: auto;
	top: 0px;
	right:-7px;
	margin-top: 100px;
	}
	
	#sideMenuLogo{
		height:137px;
	width:228px;
	}
	
	#sideMenuCont{
	width:200px;
	margin-left: 28px;
	}
