@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:medium;
	line-height: 120%;
	padding: 0px;
	background: #F9F9F9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
}


#wrapper {
	background:#FFFFFF;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 950px;
	background-color:#FFFFFF;
}

/* ヘッダーに関するcss */

#header {
	background-image:url(images/heder.gif);
	height: 200px;
	width: 950px;
	font-size:medium;
	color:#000000;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;


/* 横ナビに関するcss */

}
#navi01 {
	background: #CA1D1D;
	height: 25px;
	width: 950px;
}
#navi02 {
	background-image: url(images/navi_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 40px;
	width: 950px;
}



/* コンテンツに関するcss */

#content {
	width: 950px;
	height: auto;
	background-color:#FFFFFF;
	font-size:14px;
	line-height:15pt;
	text-align:left;
}
#content .pankuzu {
	font-size: small;
	font-weight: bold;
	color: #CA1D1D;
	padding-left: 10px;
}
#content .new {
	font-size:medium;
	font-weight: bold;
	color: #CA1D1D;
}
#content h1 {
	font-size:20px;
	text-indent:20px;
}
#col1 {
	width: 200px;
	height:auto;
	float:left;
	margin-top: 0px;
	vertical-align: top;
	background-color:#FFFFFF;
	text-align:center;
}
#content p{
	font-size:18px;
	text-align:center;
	font-weight:bold;
	color:#CA1D1D;
}
#content .name{
	font-size:30px;
	font-weight:bold;
}
#content #col2 table tr td p {
	font-size:14px;
	text-height:20px;	
	text-align: left;
}
#col2 {
	height: auto;
	width: 750px;
	float:left;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-left:0px;
	text-align: center;
}
#col2 table.center{
	text-align: center;
}
#col2 table.left{
	text-align:left;
}


/* フッターに関するcss */


#footer {
	clear:both;
	height: 25px;
	width: 950px;
	background: #CA1D1D;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-align:right;
	vertical-align: middle;
	float: left;
}




