body {
font-family:"Tahoma", "Verdana", "Arial", sans-serif;
text-align:center;
background: #FBFEFA url(./img/bg/pinkwhite.jpg) repeat-x;
background-attachment: fixed;
}

a:hover{
color:#FFF;
text-decoration: none;
background-color:#ff8000;
}


/*************************************
***見出し設定のCSS ***
*************************************/


h1 {
color:#949393;
margin:0px;
padding-top:0px;
font-weight:nomal;
font-size:10px;
text-align: center;
}


h2 {
color:#F93F00;
font-size:22px;
font-weight:bold;
margin:0px 10px 0px 0px;
padding:10px;
color:#cc0000;
border-left:4px solid #cc0000;
border-bottom:1px solid #cc0000;
background-image:url();
background-repeat:no-repeat;
background-position:left;
}

H2 a{
color:#F93F00;
text-decoration: none;
}


h3 {
color:#F93F00;
font-size:22px;
font-weight:bold;
margin:0px 10px 0px 0px;
padding:10px;
color:#cc0000;
border-left:4px solid #cc0000;
border-bottom:1px solid #cc0000;
background-image:url();
background-repeat:no-repeat;
background-position:left;
}


h4{
font-size:12px;
background-color:#9c9c9c;
color:#FFF;
text-align:left;
padding-left:10px;
}

h5{
color:#F93F00;
font-size:22px;
font-weight:bold;
margin:10px 10px 10px 20px;
padding:10px;
color:#cc0000;
border-left:4px solid #cc0000;
border-bottom:1px solid #cc0000;
background-image:url();
background-repeat:no-repeat;
background-position:left;
}

h6{
color:#FFF;
font-size:12px;
font-weight:bold;
margin:0px;
}


/*************************************
***論理強調タグのCSS ***
*************************************/

em {
font-weight: normal; 
font-style: normal;
text-decoration: none
}

strong {
font-weight: normal; 
font-style: normal;
text-decoration: none
}


/*************************************
***背景を蛍光黄色と太文字に変更するCSS ***
*************************************/

.y{
font-weight:bold;
background-color : yellow
}


/*************************************
***赤文字に変更するCSS ***
*************************************/

.r{
color:red;
}


/*************************************
***太文字で赤でビッグフォントに変更するCSS ***
*************************************/

.rb{
font-weight:bold;
color:red;
font-size:28px;
}


/*************************************
***太文字に変更するCSS ***
*************************************/

.b{
font-weight:bold;
}

/*************************************
***blockquoteのCSS ***
*************************************/


blockquote{
border:1px solid #ff0000;
background-color:#ffffcc;
padding:5px;
margin:10px;
}


/*************************************
***右寄せと左寄せのCSS ***
*************************************/

.imgr{
 float: right; margin: 5px 5px 5px 10px;
}

.imgl{
 float: left; margin: 5px 5px 5px 10px;
}


/*************************************
***ポジションアブソリュートCSS ***
*************************************/

.posted{ 
font-size: 10px; 
color: #000000;
text-align: center;
}

.posted a{
color:#a8a8a8;
text-decoration: underline;
}


#container{
width:760px;
margin: 0 auto;
background-color:#fff;
text-align: left;
border:1px solid #000000;
}


#banner{
z-index: 1;
position: absolute;
width:760px;
padding-bottom:30px;
border-left:1px solid #000000;
border-right:1px solid #000000;
background-color:#fff;
}


.description{
padding-left:10px;
font-size:12px;
width:760px;
}


#adovetop{
z-index: 2;
position: absolute;
text-align:center;
top: 215px;
width:760px;
_width:762px;
padding-bottom:30px;
border-left:1px solid #000000;
border-right:1px solid #000000;
background-color:#fff;
}

#adovepage{
z-index: 2;
position: absolute;
text-align:left;
top: 215px;
width:760px;
_width:762px;
padding-bottom:30px;
border-left:1px solid #000000;
border-right:1px solid #000000;
background-color:#fff;
}


#contenttop {
z-index: 3;
position: absolute;
top: 210px;
text-align:left;
width:760px;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
background-color:#fff;
}

#contentpage {
z-index: 3;
position: absolute;
top: 210px;
text-align:left;
width:760px;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
background-color:#fff;
}

#text {
padding-top:20px;
padding-left:20px;
}

#kousinfoot{
margin-top:20px;
text-align: center;
background: #fff;
}

.kousinfoot a{
text-decoration: none;
color:#a8a8a8;
}


.kousinmenu{
text-align: left;
padding-left: 10px;
font-size:12px;
color:#000;
}

.kousinmenu a{
color:#a8a8a8;
text-decoration: none;
}

#footer{
clear: both;
width: 760px;
text-align: center;
background-color:#9c9c9c;
color:#FFF;
border-bottom:1px solid #000000;
}

#footer a{
color:#fff;
text-decoration: none;
}

/*************************************
***サイトマップページ専用CSS ***
*************************************/

#content-sitemap {
position: absolute;
top: 217px;
margin-bottom:5px;
text-align:left;
width:760px;
border-left:1px solid #000000;
border-right:1px solid #000000;
background-color:#fff;
}

/*************************************
***ダブルキャビネット（商品説明）要素 ***
*************************************/

div.cabinet {
     width:100%;
     margin: 0%;
     padding: 0%;
}

div.doubleboxl {
	float: left;
	width: 38%;
	margin: 0px 0px 0px 10px;
	padding: 1%;
	font-size: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.doubleboxr {
	float: right;
	width: 51%;
	margin: 0px 10px 0px 10px;
	padding: 1%;
	background-color : #FFFFCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

div.dummy { clear: left; }

