@charset "shift_jis";
/* CSS Document */




/*テキストのスタイル設定*/

body{
	margin:0 auto;
	background-color:#2959AB;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-attachment:fixed;
}

h1,h2,h3,h4,p{
	margin:0;
	padding:0;
}


.px9 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9px;
}

.px10 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
}

.px12 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
}

.px12h18 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 18px;
}
.px12h18a {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 15px;
}
.px12h22 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 22px;
}
.px14h22 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height:1.5em;
}

.px14 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
}

.px16 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	line-height:20px;
}

/*レイアウトに関するスタイル*/

.wrap{
	width:780px;
	height:auto;
	margin:0 auto;
	color:#333;
}

.cont{
	width:706px;
	margin-left:74px;
	background-color:#FFF;
	padding-bottom:15px;
}

.data{
	width:630px;
	margin:0 auto 20px;
	text-align:left;
}

.data p{
	border-bottom:dotted 1px #999;
	padding-bottom:3px;
	padding-left:8px;
	margin-bottom:5px;
}


.btm{
	width:630px;
	margin:0 auto 15px;
	text-align:left;
}

.crit{
	width:610px;
	height:auto;
	background-color:#FFB39A;
	padding:8px;
	margin-bottom:8px;
}

.crit p a{
	color:#982C20;
}

/*リンクに関するスタイル*/


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

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

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