@charset "shift_jis";

/* ページ全体
------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: smaller;
	color: #000000;
	background-image: url(../img/back03.gif);
	text-align: center
} 

div#container{
	width: 820px;
	margin: 10px 20px;
	background-color: #FFFFFF;
	text-align: left
}

/*------------------
  ヘッダ
------------------*/
#header{
	width: 820px;
	height: 68px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(../img/shoptitle.gif);
	background-repeat: no-repeat;
}

#headlink{
	width: 820px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	background-color: #e7eee7;
}

#headlink a:link{
	color: #000000;
	text-decoration: none;
}

#headlink a:visited{
	color: #000000;
	text-decoration: none;
}

#headlink a:hover{
	color: #f92424;
	text-decoration: underline;
}

#headlink a:active{
	color: #000000;
	text-decoration: none;
}

/*------------------
  ページ本体
------------------*/
#main{
	width: 620px;
	float: right;
}

#navi{
	width: 200px;
	float: left;
}

#footer{
	clear: both;
}

/*------------------
 各段の見出し
------------------*/
#msgbox{
	margin: 2px 4px 4px;
	padding: 2px 4px 2px 5px;
	border: 2px dashed #008080;
	font-size: larger;
}

#msgbox h5{
	margin: 0;
	color: #2e8b57;
	font-size: small;
	background-color: #f3f3f3;
	border-top: 1px solid #002222;
	border-bottom: 1px solid #002222;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#msgbox ul{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: smaller;
}

span.original{
	color: #ff0000;
	text-decoration: underline;
}

#main h3{
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	color: #336666;
	background-color: #f3f3f3;
	border-left: 10px solid #336666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#main h4{
	margin-top: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	color: #ffffff;
	background-color: #88aadd;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 10px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#navi h3{
	margin-top: 2px;
	margin-bottom: 2px;
	color: #336666;
	background-color: #f3f3f3;
	border-left: 10px solid #336666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

/*------------------
 予約受付中ソフト
------------------*/ 	
#soft_01{
	width: 300px;
	float: left;
	margin-left: 3px;
}

#soft_02{
	width: 300px;
	float: left;
	margin-left: 3px;
}

.tvsoft_box{
	height: 375px;
	margin: 8px 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: solid 1px #006699;
	border-left: solid 1px #006699;
	border-right: solid 1px #006699;
	border-bottom: solid 1px #006699;
}

.soft_image1{
	float: left;
	width: 304px;
	height: 300px;
	text-align: center;
	margin-right: 4px;
}

.soft_image2{
	float: right;
	width: 304px;
	height: 300px;
	margin-left: 2px;
}

.title_box1{
	margin: 10px 2px 4px ;
}

.title_box2{
	margin: 10px 2px 4px;
}

.title_box1 tr{
	font-size: 13px;
}

.title_box2 tr{
	font-size: 13px;
}

/*------------------
 ご利用案内
------------------*/ 	
.redline{
	color: #ff0000;
	text-decoration: underline;
}

/*----------------
 ナビゲーション
------------------*/
#menu{
	width: auto;
	height: auto;
}

#menu ul,#menu li{
	margin: 0;
	padding: 0;
	list-style: none;	
}

#menu li{
	display: inline;
} 

#menu a, #menu a:link,#menu a:visited{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6688bb;
	border: 1px outset #006699;
	padding: 8px 10px;
	display: block;
	width: auto;
	height: auto;
}

#menu a:hover{
	color: #FFFFFF;
	background-color: #3399CC;
	border: 2px inset #006699;
}

#attention table{
	font-size: x-small;
	color: #000000;
}

/*------------------
 フッタ
------------------*/
#footer{
	width: 820px;
	height: 18px;
	font-size: x-small;
	text-align: right;
	padding: 3px 2px;
	color: #ffffff;
	background-color: #224466;
}

