@charset "UTF-8";


a {
	color:#999999;
}
a:link {
	color:#999999;
	text-decoration:none;
}
a:active {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}

.midashi{
	font-size: 14px;
}


/* baseレイアウト */
#wrapper {
	height: auto;
	width: 1070px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#hedder {
	width: 100%;
	height :25px;
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background-color: #000000;
}

#left_side {
	float: left;
	height: auto;
	width: 230px;
	position:fixed;
	_position:absolute;
	top:30px;
	left:0px;
	height: 100%;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	padding-top: 10px;
}

#menu_area {
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}

#sub_menu_area {
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}

#right_side {
	float: left;
	height: auto;
	width: 850px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 230px;
}

#link_area {
	margin-left: 60px;
	margin-top: 30px;
}
#glovalnavi li {
	font-size: 12px;
	color: #999999;
	list-style-position: inside;
	position: relative;
	float: left;
	margin-right: 20px;
	font-weight: bold;
	list-style-image: url(../images/base/list.gif);
}


/* footer area */
#footer2 {
	clear: both;
	width: auto;
	text-align: center;
	vertical-align: middle;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}

/*#menu_list {
	font-size:1.1em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 1em;
	padding:0 0 0 3em;
}
*/

#submenu_list li {
	font-size: 12px;
	color: #999999;
	list-style-position: outside;
	vertical-align: bottom;
	font-weight: bold;
	margin-top: 5px;
	list-style-type: disc;
	text-decoration: underline;
}

/* 追加ここから */
h2.item_name {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #990033;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 14px;
	letter-spacing: 1em;
	line-height: normal;
}
#right_top_img {
	height: 435px;
	width: 580px;
	float: left;
	margin-top: 30px;
	padding-bottom: 10px;
}

#right_top_detail {
	height: 435px;
	width: 260px;
	float: right;
	margin-top: 30px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
}


#right_middle_area {
	height: auto;
	width: 850px;
	float: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin-bottom: 50px;
}
#image_area {
	float: left;
	height: 145px;
	width: 200px;
	margin-left: 10px;
}

#detail_box {
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.detail_comment{
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	margin-right: 10px;
}
