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: 12px;
	color: #333333;
	background: #CCD1D6 url(../img/bg.png) repeat-x;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #0066FF;
}
a:hover, a:active {
	text-decoration: none;
	color: #FF0000;
}
a img { border: 0; }

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

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

.red { color: #FF0000; }
.blue { color: #0000FF; }
.black { color: #000000; }
.gray { color: #999999; }

.size11 { font-size: 11px; }
.size14 { font-size: 14px; }
.size18 { font-size: 18px; }
.size24 { font-size: 24px; }
.size30 { font-size: 30px; }

.bgyellow {
	color: #000000;
	background: #FFD400;
}
.bgblack {
	color: #FFFFFF;
	background: #000000;
}

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

#container {
	overflow: hidden;
	text-align: left;
	background: #FFFFFF;
	width: 780px;
	margin: 0 auto;
	padding: 0;
}
#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #container {
	height: 1%;
	overflow: visible;
}
#container { display: block; }
/**/

#header {
	overflow: hidden;
	position: relative;
	background: url(../img/header.png) no-repeat left top;
	width: 780px;
	height: 280px;
}
#header:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #header {
	height: 1%;
	overflow: visible;
}
#header { display: block; }
/**/
#header h1 {
	line-height: 20px;
	text-indent: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background: #001A33;
	height: 20px;
}
#header p {
	float: left;
	line-height: 180%;
	font-size: 14px;
	position: absolute;
	top: 40px;
	left: 196px;
	width: 330px;
	height: 223px;
}
#header .logo {
	float: right;
	text-indent: -10000px;
	position: absolute;
	top: 20px;
	right: 0px;
	width: 234px;
	height: 233px;
}
#header .logo a {
	display: block;
	text-decoration: none;
	width: 234px;
	height: 233px;
}
#header .logo a:focus { outline: none; }

#content {
	oveflow: hidden;
	text-align: left;
	padding: 0 0 0 10px;
}
#content:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #content {
	height: 1%;
	overflow: visible;
}
#content { display: block; }
/**/

#main {
	float: left;
	width: 516px;
}
#main .page {
	text-align: right;
	padding: 0 0 20px 0;
}
#main .prarea {
	overflow: hidden;
	background: #001A33 url(../img/prarea.png) no-repeat left top;
	padding: 20px;
	margin: 0 0 20px 0;
}
#main .prarea:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #main .prarea {
	height: 1%;
	overflow: visible;
}
#main .prarea { display: block; }
/**/
#main .prarea .right {
	float: right;
	display: block;
	width: 200px;
	height: 200px;
}
#main .prarea p {
	float: left;
	line-height: 180%;
	font-size: 14px;
	color: #FFFFFF;
	width: 256px;
	padding: 0;
	margin: 0;
}
#main .prarea p a {
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	background: url(../img/prbutton.png) no-repeat left top;
	width: 256px;
	height: 50px;
	margin: 10px 0 0 0;
}
#main .prarea p a:hover, #main .prarea p a:active { background-position: left bottom; }
#main .prarea p a:focus { outline: none; }
#main h2 {
	line-height: 39px;
	font-weight: bold;
	font-size: 18px;
	color: #001A33;
	background: url(../img/h2.png) no-repeat left top;
	height: 39px;
	padding: 0 0 0 39px;
	margin: 0 0 10px 0;
}
#main p {
	line-height: 180%;
	font-size: 13px;
	padding: 0 10px 15px 10px;
	margin: 0;
}
#main ul {
	list-style: none;
	padding: 0 10px 15px 10px;
	margin: 0;
}
#main ul li {
	font-size: 13px;
	padding: 0;
	margin: 0 0 15px 0;
}
#main dl {
	font-size: 13px;
	padding: 0 10px;
	margin: 0;
}
#main dl dt {
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
}
#main dl dd {
	line-height: 180%;
	padding: 0 0 15px 0;
	margin: 0;
}
#main .pageup {
	text-align: right;
	padding: 0 0 20px 0;
}

#side {
	float: right;
	width: 234px;
}
#side .sidebox { padding: 0 0 20px 0; }
#side .sidebox .label {
	text-indent: -10000px;
	width: 234px;
	height: 40px;
	padding: 0;
	margin: 0 0 1px 0;
}
#label001 { background: url(../img/label001.png) no-repeat left top; }
#label002 { background: url(../img/label002.png) no-repeat left top; }
#side .sidebox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#side .sidebox ul li {
	font-size: 12px;
	border-bottom: 1px dotted #CCCCCC;
}
#side .sidebox ul li a {
	display: block;
	text-decoration: none;
	background: #FFFFFF;
	padding: 15px 10px;
}
#side .sidebox ul li a:hover, #side .sidebox ul li a:active {
	color: #FFFFFF;
	background: #001A33;
}

#footer {
	clear: both;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background: #001A33;
	height: 50px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#contact_content {
	background: #FFFFFF;
	width: 600px;
	margin: 0 auto;
	padding: 20px 0;
}
#contact_content p {
	line-height: 150%;
	padding: 0 20px 15px 20px;
}
#contact_content table {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 90%;
	margin: 0 auto;
}
#contact_content table th {
	text-align: center;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 0;
}
#contact_content table td {
	background: #FFFFFF;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px;
}
#contact_content table td.l-td {
	text-align: right;
	background: #CCEFFF;
}
#contact_content table td.r-td {
	text-align: left;
	font-weight: bold;
}
