@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}


/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
	font-size: 0.85em;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#wrapper #footer .copy {
	font-size: 86%;
	color: #FFFFFF;
}




/* ---------------------------------------- レイアウトに関する指定 */

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

#header {
	width: 1000px;
}

#contents {
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4em;
	width: 1000px;
}

#footer {
	clear: both;
	width: 1000px;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	background-color: #CF4135;
}
#wrapper #footer .f_menu {
	font-size: 96%;
	line-height: 2em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	margin-left: 20px;
	list-style-type: none;
	float: left;
}

#wrapper #footer .f_menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #footer .f_menu a:hover { 
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper #footer .f_menu a:active { 
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper #footer .f_menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


#wrapper #footer .f_bana {
	width: 150px;
	text-align: right;
	margin-left: 750px;
}



/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
	text-align: left;
	font-size: 70%;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: 10px;
	background-image: url(images/h_sen.png);
	height: 10px;
	background-repeat: no-repeat;
}



/* -- 概要 -- */
.description { }

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */


/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}



/* -- 以下 リスト関係 -- */

/* ---------------------------------------- #sidebar内の指定 */





/* ---------------------------------------- #footer内の指定 */
#footer p {
	text-align: right;
	color: #FFFFFF;
	margin-right: 20px;
}

/* 以下 CSSデザインサンプルクレジット部分 */
