@charset "utf-8";

html {
	margin: 0;
	padding: 0;
}

body {
	line-height: 100%;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	color: #333333;
	background: #FFFFFF;
	margin: 0;
	padding: 0 0 10px 0;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover, a:active {
	text-decoration: none;
	color: #ff6a00;
}
a img { border: 0; }

h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

strong { font-weight: normal; }
em { font-style: oblique; }

.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.punder { background: url(../img/punder.gif); }
.lunder { background: url(../img/lunder.gif); }

.red { color: #ff4040; }
.dred { color: #b32424; }
.blue { color: #006699; }
.black { color: #000000; }
.gray { color: #999999; }

.bred {
	font-weight: bold;
	color: #ff4040;
}
.bdred {
	font-weight: bold;
	color: #b32424;
}
.bblue {
	font-weight: bold;
	color: #006699;
}
.bblack {
	font-weight: bold;
	color: #000000;
}
.bgray {
	font-weight: bold;
	color: #999999;
}

.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size24 { font-size: 24px; }
.size30 { font-size: 30px; }

.bgyellow {
	color: #000000;
	background: #ffff66;
}
.bgblack {
	color: #ffffff;
	background: #000000;
}
.bgblue {
	color: #000000;
	background: #cceeff;
}
.bgred {
	color: #000000;
	background: #ffcccc;
}

.t-left { text-align: left; }
.t-right { text-align: right; }
.t-center { text-align: center; }


.code {
	line-height: 180%;
	font-family: monospace;
	color: #990000;
	border: 1px dotted #b34747;
	background: #fff2f2;
	margin: 30px 15px;
	padding: 15px;
}

.clear { clear: both; }
.nw { white-space: nowrap; }

hr { display: none; }


#wrapper {
	overflow: hidden;
	text-align: left;
	background: #ffffff url(../img/wrapper.gif) repeat-y;
	width: 850px;
	margin: 0 auto;
	padding: 0;
}
#wrapper:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #wrapper {
	height: 1%;
	overflow: visible;
}
#wrapper { display: block; }
/**/


#header {
	position: relative;
	background: url(../img/header.gif) no-repeat left top;
	width: 850px;
	height: 245px;
	padding: 0;
	margin: 0;
}
#header h1 {
	line-height: 18px;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	height: 18px;
	padding: 0 10px 0 0;
	margin: 0;
}
#header #logo {
	position: absolute;
	top: 20px;
	left: 15px;
	line-height: 40px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	height: 40px;
	padding: 0;
	margin: 0;
}
#header #logo a, #header #logo a:link, #header #logo a:visited {
	text-decoration: none;
	color: #333333;
}
#header #logo a:hover, #header #logo a:active {
	text-decoration: none;
	color: #dd0000;
}
#header p {
	position: absolute;
	top: 215px;
	left: 20px;
	line-height: 120%;
	text-align: left;
	font-size: 10px;
	color: #000000;
	padding: 0 20px 0 0;
	margin: 0;
}


#content { padding: 10px 35px 0 35px; }
#content h2 {
	line-height: 40px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #e51739;
	background: url(../img/h2.gif) no-repeat left top;
	height: 40px;
	padding: 0 0 0 45px;
	margin: 0;
}
#content h3 {
	line-height: 35px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #e51739;
	background: url(../img/h3.gif) no-repeat left top;
	height: 35px;
	padding: 0 0 0 20px;
	margin: 0;
}


.txt {
	line-height: 150%;
	font-size: 15px;
	color: #333333;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	padding: 15px 0 40px 0;
	margin: 0 0 60px 0;
}
.txt p {
	padding: 0;
	margin: 0 10px 10px 10px;
}
.txt .imgl {
	float: left;
	padding: 0 0 0 10px;
	margin: 0 30px 20px 0;
}
.txt .imgr {
	float: right;
	padding: 0 10px 0 0;
	margin: 0 0 20px 30px;
}
.txt .afl {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 20px 10px 0 0;
}
.txt .aflb {
	text-indent: -10000px;
	padding: 20px 179px 10px 179px;
}
.txt .aflb a, .txt .aflb a:link, .txt .aflb a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/aflb.gif) no-repeat left top;
	width: 400px;
	height: 50px;
}
.txt .aflb a:hover, .txt .aflb a:active { background-position: left bottom; }
.txt .aflb a:focus { outline: none; }


