@charset "utf-8";

/*フォントサイズ*/
body {
	font-size: 13px; font-family: "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	line-height: 1.3;
	letter-spacing: 0;
}
#wrap {
	font-size: 100%;
	color: #2E302E;
}
table {
	font-size:inherit;
	font:100%;
}
/*フォントサイズ*/

.clearfix:after {
	content: " "; 
	display: block;
	height: 0.1px; 
	font-size: 0.1em; 
	clear: both;
	visibility: hidden;
}

*+html .clearfix{
  height:1%;
}
* html .clearfix,{
   height: 1%;
}
.clear {
	clear: both;
}
.pd10 {
	padding: 10px;
}

a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background-color:transparent;
	color: #646464;

}
a:hover {
	text-decoration: none;
}
img {
　　　vertical-align: bottom;
　　　font-size:0;
　　　line-height: 0;
}
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*-----------------------------------------------*/
/*大枠*/
/*-----------------------------------------------*/
body {
	background: url(bg.gif) repeat-x left top;
}
div#top{
	width: 928px;
	padding: 15px;
	margin: 60px auto 0 auto;
	border: 1px solid #DDDDDD;
	box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
}

/*-----------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------*/
div#header {
	width: 930px;
	height: 94px;
	position: relative;
	margin-bottom: 15px;
}
div#header h1 {
	width: 930px;
	height: 94px;
	background: url(hed_bg.gif) repeat-x left top;
	text-indent: -10000px;
}
div#header a.signOut {
	width: 138px;
	height: 26px;
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	position: absolute;
	right: 10px;
	top: 58px; 
	background: url(out.gif) no-repeat left top;
}
div#header a.signOut:hover {
	background: url(out-o.gif) no-repeat left top;
}

/*-----------------------------------------------*/
/*フッター*/
/*-----------------------------------------------*/
div#footer {
	width: 930px;
	height: 30px;
	position: relative;
	clear: both;
}
div.copyright {
	width: 350px;
	height: 27px;
	background: url(copy.gif) no-repeat left top;
	text-indent: -10000px;
	position: absolute;
	right: 0;
	top: 0;
}


/*-----------------------------------------------*/
/*2カラム*/
/*-----------------------------------------------*/
div.page_box {
}
div.page_box div#subL {
	width: 180px;
	float: left;
}
div.page_box div#main {
	width: 735px;
	float: right;
}

/*-----------------------------------------------*/
/*サイドバー*/
/*-----------------------------------------------*/
div#subL ul {
	background: url(side_bg.gif) repeat-x left top;
	padding: 10px;
	border: 1px solid #D3D3D3;
}

div#subL ul li {
	padding: 10px;
	background: url(line.gif) repeat-x left bottom;
}
div#subL ul li a {
	padding-left: 20px;
	background: url(arrow.gif) no-repeat left center;
}

/*-----------------------------------------------*/
/*パーツ*/
/*-----------------------------------------------*/
h2 {
	padding: 10px 10px 15px 10px;
	background: url(h2_bg.gif) repeat-x left bottom #E61616;
	color: #ffffff;
	margin-bottom: 15px;
}

div#subL h2 {
	background: url(h2s_bg.gif) repeat-x left bottom #4A4A4A;
}

form.new_user,form.edit_auth, form.new_auth {
	border: 1px solid #E8E8E8;
	padding: 20px;
	box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
	margin-bottom: 20px;
	background: url(form_bg.gif) no-repeat right top;
}
form.new_user label,form.edit_auth label,form.new_auth label{
	font-weight: bold;

}

form.new_user div,form.edit_auth div,form.new_auth div {
	padding: 5px;
}


p.alert {
	background: url(alert.gif) no-repeat 5px center;
	border: 1px solid #E8E8E8;
	padding: 15px 15px 15px 30px;
	margin-top: 10px;
}
p.notice {
	background: url(notice.gif) no-repeat 5px center;
	border: 1px solid #E8E8E8;
	padding: 15px 15px 15px 30px;
	margin-top: 10px;
}


table {
	width: 100%;
}
th,td {
	border: 1px solid #C9C9C9;
	padding: 10px;
	border-collapse: collapse;
	text-align: center;
}
th {
	background: #EBEBEB;
	color: #A12121;
}
th a {
	color: #A12121;
}
