@charset "shift_jis"; 

/* ---------------------------------

Order description

__Default_style_clear
__header      (div#header)
__Main_menu   (div#menu)
__Main_content(div#content)
__footer      (div#footer)

--------------------------------- */

/* ---------------------------------
__Default_style_clear
--------------------------------- */

*{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
}
html {
	height:100%;
	margin-bottom:1px;
	overflow: scroll;
}
body {
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font: 62.5%/1.5 "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #333333;
}
h2,h3,h4,h5,h6,table,form,ul,ols	{
	margin-bottom:1em;
}
blockquote {
	margin: 15px;
	padding: 15px;
	border: 1px dotted #99CCFF;
}

table {
	background: #CCCCCC;
}
th,td {
	background-color: #FFFFFF;
	font: normal 1.2em/1.5 "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
th {
	background: url(../images/bg_th.jpg) no-repeat left top;
}
input,textarea {
	border: 1px solid #CCCCCC;
	
}
#submit input { cursor: hand } /* IE—p‚Ì•s³‚È’l */
#submit input { cursor: pointer } 

#all {
	width: 820px;
	text-align: left;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 5px solid #666666;
	border-left: 1px solid #666666;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #FF6633;
}
a:active {
	text-decoration: none;
	color: #FF6633;
}
.txt_r {
	color: #FF0000;
}

.clear {
	clear:both;
	float: none;
}
/* ---------------------------------
__header      (div#header)
--------------------------------- */
#catch {
	background-color:#666666;
	color:#CCCCCC;
	padding-left:15px;
}
#header	{
	background-image:url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 95px;
}
#header h1 {
	float: left;
	width: 350px;
}
#head_link {
	float: right;
	width:800px;
	padding-top: 5px;
}
#head_link a {
	color: #ccc;
	text-decoration: none;
	background:url(../images/ya.gif) no-repeat 0px 1px;
	width:90px;
	height:15px;
	display:block;
	float: right;
	text-align: left;
	text-indent: 15px;
	border:solid #999 1px;
	margin-right:1px;
}
#head_link a:visited {
	color: #ccc;
}
#head_link a:hover {
	color: #fc0;
	background: url(../images/ya_r.gif) no-repeat 0px 1px;
	border:solid #fc0 1px;
}
#head_link a:active {
	color: #fc0;
	background: url(../images/ya_r.gif) no-repeat 0px 1px;
	border:solid #fc0 1px;
}
.txt_r {
	color: #FF0000;
}

/* ---------------------------------
__Main_content(div#content)
--------------------------------- */
/* ---------------------------------
__Main_menu   (div#menu)
--------------------------------- */
#menu {
	width:230px;
	float:left;
}
#menu ul {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
}
#menu li {
	list-style-type: none;
}
#menu a{
	background-image:url(../images/bg_menu.gif);
	display: block;
	background-repeat: no-repeat;
	width:220px;
	height:45px;
	text-indent:-99999px;
}
#menu02 a{
	background-position: 0px -44px;
}
#menu03 a{
	background-position: 0px -88px;
}
#menu04 a{
	background-position: 0px -132px;
}
#menu05 a{
	background-position: 0px -176px;
}
#menu01 a:hover,#menu01 a:active{
	background-image:url(../images/bg_menu_r.gif);
}
#menu02 a:hover,#menu02 a:active{
	background-image:url(../images/bg_menu_r.gif);
	background-position: 0px -44px;
}
#menu03 a:hover,#menu03 a:active{
	background-image:url(../images/bg_menu_r.gif);
	background-position: 0px -88px;
}
#menu04 a:hover,#menu04 a:active{
	background-image:url(../images/bg_menu_r.gif);
	background-position: 0px -132px;
}
#menu05 a:hover,#menu05 a:active{
	background-image:url(../images/bg_menu_r.gif);
	background-position: 0px -176px;
}

/* ---------------------------------
__main    (div#main)
--------------------------------- */
#main {
	width:570px;
	float:right;
}

/* ---------------------------------
__footer      (div#footer)
--------------------------------- */
#footer_link {
	clear:both;
	float:none;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top:10px;
}
#footer {
	padding:5px;
	text-align:center;
}