.txt1 {
	line-height: 150%;
	font-size: 15px;
	color: #333333;
	padding: 15px 10px 60px 10px;
}
.txt1 p {
	padding: 0;
	margin: 0 0 10px 0;
}
.txt1 .imgl {
	float: left;
	padding: 0 0 0 10px;
	margin: 0 30px 20px 0;
}
.txt1 .imgr {
	float: right;
	padding: 0 10px 0 0;
	margin: 0 0 20px 30px;
}
.txt1 .afl {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 20px 0 0 0;
}
.txt1 .aflb {
	text-indent: -10000px;
	padding: 20px 179px 0 179px;
}
.txt1 .aflb a, .txt1 .aflb a:link, .txt1 .aflb a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/aflb.gif) no-repeat left top;
	width: 400px;
	height: 50px;
}
.txt1 .aflb a:hover, .txt1 .aflb a:active { background-position: left bottom; }
.txt1 .aflb a:focus { outline: none; }


.txt2 {
	line-height: 150%;
	font-size: 15px;
	color: #333333;
	padding: 15px 10px 100px 10px;
}
.txt2 p {
	padding: 0;
	margin: 0 0 10px 0;
}
.txt2 .imgl {
	float: left;
	padding: 0 0 0 10px;
	margin: 0 30px 20px 0;
}
.txt2 .imgr {
	float: right;
	padding: 0 10px 0 0;
	margin: 0 0 20px 30px;
}
.txt2 .afl {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 20px 0 0 0;
}
.txt2 .aflb {
	text-indent: -10000px;
	padding: 20px 179px 0 179px;
}
.txt2 .aflb a, .txt2 .aflb a:link, .txt2 .aflb a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/aflb.gif) no-repeat left top;
	width: 400px;
	height: 50px;
}
.txt2 .aflb a:hover, .txt2 .aflb a:active { background-position: left bottom; }
.txt2 .aflb a:focus { outline: none; }


.txtn {
	line-height: 150%;
	font-size: 15px;
	color: #333333;
	padding: 15px 10px 20px 10px;
}
.txtn p {
	padding: 0;
	margin: 0 0 10px 0;
}
.txtn .imgl {
	float: left;
	padding: 0 0 0 10px;
	margin: 0 30px 20px 0;
}
.txtn .imgr {
	float: right;
	padding: 0 10px 0 0;
	margin: 0 0 20px 30px;
}


#txtd {
	clear: both;
	background: #f7f8f4;
	paddding: 0;
	margin: 20px 0;
 }
#txtd p {
	line-height: 130%;
	font-size: 10px;
	color: #999999;
	padding: 5px;
	margin: 0;
}


.pan {
	text-align: left;
	font-size: 12px;
	padding: 0 0 20px 0;
}


#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #666666;
	background: url(../img/footer.gif) no-repeat left top;
	padding: 20px 0;
	margin: 0 20px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: none;
	color: #666666;
}
#footer #link {
	line-height: 150%;
        text-align: right;
	padding: 0 0 10px 0;
}
#footer h4 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 40px 0 5px 0;
	margin: 0;
}
#footer p {
	line-height: 130%;
	font-size: 10px;
	padding: 0;
	margin: 0;
}


#copy {
	line-height: 25px;
	text-align: center;
	font-size: 10px;
	color: #666666;
	background: url(../img/copy.gif) no-repeat left top;
	width: 850px;
	height: 30px;
	padding: 0;
	margin: 0;
}
#copy a, #copy a:link, #copy a:visited, #copy a:hover, #copy a:active {
	text-decoration: none;
	color: #666666;
}
