@charset "utf-8";

/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }
.style1 {color: #666666}


/* リンク色（ページ全体） */

a {
    color: #666666;
    text-decoration: none;
}

a:hover { 
    color: #333;
}


/* リンク色（ヘッダー） */

#header-title a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

#header-title a:hover {
	color: #fcc;
	text-align: left;
}

/* リンク色（右コンテンツ） */

table#dvd a
{
    font-size: 14px;
	color: #FF0066;
	
}



/* リンク色（左コンテンツ） */

.sidenavi a {
	color: #666;
}

.sidenavi a:hover {
	color: #666;
}

/* リンク色（フッター） */

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #F00;
}

.footer-navi a {
	color: #666;
}

.footer-navi a:hover {
    color: #F00;
}


/* 見出し */

h1, h2, h3, h4, h5, h6 
{
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 20px;
	margin-bottom: 10px;
}


/* ページレイアウト */

body
{
	min-width: 850px;
	margin: 0;
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	background-color: #fff;
	background-repeat: repeat;
}

#container
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 850px;
}

#container-inner
{
	position: static;
	width: auto;
	background-color: #FFF;
	text-align: center;
	height: auto;
}


/* ヘッダー（サイトタイトル） */


#banner
{
	width: 600px;
	height: 60px;
	position: relative;
	top:0px;
	text-align: center;
	background-color: #fff;
	margin-bottom: 10px;
}

#banner-inner
{
	width: 600px;
	height: 60px;
	background-color: #F69;
	background-repeat: no-repeat;
	position: static;
}



#banner-header
{
	width: 600px;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	font-family: "lr SVbN", "Osaka|";
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 22px;
	line-height: 20px;
}

#header-title
{
	float: left;
}



/* コンテンツ全体 基本レイアウト*/

#pagebody
{
	position: static;
	width: 850px;
	text-align: center;
	background-color: #fff;
	height: auto;
}

#pagebody-inner 
{
	position: relative;
	width: 850px;
	text-align: left;
	padding-bottom: 0px;
	height: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 20px;
}


#left 
{ 
   display: inline;
   position: relative;
   float: left;
   min-height: 1px;
}

#right-inner, #left-inner
{
   position: static;
}


/* 右コンテンツ基本レイアウト */

#right
{
	display: inline;
	position: relative;
	float: right;
	min-height: 1px;
	margin: 0px;
}


#right-inner 
{
	width: 100%;
}


/* 左コンテンツ基本レイアウト */

#left 
{
	width: 200px;
	margin-left: 10px;
	float:left;
}


#left-inner 
{
	width: 200px;
	margin: 0px;
	float: left;
    
}







/* 右コンテンツ */


