@charset "UTF-8";

/*-------------------------------------------------------------------
全体
-------------------------------------------------------------------*/

h1, h2, h3, h4, h5, p, address, div, ul, ol, dl, blockquote, pre, table, form, fieldset, hr, td {
	margin:0;
	padding:0;
	font-family:'ＭＳ Ｐゴシック','Osaka','Arial';
	font-size:12px;
	color:#000000;
}

img {
	border:0;
}

body {
	margin:0;
	padding:0;
	background:#eaeaea repeat-x url(../images/tana_back.png);

}

hr {
	height: 0px;
	border: none;
	border-top: 1px solid #cccccc;
	margin: 2.4em 0px;
}

#wrap {
	text-align:center;
}

#content {
	margin:0px auto;
	width:950px;
	text-align:left;
}

#header {
	width:910px;
	/width:950px; /* IE6,7 */
	padding:20px 20px 20px;
	position:relative;
}

#header .twitter_btn {
	position:absolute;
	top:25px;
	left:610px;
	/left:600px; /* IE6,7 */
}

#header .globalmenu {
	width:110px;
	/width:122px; /* IE6,7 */
	height:30px;
	/height:34px; /* IE6,7 */
	background:#fff;
	border:#ccc 1px solid;
	padding:5px 10px 0;
	float:right;
	margin-right:20px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-align:center;
	clear:both;
}

#header .globalmenu ul{
	list-style-type:none;
	font-size: 12px;
	margin: 0px;
}

#header .globalmenu ul li{
	display:inline-block;
	/display:inline; /* IE6,7 */
	vertical-align:middle;
}

#header .globalmenu ul li.separator{
	padding:0 10px;
}

#header .globalmenu ul li.separator img{
	vertical-align:middle;
}

#header #title {
	padding:50px 0 0 10px;
	font-size: 24px;
}

#header #title img {
	vertical-align: bottom;
}

.body-text {
	width:870px;
	/width:892px; /* IE6,7 */
	height:1920px;
	/height:1942px; /* IE6,7 */
	margin:0 20px 20px;
	padding:10px;
	border:#ccc 1px solid;
	background:#fff;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */

}

.body-text p, h2, h3, ol, ul {
	font-size:14px;
	/*letter-spacing:0.1em;*/
	line-height:1.5em;
	margin-left:100px;
}

.body-text h2, h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.body-text p {
	width:650px;
}

.body-text li {
	width:620px;
	margin-left:30px;
	margin-top:7px;
	vertical-align:text-top;
}

/* IE6 */
/**html body .body-text p {
	width:640px;
	margin-left:10px;
}*/

p#sign {
	text-align: right;
	margin-bottom: 15px;
}

p.form-b {
	width: 200px;
	float: left;
	text-align: center;
	margin-top: 12px;
	padding: 10px;
	border: 1px solid #666;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}

p#agree {
	background-color: #000;
}

p#agree a {
	color: #fff;
}

p#disagree {
	background-color: #ccc;
}

p#disagree a {
	color: #000;
}


#footer {
	width:930px;
	/width:950px; /* IE6,7 */
	height:15px;
	/height:35px; /* IE6,7 */
	text-align:center;
	margin:50px 0 0;
	padding:10px;
	background:#000;
	color:#fff;
}
