@charset "UTF-8";

/* ========================================================
 *
 *		ROVAL Global Common Style Sheet	
 *
 *		version	: 1.0
 *		update	: 2009/06/02
 *
 ========================================================*/


/* =====================================
	Common Stylesheet Import
===================================== */
@import url("common/reset.css");
@import url("common/module.css");
@import url("products.css");
@import url("parts.css");
@import url("under.css");
@import url("under02.css");

@media screen {


/* =====================================
	Grobal Settings
===================================== */
body {
	background: url(../../img/roval/common/header_bg.gif) repeat-x left top;
	color: #3C3C3C;
}

/* =====================================
	Anchor
===================================== */
a {
	color: #4574A3;/*4574A3 5082b4*/
	text-decoration: none;
}

a:hover {
	color: #ED171F;
	text-decoration: underline;
}

/* =====================================
	Common Layout
===================================== */

/*	#header
------------------------------------- */
#header {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#cp_logo {
	position: absolute;
	top: 20px;
	right: 0;
}

#header_01 {
	margin-right: 140px;
	padding: 10px 0 5px;
}

#read {
	float: left;
	margin-right: 1em;
	text-indent: -1px;
	font-size: 120%;
	font-weight: bold;
}
#search {
	width: 180px;
	float: left;
}

#search form {
	display: inline;
}

#header input {
	vertical-align: middle;

}

.txt120 {
	margin: 0 5px 0 0;
	width: 120px;
}


#header_02 {
	margin: 0 0 10px;
}

#header h1 {
	float: left;
	width: 203px;
}

#hnav {
	float: right;
	width: 757px;
	margin: 65px 0 0;
	text-align: right;
}

#hnav li {
	display: inline;
	margin: 0 0 0 20px;
}

#shopping_guide {
	height: 27px;
	margin: 0 0 10px;
	background: url(../../img/roval/common/cartnav_bg.gif) repeat-x left top;
}

#gnav li {
	float: left;
}

#shopping_guide div {
	width: 960px;
	margin: 0 auto;
	padding: 1px 0 0;
	text-align: right;
}

#shopping_guide li {
	display: inline;
}

/*	#contents
------------------------------------- */
#container {
	width: 960px;
	margin: 0 auto 20px;
}


/* 左カラム */
#leftcolumn {
	float: left;
	width: 190px;
}

/* 右カラム */
#rightcolumn {
	float: right;
	width: 190px;
}

/* 1カラム */
#one_maincolumn {
	margin: 0 30px;
}

#one_maincolumn h2,
#two_maincolumn h2 {
	padding: 10px;
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	background: #000 url(../../img/roval/common/ttl_bg.gif) repeat-x left top;
}

/* 2カラム */
#two_maincolumn {
	display: inline;
	float: left;
	width: 755px;
	margin-left: 15px;
}

/* 3カラム */
#three_maincolumn {
	display: inline;
	float: left;
	width: 550px;
	margin-left: 15px;
}




/*	#footer
------------------------------------- */
#footer {
	padding: 0 0 20px;
	border-top: solid 1px #bebebe;
}

#footer_inner {
	width: 960px;
	margin: 0 auto;
}

#fnav {
	display: inline;
	float: left;
	margin: 0 0 0 5px;
	padding: 10px 0 0;
}

#fnav a {
	color: #8f8f99;
}

#fnav a:hover {
	color: #ED171F;
}

#fnav li {
	padding: 0 10px;
}

#fnav #fnav01 {
	padding: 0 10px 0 0;
	background: url(../../img/roval/common/hnav_line.gif) no-repeat right center;
}

#fnav02 {
	background: url(../../img/roval/common/hnav_line.gif) no-repeat right center;
}

p#copyright {
	position: relative;
	display: inline;
	float: right;
	margin: -1px 0 0;
	padding: 10px 0 0;
	border-top: solid 1px #0000c8;
}


/* =====================================
	ClearFix
===================================== */
#container:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#container {
	display: inline-block;
}
/*\*/
* html #container {
	height: 1%;
}
#container {
	display: block;
}
/**/



}


/* =====================================
	Type for Print
===================================== */
@media print {

}


