﻿/* --- コンテンツの項目 --- */

.nakami{
	width:100%;
	margin-top:5px;
}

/* --- コンテンツ紹介の項目 --- */
.account{
	width: 300px;
	font-size: small;
	color: black;
	padding-top: 5px;
	padding-bottom: 1px;
	left: 20px;
	right: 20px;
	position: relative;
}


/* --- コンテンツ左の項目 --- */

#Left{
	border-style: none;
	width: 360px;
	height: 740px;
	float: left;
	text-decoration: none;
	margin-top:10px;
	margin-left:10px;
}

/* --- 取扱商品の項目 --- */
.mydialogboxT
      {
         width: 340px;
         height: 500px;
         padding: 10px;
         overflow: auto;
         background-image:url('tori-B.jpg');
         background-repeat: no-repeat;
         top:20px;
         left:15px;
      }

.ToriList{
	list-style-position: outside;
	color: #000000;
	font-size: small;
	line-height: 25px;
	list-style-position: outside;
	list-style-image: url('Mtori.gif');
}

/* --- ギャラリーの項目 --- */
.mydialogboxG
      {
         width: 340px;
         height: 200px;
         padding: 10px;
         overflow: auto;
         background-image:url('gya-B.jpg');
         background-repeat: no-repeat;
         top:20px;
         left:15px;
      }

.GyaList{
	list-style-position: outside;
	color: #000000;
	font-size: small;
	line-height: 25px;
	list-style-position: outside;
	list-style-image: url('Mgya.gif');
}


/* --- コンテンツ右の項目 --- */

#Right{
	border-style: none;
	width: 360px;
	height: 540px;
	float: right;
	text-decoration: none;
	margin-top:10px;
}

/* --- 特集の項目 --- */
.mydialogboxTk
      {
         width: 340px;
         height: 300px;
         padding: 10px;
         overflow: auto;
         background-image:url('toku-B.jpg');
         background-repeat: no-repeat;
         top:20px;
         left:15px;
      }

.TokuList{
	list-style-position: outside;
	color: #000000;
	font-size: small;
	line-height: 25px;
	list-style-position: outside;
	list-style-image: url('Mtoku.gif');
}

/* --- システムの項目 --- */
.mydialogboxS
      {
         width: 340px;
         height: 300px;
         padding: 10px;
         overflow: auto;
         background-image:url('sis-B.jpg');
         background-repeat: no-repeat;
         margin-top:40px;
         left:15px;
      }

.SisuList{
	list-style-position: outside;
	color: #000000;
	font-size: small;
	line-height: 25px;
	list-style-position: outside;
	list-style-image: url('Msisu.gif');
}


/* --- 加納コピーの項目 --- */

#Copy{
	border-style: none;
	border-width: 1px;
	width: 550px;
	margin-top:10px;
	height: 50px;
	position: relative;
	color: #003399;
	left: 95px;
	right: auto;
	text-align: center;
	font-size: 60%;
}


/* --- リンク関係の項目 --- */

a:visited {
	color: #6600CC;
}
a:hover {
	color: #0000FF;
}

a:link {
	color: #000000;
}
a:active {
	color: #CC0000;
}

/* --- フォントの項目 --- */
.font1{
	font-size : 90%;
}
