@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif, Osaka;
	background-color: #000000;
	color: #000000;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
}
.cboth {
	clear: both;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}

/*-------------------------
	ヘッダー
-------------------------*/
#header {
	width: 980px;
	height: 173px;
	background: url(../img/common/header_bg.jpg) no-repeat;
	margin: 0 auto 10px;
}

#header h1 {
	width: 470px;
	height: 105px;
	padding: 7px 0 0 42px;
}
#header h1 a {
	display: block;
	width: 470px;
	height: 105px;
	text-indent: -9999px;
} 


/*-------------------------
	メイン
-------------------------*/
#main {
	width: 920px;
	margin: 0 auto;
	padding: 20px 10px 40px;
	background-color: #ffffff;
}

/*-------------------------
	コンテンツ
-------------------------*/
#contents {
	width: 710px;
	float: left;
}

#contents p.p-text01{
	margin-bottom: 24px;
}

#contents p.p-text02{
	margin: 24px 0;
}

.headline {
	width: 710px;
	height: 56px;
	margin-bottom: 15px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#contents h2#h2-licence {
	background-image:url(../img/common/h2-licence.gif);
}
#contents h2#h2-info {
	background-image:url(../img/common/h2-info.gif);
}
#contents h2#h2-hakkou {
	background-image:url(../img/common/h2-hakkou.gif);
}


div#contents div.contents-box {
	width: 665px;
	margin: 25px 0 25px 45px;
}

div#contents div.contents-box img {
	margin: 10px 10px 10px 0;
}

div#contents div.contents-box p {
	margin-bottom: 24px;
}

div#contents div.contents-box table.table-info {
	margin-bottom: 24px;
}

div#contents div.contents-box table.table-info th {
	height: 23px;
	padding: 2px 0 10px 35px;
	background: url(../img/common/mark-list.gif) no-repeat;
	text-align: left;
	font-weight: normal;
}
div#contents div.contents-box table.table-info td {
	padding: 3px 0 0 15px;
	vertical-align: top;
}

div#contents div.contents-box select ,
div#contents div.contents-box input {
	border: 1px solid #879bb6;
}
div#contents div.contents-box input.no-border {
	border: 0;
}

/*-------------------------
	サイドバー
-------------------------*/
#sidebar {
	width: 190px;
	float: right;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	margin-bottom: 10px;
}

/*-------------------------
	フッター
-------------------------*/
#footer {
	width: 980px;
	height: 136px;
	margin: 20px auto 0;
	text-indent: -9999px;
	background: url(../img/common/footer_bg.jpg) no-repeat;
}
