/* リティカシリーズ CSS */


h1{
	background: #a1a0e6 url(./img/product_title_bg.gif) left top repeat-x;
	color: #ffffff;
	margin: 0 10px 10px 10px;
}


div#contents{
	width: 1000px;
	background: url(./img/litica_mid.gif) center top repeat-y;
	overflow: auto;
	color: #777777;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
}


#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
	clear: both;
}

#main strong{
	color: #007cc2;
}

#main ul{
	list-style: none;
	margin: 10px;
	text-align: left;
}

#textbox{
	float: left;
	width: 380px;
}

img#main_photo{
	margin-right: 15px;
	margin-bottom: 10px;
}


#main h3{
	font-weight: bold;
	color: #48af1b;
	background: #ffffff url(./img/concept_bg.gif) left bottom repeat-x;
	margin: 10px 10px 20px 10px;
}

#main dl{
	clear: both;
	margin-right: 15px;
}

#main dl dt{
	background: #00b5e4 url(./img/data_head_bg.gif) left top repeat-x;
	color: #ffffff;
	font-weight: bold;
}

#main dl dd{
	
}

#main ul li span{
	clear: both;
	text-align: right;
	display: block;
}

#main a{
	text-decoration: none;
	color: #7777ff;
}

#main a:hover{
	color: #ff7777;
}

#main p a{
	color: #ffffff;
}

#main p a:hover{
	color: #ff7777;
}


/* メニュー関連 */

div#menu{
	float: left;
	margin-top: 10px;
	overflow: auto;
}

#menu dl{
	margin-bottom: 20px;
}

#menu dl dt{
	margin: 10px auto 0 auto;
}


dt#top_page_btn{
	background: url(./img/top_page_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#top_page_btn a{
	background: url(./img/top_page_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#aquarain_btn{
	background: url(./img/aquarain_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#aquarain_btn a{
	background: url(./img/aquarain_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#aquajewel_btn{
	background: url(./img/aquajewel_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#aquajewel_btn a{
	background: url(./img/aquajewel_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}


#menu dt a:hover{
	background-image: none;
	background-color: transparent;
}

#menu dl dd{
	border-right: 1px solid #f30b6b;
	border-bottom: 1px solid #f30165;
	border-left: 1px solid #f3488f;
	width: 198px;
	margin-left: 20px;
	text-align: left;
}


#menu dl dd a{
	display: block;
	text-decoration: none;
	background-color: #f3d5e2;
	color: #f30165;
	width: 198px;
}

#menu dl dd a:hover{
	color: #ffffff;
	background-color: #f30165;	
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #000000;
	margin: 10px 0 0 20px;
}