/* RAWS CSS */


div#contents{
	width: 1000px;
	background: #000000 url(./img/raws_mid.gif) center top repeat-y;
	overflow: auto;
	color: #ffffff;
}

h1#about{
	background: #000000 url(./img/about.gif) left center no-repeat;
	width: 270px;
	height: 49px;
	text-indent: -1000.0em;
}

h1#about_realartwork{
	text-indent: -1000.0em;
	background: #000000 url(./img/about_raw.gif) left top no-repeat;
	width: 298px;
	height: 50px;
}

h1#about_gro{
	text-indent: -1000.0em;
	background: #000000 url(./img/about_gro.gif) left top no-repeat;
	width: 298px;
	height: 50px;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
}


#main h2{
	color: #ffffff;
	font-weight: bold;
	margin: 10px 10px 0 10px;
	background: #ff0000 url(./img/h2head_bg.gif) left top repeat-x;
}

h2#realartwork{
	background: #a08b26 url(./img/raw_bg.gif) left top repeat-x;
	color: #000000;
}

h2#gro{
	clear: both;
	background: #41b5ee url(./img/gpo_bg.gif) left top repeat-x;
	color: #000000;
}

ul#realartwork_list li , ul#gro_list li{
	float: left;
	width: 230px;
	margin: 2px;
	border: 1px solid #777777;
}


ul#realartwork_list li h3 , ul#gro_list li h3{
	color: #ffffff;
	font-weight: bold;
	background: #000000 url(./img/linklist_bg.gif) top left repeat-x;
	margin-bottom: 5px;
}


#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
}

#main p strong{
	color: #b80000;
}

#main ul{
	list-style: none;
	margin-left: 10px;
}


#main a{
	text-decoration: none;
	color: #3333ff;
}

#main a:hover{
	color: #ff3333;
}

#main dl{
	margin: 0 10px;
	border: 1px solid #777777;
	background: #000000 url(./img/data_bg.gif) left top;
}

#main dl dt{
	font-weight: bold;
	color: #790000;
}

.link{
	background: url(./img/linkarrow.gif) left center no-repeat;
	padding-left: 15px;
}

/* 店舗紹介関連*/

ul#arealist li{
	display: inline;
}

table{
	margin: 0 10px 0 10px;
	border: 1px solid #777777;
	width: 720px;
	border-collapse: collapse;
	text-align: left;
	font-size: 80%;
}

table th{
	background: #333333;
	color: #ffffff;
}

table td{
	border-bottom: 1px dotted #444444;
	color: #ffffff;
}

/* トピックス関連 */

ul#topics li img{
	float: right;
	margin-right: 10px;
}

ul#topics li span{
	display: block;
	clear: both;
}



/* メニュー関連 */

div#menu{
	float: left;
	margin-top: 10px;
	overflow: auto;
}

.accordion_toggle {
	display: block;
	width: 200px;
	background:#000000 url(./img/series_bg.gif) left top repeat-x;
	padding: 0 10px 0 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	border: 1px solid #777777;
	cursor: pointer;
	margin: 5px auto 0 auto;
}

.accordion_toggle_active {
	background-color: #000000;
	color: #ffffff;
	font-weight:bold;
	border: 1px solid #ff0000;
}

.accordion_content {
	overflow: hidden;
	width:200px;
	padding: 0 10px 0 10px;
	background-color: #000000;
	text-align: left;
	color: #ffffff;

	margin-left: 10px;
}

#menu h3{
	background: #ffffff url(./img/productname_bg.gif) left bottom repeat-x;
	border: 1px solid #aaaaaa;
	margin: 2px 0;
	font-size: 80%;
	color: #ff0000;
}

#menu h3 a{
	color: #000000;
	text-decoration: none;
}

#menu h3 a:hover{
	color: #ff0000;
}


#menu dl{
	margin-bottom: 20px;
}

#menu dl dt{
	margin: 10px auto 0 auto;
}




dt#information{
	background: url(./img/info.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}


#menu dt a:hover{
	background-image: none;
	background-color: transparent;
}

#menu dl dd{
	border-right: 1px solid #790000;
	border-bottom: 1px solid #790000;
	border-left: 1px solid #790000;
	width: 198px;
	margin: 0 auto;
	text-align: left;
}


#menu dl dd a{
	display: block;
	text-decoration: none;
	color: #ff0000;
	width: 198px;
}

#menu dl dd a:hover{
	color: #000000;
	background-color: #790000;	
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #ffffff;
	margin: 10px 0 0 20px;
}
