/* CSS Document */

/* 横幅 */
#container{
	width:740px;
	}
/* 全体を中央表示 */
body{
	text-align:center;
	}

#container{
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	}	
	
/* 全体の上下余白 */
#container{
	margin-top:40px;
	margin-bottom:40px;
	}

	

/* 基本タグ・フォントサイズ */

h1{
	font-size:.75em;
	margin-top:0;
	margin-bottom:.3em;
	color:#333;

	}
	
h2{
	font-size:.75em;
	margin-top:0;
	}
	
p{
	font-size:.75em;
	line-height:180%;
	margin-top:0;
	}
	
ul{
	font-size:.75em;
	line-height:150%;
	margin-top:0;
	margin-left:0;
	padding-left:0;
	list-style-position:inside;
	}

address{
	font-size:.75em;
	font-style:normal;
	}

address a{
	color:#000000;
	text-decoration:none;
	}

table{
	border-collapse:collapse;
	border:1px solid #555555;
	font-size:.75em;
	margin-bottom:1em;
	}
	
th{
	padding:1em;
	text-align:left;
	border:1px solid #555555;
	font-weight:normal;
	}

td{
	padding:.3em 1em;
	text-align:center;
	border:1px solid #555555;
	}

caption {
	text-align:left;
	font-weight:bold;
	margin-bottom:1em;
	clear:both;
	}

/* 罫線 */
object {
	border:solid 1px #555555;
	}

.noborder {
	border:none;
	}

.line-box{
	border:solid 1px #555555;
	}

.line-sayu-sita{
	border-bottom:solid 1px #555555;
	border-left:solid 1px #555555;
	border-right:solid 1px #555555;
	}
	
/* キャプション */
.caption{
	clear:both;
	margin:60px 0;
	
	}

.half-left {

	float:left;
	width:340px;

	}
	
.half-right {
	margin-left:375px;


	}
	

.one-thirds {
	float:left;
	width:220px;
	
	}

.two-thirds {
	margin-left:250px;
	}

.two-of-three {
	float:left;
	width:470px;
	}

.rest-of-three {
	margin-left:480px;
	}

.column-left {
	float:left;
	width:270px;

	}

.column-left h2 {
	margin-top:30px;
	}

.column-right {
	margin-left:275px;
	width:440px;

	}
	
/* ヘッダー */	
#header{
	font-family:"Courier New", Courier, mono;
	font-size:28px;
	font-weight:bold;
	padding-bottom:20px;
	
	}
#header a:link{
	color:#000000;
	text-decoration:none;
	}

#header a:visited{
	color:#000000;
	text-decoration:none;
	}

#header a:hover{
	color:#000000;
	text-decoration:none;
	}

#header a:active{
	color:#000000;
	text-decoration:none;
	}
	
/* フッター */	
	
.footer{
	clear:both;
	margin-top:60px;
	margin-bottom:40px;
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #555555;
	border-bottom:1px solid #555555;
	}

.footer p span{
	padding-left:10px;
	padding-right:10px;
	border-right:solid 1px #000000;
	}
	
.footer p span.lft{
	padding-left:0;
	}

.footer p span.rgt{
	border-right:none 1px #000000;
	}

.ask{
	background-color:#eee;
	padding:10px;
	}


/* その他 */	
	
.lh200{
	line-height:200%;
	}

.upperlined{
	border-top:1px solid #555555;
	padding-top:60px;
		}

.lefttext{
	text-align:left;
	}
	
	