#topnavi
{
	overflow: hidden;
	width: 600px;
	height: 30px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#topnavi ul
{
	padding: 0px;
	margin: 0px;
	list-style:none;
	width: 600px;
	height: auto;

}

#topnavi li
{
	width: 130px;
	height: 30px;
	display: inline;
	background-image: url(images/topnavi.gif);
    font-weight: bold;
	color: #666;
	float:left;
    text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 30px;
	text-align: center;

}

.contents-title
{
	position: relative;
	height: 33px;
	width: 600px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
	background-image: url(images/title_bg.gif);
	background-repeat: no-repeat;
	text-indent: 40px;
	margin-top: 10px;
}

.contents
{
    width: 550px;
    position: static;
	color: #333;
	height: auto;
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.rightnavi
{
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rightnavi a{
    color: #666;
    text-decoration: none;
}

.rightnavi ul{
	line-height: 30px;
}

.rightnavi li{
	list-style-image: url(images/yajirusi.gif);
	font-weight: bold;
	color: #666;
}



table.item
{
    width: 600px;
}


table.item tr.top
{
    width: 180px;
	background-color: #FFCCFF;

}


table.item tr.center
{
    width: 180px;
	height: 150px;
	background-color: #FFCCFF;
}



table.item tr.bottom
{
    width: 180px;
	height: 100px;
	background-color: #FFCCFF;
}


table.item tr.space
{
    height: 10px;
	
}




table.item td.left
{
    width: 180px;
	background-color: #FFCCFF;
	border: 0px;
	border-collapse: collapse;
	text-align: center;


}



table.item td.center
{
    width: 180px;
	background-color: #FFCCFF;
	border-collapse: collapse;
	text-align: center;
}



table.item td.right
{
    width: 180px;
	background-color: #FFCCFF;
	border-collapse: collapse;
	text-align: center;

}


table.item td.space
{
    width: 10px;
	background-color: #FFFFFF;
	border-collapse: collapse;

}



table.item td.right
{
    width: 180px;
	background-color: #FFCCFF;
	border-collapse: collapse;

}



table#dvd
{
	width: 600px;
	border: 3px solid #FFCCFF;
	margin-top: 20px;

}

table#dvd tr
{
    width: 600px;
	height: 300px;

}

table#dvd td
{
	width: 600px;
	height: 300px;
	padding: 10px;
}


.setsumei
{
    width: 550px;
	height: 250px;
	background-image: url(images/toppage_contents.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 5px;
}

.setsumei-contents
{
    width: 500;
	height: 150px;
	margin-right:10px;
	padding-left: 15px;
	padding-right: 0px;
    font-size: 12px;
	text-align: left;
}


.right-contents
{
    width: 570px;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	float: left;
}

.right-contents2
{
    width: 550px;
	height: 30px;
	padding-top: 10px;
	padding-right: 70px;
	padding-left: inherit;
	padding-bottom: 10px;
	margin: 0px;
	clear: both;
} 

.right-contents3
{
    width: 500px;
	height: 50px;
	padding-top: 10px;
	padding-right: 100px;
	padding-left: inherit;
	padding-bottom: 10px;
	clear: both;

} 




/* パンくず */


.pan
{
	margin: 0px;
}

.pan ul
{
	margin: 0px;
}


.pan li
{   
	list-style-type: none;
}




/* 左コンテンツ */




.sidenavi
{
	position: relative;
	overflow: hidden;
	width: 200px;
	list-style-type: none;
	height: auto;
	margin-top: 0px;
	margin-right:0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-color: #Fcc;
}

.sidenavi-inner
{
	width: 200px;
	margin: 0px;
}

.sidenavi-header
{
	position: relative;
	width: 190px;
	height: 35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 35px;
	background-color: #FF6699;
	background-repeat: no-repeat;
	list-style-type: none;
	font-size: 14px;
	margin: 5px;
}

.sidenavi-content
{
	position: relative;
	color: #333333;
	width: 190px;
	list-style-type: none;
	margin: 5px;
	background-color: #FFFFFF;

}


.sabtitleber
{
    width: 580px;
	height: 35px;
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-right: 0px;
	text-indent: 20px;
	line-height: 35px;
	font-size:14px;
}



#left ul 
{   
    width: 190px;
    padding: 0px;
	margin: 0px;
	list-style:none;
}

#left li
{
	width: 190px;
	height: 30px;
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	background-repeat: no-repeat;
	text-decoration: none;
	list-style: none;
	background-image: url(images/sidenavi.gif);
	text-indent: 25px;
	line-height: 31px;
}



table.dvd
{
    width: 190px;
	height: 250px;
	background-image: url(images/dvd_top.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	border-collapse: collapse;
}

table.dvd tr
{
	border: 0px;
}

table.dvd td
{
	width: 190px;
	height: 250px;
	border: 0px;
	font-size: 10px;
	text-align: left;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}




/* フッター */

#footer
{
	width: 850px;
	height: 50px;
	position: relative;
	background-color: #F69;
	background-repeat: repeat-x;
	color: #FFF;
}

#footer-inner
{
	font-size: 10px;
	color: #FFF;
	text-align: center;
	text-indent: 25px;
	line-height: 50px;
}

.footer-navi
{
	font-size: 10px;
	text-align: center;
	line-height: 30px;
	clear: both;
	color: #666;
}


/* 位置の指定 */



.clear
{
	clear: both;
}

.top-img 
{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* 色の指定 */

.red{
	color:#FF0000;
	font-size: 14px;
}

.green{color:#008000;}

.cha{color:#663300;}

.blue{color:#0000dd;}

.yellow{ color: #ffff00; }

.orange{ color: #ff6600; }



/* その他 */

.moji
{
    font-size: 10px;
	color: #FF0000;
}


.side
{
	float: left;
	margin-right: 15px;
}




.gotop 
{
	text-align: right;
	clear: both;
	margin-bottom: 10px;
}

hr
{
	border: thin dotted #FFCCCC;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.product
{
	text-align: center;
	width: 900px;
	font-size: xx-small;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
}

.product a{
   color: #666666;
   text-decoration: none;
   font-size: xx-small;

}
