@charset "Shift_JIS";


* {
	margin: 0;
	padding: 0;
}



/* bodyの設定 */

body {
	text-align: center;
	background-image: url(../img/bg0.gif);
	background-repeat: repeat;
}



frame {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


p {
	letter-spacing: 1px;
	line-height: 1.3;
	padding: 8px 12px 8px 12px;
	font-size: 16px;
}


td {
	letter-spacing: 1px;
	line-height: 1.3;
	font-size: 12px;
	text-align: left;
}


td p {
	margin: 5px;
	letter-spacing: 1px;
	line-height: 1.3;
	font-size: 12px;
	text-align: left;
}


img {
	border: 0;
}


.strong1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}


.strong2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 20px;
}



/* リンク文字の設定 */

a:link { 
	color: #cc3366;
	text-decoration: underline;
}

a:visited {
	color: #cc6600;
	text-decoration: underline;
}

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

a:active {
	color: #669966;
	text-decoration: underline;
}



/* テンプレートの設定 */


#container {
	width: 799px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #ff3100;
}


#header {
	width: 799px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


#footer {
	width: 799px;
	height: 50px;
	background-image: url(../img/footer.jpg);
	margin-top: 10px;
}


#footer p {
	font-size: 10px;
}


#main {
	width: 760px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.centerbox {
	width: 760px;
	text-align: left;
}



.box340 {
	width: 340px;
	float: left;
	text-align: left;
	margin: 0;
}


.box420 {
	width: 420px;
	float: left;
	text-align: left;
	margin: 0;
}


.box340 img,.box420 img {
	border: 0;
	text-align: center;
	margin: 5px;
}


.box340 a img,.box420 a img {
	border: 0;
	text-align: center;
	margin: 5px;
}



/* 見出しタグの設定 */


h1 {
	color: #333333;
	text-align: center;
	margin: 5px 0px 5px 0px;
	font-size: 10px;
}


h2 {
	margin: 40px 0px 30px 0px;
}


dl {
	width: 100%;
}


dt {
	font-size: 12px;
	line-height: 1.3;
	background-image: url(../img/dt.gif);
	background-repeat: no-repeat;
	background-color: #afe3a1;
	padding: 2px;
	margin: 2px;
	border-bottom: solid 3px #009999;
}


dd {
	font-size: 12px;
	padding: 2px;
	background-color: #ffffff;
	border-bottom: dotted 1px #009999;
	margin: 3px;
}


dd p {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.3;
	padding: 5px;
}






