/*Tag*/

body {
	letter-spacing: 0.2em;
	font: 14px "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
h1 {
	letter-spacing: normal;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	background: #36F;
	text-align: center;
}
h2 {
	font-size: 20px;
	padding-left: 20px;
	line-height: 30px;
	height: 30px;
	border-left: 10px solid #006;
	color: #006;
}
h3 {
	background: url(/images/h3_bg.png) no-repeat;
	font-size: 20px;
	color: #FFF;
	padding-left: 10px;
	line-height: 50px;
	height: 50px;
}
h4 {
	background: #660;
	font-size: 20px;
	color: #FFF;
	padding-left: 10px;
	line-height: 30px;
	height: 30px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0000FF;
}

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

div.nav {
	width: 100%; /* ナビゲーションの幅 */
	background-color: #f9f9f9; /* ナビゲーションの背景色 */
	border-top: 1px #cccccc solid; /* 上境界線 */
	border-bottom: 1px #cccccc solid; /* 下境界線 */
}
/* --- メニューエリア --- */
div.nav ul.nl {
	width: 900px; /* メニューの幅 */
	margin: 0 auto; /* センターに配置 */
	padding: 0;
	background-color: #ffffff; /* メニューの背景色 */
	border-right: 1px #cccccc solid; /* メニューの右境界線 */
	list-style-type: none;
	text-align: center;
}
/* --- メニュー項目 --- */
div.nav ul.nl li {
	width: 112.5px; /* 項目の幅 */
	float: left;
}
/* --- リンク --- */
div.nav ul.nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 8px 2px; /* リンクエリアのパディング（上下、左右） */
	border-left: 1px #cccccc solid; /* リンクエリアの左境界線 */
	text-decoration: none; /* テキストの下線（なし） */
	height: 35px;
	line-height: 35px;
	background: url(/images/top_button/2.jpg);
	color: #FFF;
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
	background: url(/images/top_button/1.jpg);
}
/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}


/* ------------------------------------------ */
/*contents*/
/* ------------------------------------------ */

#contents {
	width:900px;
	margin:0 auto;
	padding: 0px;
	text-align:left;
}
#main {
	clear: both;
}
#footer {
	height: 20px;
	text-align: center;
	margin-top: 20px;
}

/* ------------------------------------------ */
/*infoページ*/
/* ------------------------------------------ */

.photo {
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}
.clear {
	clear: both;
}
.photo a {
	padding: 5px;
	border: 1px solid #999;
	display: block;
	height:135px;
	width: 180px;
}

/* ------------------------------------------ */
/*class*/
/* ------------------------------------------ */

.font-large {
	font-size: 18px;
}
.red {
	color: #F00;
}
.fontsize13-bold {
	font-size: 13px;
	font-weight: bold;
}
.font14-red {
	font-size: 14px;
	color: #F00;
}

/*----- tbl1 -----*/

.tbl1 {
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}

.tbl1 th {
	padding: 5px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	background: #eeeeee;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
.tbl1 td {
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
}

/*-----MSG -----*/

.msg {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #F00;
	padding: 15px;
}
