@charset "utf-8";
/* CSS Document */

body {
background-color:#fff;
font-family: "ＭＳ Ｐゴシック",sans-serif;
font-weight: 900;
color:dimgray ;
}

/* ---------------------------------------------------- */
/* 共通設定 */
/* ---------------------------------------------------- */


img {
	border: none;
}

#logo{
	text-align:center;
}

/* ---------------------------------------------------- */
/* 大枠ボックス構成 */
/* ---------------------------------------------------- */
body {
	font-size: small;
	text-align: center;
}

#wrapper {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 1200px;
	margin: 0px auto;
	text-align: left;
}


#navi {
	width: 1000px;
	height:  0 auto;
	text-align: center;
}



#main_visual {
	width: 100%;
	height: 0 auto;

}

#left_box {
	width: 220px;
	margin-bottom: 30px;
	float: left;
}

#right_box {
	width: 600px;
	margin-bottom: 30px;
	float: right;
}


/* ---------------------------------------------------- */
/* ナビゲーション */
/* ---------------------------------------------------- */



#stripe-table th, #stripe-table td {
border-top: solid 1px #E8E2DB;
padding: 15px;
text-align: left;
}


.contentpage .content {
width: 620px;
float: right;
}

.contactform p {
line-height: 160%;
}

body {

font-size: 10pt;
line-height: 20px;
color: #444;
text-align: center;
}
.contentpage .content {
width: 620px;
float: right;
}

.contactform p {
line-height: 160%;
}





table{
	margin:0 auto;
}
th {
	white-space:nowrap;
	}
	

	
/* --- フッタ --- */
#footer {
padding: 50px 0 20px; /* フッタのパディング（上、左右、下） */
background:#b4b4b4; /* フッタの背景 */
}

/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0 0 10px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
text-align: center;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(../image/menu_line_gray.gif) no-repeat left; /* 項目の背景（区切り線） */
display: inline;
}
/* 最初の項目 */
#footer ul.nl li.first {
background-image: none; /* 区切り線なし */
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 15px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal; /* 文字のスタイル（ノーマル） */
color:  #ffffff ; /* 文字色 */
text-align: center;
line-height: 140%; /* 行の高さ */
}
	

