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; }
■メインエリア
--------------------------------------------------------*/

/*サイズ設定　その6*/
div#main-area{
	margin: 10px auto 0 auto;
	width: 730px;
	text-align: left;
}

/*--------------------▽コンテンツ*/

div#main-area .contents{
	clear: both;
	margin: 20px 20px 40px 20px;
}


/*コンテンツ（インデント：10px）*/
div#main-area .contents2{
	clear: both;
	margin: 20px 30px 50px 30px;
}


/*--------------------▽コンテンツ内の線*/

div#main-area hr{
	clear: both;
	margin: 10px 0 10px 0;
	color: #ccc;
}


/*--------------------▽コンテンツ内のリストタグ*/

div#main-area ul,
div#main-area ol{
	margin: 0 0 20px 20px;
	list-style-type: disc;
	list-style-position: outside;
}
div#main-area li{
	line-height: 1.8em;
}

/*--------------------▽更新情報内のリストタグ*/

div#main-area ul.topics{
	padding: 10px;
	border: 1px solid #aaa;
	list-style-type: none;
	list-style-position: outside;
}


.black{ color: #000!important; }/*黒色*/
.red{ color: #ff0000!important; }/*赤色*/
.blue{ color: #0000dd!important; }/*青色*/
.green{ color: #008000!important; }/*緑色*/
.yellow{ color: #ffff00!important; }/*黄色*/
.navy{ color: #1F26A9!important; }/*紺色*/
.gray{ color: #ccc!important; }/*灰色*/
.orange{ color: #ff6600!important; }/*橙色*/
.pink{ color: #cc6699!important; }/*ピンク色*/
.purple{ color: #660099!important; }/*紫色*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/
.underline{ text-decoration: underline!important; }
.box-yellow{ background-color: #ffff00!important; }/*黄色のボックス*/
.box-aqua{ background-color: #00ffff!important; }/*水色のボックス*/
.box-gray{ background-color: #eee!important; }/*灰色のボックス*/
.box-red{ background-color: #fc9b8b!important; }/*赤色のボックス*/
/*--------------------▽左に画像、右に文章*/

.left{
	float: left;
	margin: 0 30px 20px 0!important;
}


/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin: 0 0 20px 30px!important;
}

