@charset "utf-8";

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* CSS RESET */

body {
	background-color:#fff;
	color: #333;
	font-family:sans-serif;
	font-size:11px;
	background-image:url(./img/bg.gif);
	line-height: 150%;
}

a:link, a:visited {
	color:#555;
}
a:hover {
	color:#888;
}
a:action {
	color:#888;
}

#wrapper {
	margin: 0 auto;
	width: 920px;
	border-left:1px solid #222;
	background-color: #fff;
	border-right:1px solid #222;
/*
	padding-right: 13px;
*/
	background:url(./img/wrapperBg.gif) repeat-y;
}

/* HEADER FOOTER */
#header, #footer {
	color: #fff;
	background-color:#6c8123;
	padding: 5px;
}
#footer {
	text-align:center;
}
#footer a{
	color: #fff;
	text-decoration: none;
}

h1{
	color: #fff;
	font-size:11px;
}

/* H1,H2,H3... */
h2,h3,h4 {
	text-indent:-999px;
	overflow:hidden;
	background:url(./img/sprites.jpg) no-repeat;
}

h1 a:link,h1 a:visited {
	color: #fff;
	text-decoration:none;
}
h1 a:hover {
	color:#fff;
	text-decoration:underline;
}

/* TABLE */
table {
	table collapse: collapse;
	width: 650px;
	margin: 0 auto;
	
}
td, th {
	font-size: 13px;
	border-bottom: 1px solid #aaa;
	padding: 5px;
}
input {
	background-color:#E8FAFF;
	border:1px solid #ccc;
	padding:3px;
}
textarea {
	background-color:#E8FAFF;
	border:1px solid #ccc;
	padding:3px;
}
#submit {
	border:none;
	text-align:center;
}
#submit input{
	background-color: #aaa;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	padding: 5px 10px;
}

/* other */
.clear {
	height:0;
	overflow:hidden;
	clear:both;
}

#listTitle{
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #a00;
	background:none;
	text-indent:0;
	padding: 5px 10px;
	font-size: 15px;
	margin: 10px;
}
.back_alist a, .back_alist2 a{
	display: block;
	border:1px solid gray;
	padding: 5px;
	width: 150px;
	text-align:center;
	margin-left: 40px;
	text-decoration:none;
}
.back_alist2 a{
	margin: 10px 10px 10px 40px ;
}
.back_alist a:hover, .back_alist2 a:hover{
	border:1px solid red;
}
#detail ul {
	margin-left: 30px;
	width: 450px;
}
#detail ul li {
	border-bottom: 1px solid #ccc;
	float:left;
	width:330px;
	padding: 5px 10px;
}
#detail ul li.title {
	border-bottom: 1px solid #caa;
	float:left;
	width: 80px;
}
#detail ul li.bana {
	border: none;
	float:left;
	width: 400px;
}
#detail ul li.kenta {
	border: none;
	float:left;
	width: 400px;
	padding: 0 10px 5px 10px;
}

#l0go{
	display: block;
	padding: 10px 0 0 15px;
}
.padding10_0{
	padding:10px 0;
}
#wrapper {
	position:relative;
}
#qr {
	position:absolute;
	top:42px;
	left: 550px;
}
