@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 url(../img/bg.jpg) repeat-x;
	margin: 0;
	padding: 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: bold; }
em { font-style: oblique; }

.bold { font-weight: bold; }
.underline { text-decoration: underline; }

.red { color: #dd0000; }
.blue { color: #003399; }
.orange { color: #ff5500; }
.black { color: #000000; }
.gray { color: #999999; }

.bred {
	font-weight: bold;
	color: #dd0000;
}
.bblue {
	font-weight: bold;
	color: #003399;
}
.borange {
	font-weight: bold;
	color: #ff5500;
}
.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; }
.size20 { font-size: 20px; }
.size24 { font-size: 24px; }
.size30 { font-size: 30px; }
.size36 { font-size: 36px; }

.bgyellow {
	font-weight: bold;
	color: #000000;
	background: #ffd400;
}
.bgblack {
	font-weight: bold;
	color: #ffffff;
	background: #000000;
}
.bgblue {
	font-weight: bold;
	color: #ffffff;
	background: #003399;
}
.bgred {
	font-weight: bold;
	color: #FFFFFF;
	background: #cc0000;
}

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

.imgl {
	float: left;
	padding: 0 0 0 20px;
	margin: 0 15px 15px 0;
}
.imgr {
	float: right;
	padding: 0 20px 0 0;
	margin: 0 0 15px 15px;
}

.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; }


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

#header {
	position: relative;
	background: url(../img/header.jpg) no-repeat left top;
	width: 770px;
	height: 128px;
	padding: 0;
	margin: 0;
}
#header h1 {
	line-height: 14px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	height: 14px;
	padding: 0;
	margin: 0;
}
#header h2 {
	text-indent: -10000px;
	padding: 0;
	margin: 0;
}
#header p {
	text-indent: -10000px;
	padding: 0;
	margin: 0;
}

#wrap {
	overflow: hidden;
	padding: 0 21px 40px 21px;
	margin: 0;
}
#wrap:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #wrap {
	height: 1%;
	overflow: visible;
}
#wrap { display: block; }
/**/

#wrap .bigbox {
	text-indent: -10000px;
	padding: 0 69px;
}
#wrap .bigbox a {
	display: block;
	text-decoration: none;
	background: url(../img/banner.jpg) no-repeat left top;
	width: 590px;
	height: 400px;
}
#wrap h3 {
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #b30077;
	background: url(../img/h3.gif) no-repeat left top;
	height: 35px;
	padding: 0 0 0 20px;
	margin: 20px 0 20px 0;
}
#wrap p {
	line-height: 150%;
	padding: 0 20px;
	margin: 10px 0;
}
#wrap table {
	background: #999999;
	width: 688px;
	padding: 0;
	margin: 20px;
}
html>/**/body #wrap table { margin /*\**/: 20px 20px 30px 20px\9; }
#wrap table th {
	text-align: center;
	font-weight: bold;
	background: #e5e5e5;
	padding: 10px;
	margin: 0;
}
#wrap table td {
	line-height: 130%;
	text-align: left;
	background: #ffffff;
	padding: 10px;
	margin: 0;
}
#wrap ul {
	list-style: none;
	border: 1px solid #e50099;
	padding: 10px 20px 5px 20px;
	margin: 20px;
}
*html #wrap ul { padding: 10px 20px 15px 20px; }
*+html #wrap ul { padding: 10px 20px 15px 20px; }
html>/**/body #wrap ul { padding /*\**/: 10px 20px 5px 20px\9; }
#wrap ul li {
	line-height: 130%;
	font-weight: bold;
	font-size: 18px;
	color: #b30077;
	background: url(../img/pickli.gif) no-repeat left 5px;
	border-bottom: 1px dotted #e50099;
	padding: 10px 0 10px 40px;
	margin: 0 0 10px 0;
}
#wrap dl {
	border: 1px solid #e50099;
	padding: 25px 20px 5px 20px;
	margin: 20px;
}
#wrap dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #b30077;
	padding: 0;
	margin: 0;
}
#wrap dl dd {
	line-height: 130%;
	border-bottom: 1px dotted #e50099;
	padding: 0;
	margin: -17px 0 20px 7em;
}
html>/**/body #wrap dl dd { margin /*\**/: -18px 0 20px 7em\9; }

#wrap dl.links {
	border: none;
	padding: 0;
	margin: 20px;
}
#wrap dl.links dt {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	padding: 0;
	margin: 0;
}
#wrap dl.links dd {
	line-height: 130%;
	border-bottom: 1px dotted #003399;
	padding: 5px 0;
	margin: 0 0 20px 20px;
}
#wrap ul.links {
	text-align: center;
	list-style: none;
	border: none;
	padding: 0;
	margin: 40px 20px 20px 20px;
}
#wrap ul.links li {
	display: inline;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	background: none;
	border: none;
	padding: 5px;
	margin: 0;
}

.button {
	text-indent: -10000px;
	padding: 20px 114px 20px 114px;
}
.button a, .button a:link, .button a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/button.jpg) no-repeat left top;
	width: 500px;
	height: 60px;
}
.button a:hover, .button a:active { background-position: left bottom; }
.button a:focus { outline: none; }

#footer {
	overflow: hidden;
	border-top: 1px dotted #CCCCCC;
	padding: 20px;
	margin: 0;
}
#footer:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #footer {
	height: 1%;
	overflow: visible;
}
#footer { display: block; }
/**/

#footer a, #footer a:link, #footer a:visited #footer a:hover, #footer a:active {
	text-decoration: none;
	color: #666666;
}

#footer h4 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin: 0 0 5px 0;
}
#footer p {
	line-height: 120%;
	text-align: center;
	font-size: 11px;
	color: #666666;
	padding: 0;
	margin: 10px 20px;
}
#footer ul {
	text-align: center;
	list-style: none;
	color: #333333;
	padding: 0;
	margin: 10px 20px;
}
#footer ul li {
	display: inline;
	white-space: nowrap;
	font-size: 11px;
	padding: 5px;
	margin: 0;
}
