@charset "Shift-JIS";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color:#FFF;
	background-image:url(images/bg.jpg);
	font-size: 13px;
	-webkit-text-size-adjust: none;
}
div#sbcr {
	margin: 0;
	padding: 0 0 0 10px;
	background-color: #FFF;
}
div#contents {
	margin: 0 10px;
	padding: 0;
}

body#index div#contents {
	background: url(images/header_bg.gif) repeat-x left top;
}

div#wrapper {
	margin: 0;
	padding: 0;
}

body#index div#contents div#wrapper {
	background: url(images/header_bg_right.gif) no-repeat right top;
}

body#index div#contents div#wrapper h1 {
	background: url(images/header_bg_left.gif) no-repeat left top;
	text-align: center;
}

/*------------------------
text
------------------------*/
p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	line-height: 1;
}

p {
	font-size: 100%;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

A:link { color: #bbbbbb; }
A:visited { color: #bbbbbb; }
A:active { color: #bbbbbb; }
A:hover { color: #bbbbbb; }

/*------------------------
index
------------------------*/

div.message {
	margin: 0 0 5px 0;
	padding: 6px 0 0 10px;
	height: 28px;
	background: url(images/message_bg.gif) no-repeat top left;
	color: #F00;
	overflow: hidden;
}

div#top_menu {
	margin: 0 0 10px 0;
	padding: 8px 8px 3px 8px;
	background-color: #606060;
	border-top: 3px solid #515151;
}

div#top_menu ul li{
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	background-color: #525252;
}

div#info {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background-color: #5b6563;
}

div#info h2 {
	background: url(images/h_info_bg.gif) repeat-x left top ;
}

div#info ul {
	margin: 0 0 0 10px;
	list-style: none;
	font-size:85%
}

div#info ul li{
	margin-bottom: 8px;
	line-height: 1.5;
}

div#info ul li span{
	margin: 0 8px 0 0;
	font-weight: bold;
}

.image_block {
	text-align: center;
}

.image_block img {
	margin-bottom: 5px;
}