* {
	line-height: 1;
	font-size: 12px;
	font-style: normal;
	border: 0 none #FFFFFF;
	padding: 0;
	margin: 0;
}

html { height: 100%; padding: 0; margin: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, th, td {
	background: transparent none;
	border: 0 none #FFFFFF;
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #D9ECFF;
}

* html body { overflow: auto; }
*+html body { overflow: auto; }
body { overflow: scroll; }

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


/* リンク */

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

/* サイト枠 */

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

#header {
	background: url(../img/header.jpg) no-repeat left top;
	width: 780px;
	height: 120px;
}
#header h1 {
	font-size: 18px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka", "Helvetica", "Verdana", "Arial", sans-serif;
	color: #000000;
	margin: 0;
	padding: 20px 0 0 20px;
}

.right {
	float: right;
	width: 560px;
	padding: 20px 0 0 0;
}
.right h2 {
	font-size: 12px;
	color: #FFFFFF;
	background: #12ACC8;
	padding: 3px 10px;
	margin: 0 20px 10px 0;
}
.right dl {
	padding: 0 40px 20px 20px;
}
.right dl dt {
	font-weight: normal;
	background: url(../img/point.gif) no-repeat left top;
	padding: 0 0 0 11px;
	margin: 0 0 5px 0;
}
.right dl dd {
	padding: 0 0 10px 11px;
}
.right p {
	line-height: 150%;
	padding: 0 40px 10px 20px;
}
.right ul {
	list-style: none;
	padding: 10px 40px 10px 20px;
}
.right ul li {
	background: url(../img/point.gif) no-repeat left top;
	padding: 0 0 0 11px;
	margin: 0 0 10px 0;
}

.left {
	float: left;
	width: 200px;
	padding: 20px 0 0 0;
}
.left h3 {
	font-size: 12px;
	color: #FFFFFF;
	background: #12ACC8;
	padding: 3px 10px;
	margin: 0 10px 10px 10px;
}
.left p {
	line-height: 150%;
	padding: 0 10px 10px 10px;
}

.datecontent {
	clear: both;
	text-align: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, Verdana, Chicago, Arial, sans-selif;
	font-size: 11px;
	color: #999999;
	margin: 20px;
}

ul.related {
	clear: both;
	overflow: hidden;
	list-style: none;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-left: 0;
	padding-top: 0;
}
ul.related:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html ul.related {
	height: 1%;
	overflow: visible;
}
ul.related { display: block; }
/**/
ul.related li {
	float: right;
	white-space: nowrap;
	width: auto;
	margin-left: 15px;
}

#footer {
	clear: both;
	text-align: center;
	line-height: 70px;
	color: #FFFFFF;
	background: #12ACC8;
	height: 70px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
