@charset "UTF-8";
/* CSS Document */

body {
	font-size:13px;
	color:#333333;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	margin:0;
	padding:0;
	background-color:#19243a;
}

a:link {color:#59AFFF; text-decoration:none;}
a:hover {color:#000066; text-decoration:none;}
a:visited {color:#59AFFF; text-decoration:none;}
a:visited:hover {color:#000066; text-decoration:none;}
a:active {color:#d90000;}
h1,h2,h3,h4, dl, dt, dd {
	margin:0;
	padding:0;
	font-size:1em;
}
ul, li, dl, dt, dd {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border:none;
}
#pack {
	width:860px;
	margin:0 auto;
	background:url(../imgs/bg_pack.gif) no-repeat left bottom #FFFFFF;
}
#pack-inner {
	padding:30px 30px 60px 30px;
}
#header {}
#header h1 {
	text-align:center;
	margin:1em auto;
}
#cnts {
	margin-top:1em;
}
#prologue {
	width:740px;
	margin:0 auto 5em auto;
	background:url(../imgs/bg_left.gif) no-repeat;
}
.prologue-box {
	background:url(../imgs/bg_right.gif) no-repeat right bottom;
	padding:30px 50px 20px 50px;
}
#prologue p {
	margin:0;
	line-height:1.8;
}
#right {
	float:left;
	width:300px;
}

.li-txt {
	padding-left:0.5em;
}
#left {
	float:left;
	width:450px;
	margin-right:50px;
}
#footer {
	text-align:center;
	margin-top:2em;
	margin-bottom:1em;
}
#footer dd {
	color:#999999;
	font-size:0.85em;
	margin-top:1em;
}
#left h2 {
	font-size:1.2em;
	line-height:31px;
	color:#0072c6;
	
}
#left h2 img {
	vertical-align:middle;
}

#left p {
	line-height:1.8;
	margin:1.8em 0 0 0;
}
#left p.date {
	text-align:right;
	color:#999999;
	font-size:0.85em;
	margin:0;
}
#left p img {
	margin-bottom:1em;
	margin-top:0.5em;
}
img.p-right {
	float:right;
	margin-left:1em;
}
img.p-left {
	float:left;
	margin-right:1em;
}
#right ul {
	border-bottom:1px dashed #CCCCCC;
}
#right li {
	border-top:1px dashed #CCCCCC;
	line-height:40px;
	width:300px;
	color:#999999;
	height:40px;
}
#right li a {
	display:block;
	height:40px;
}
#right li a:hover {
	background:url(../imgs/bg_li.gif) no-repeat 0 50%;	
}
#right li img {
	float:right;
}
a.arrow {
	background:url(../imgs/bg_arrow.gif) no-repeat 0 50%;
	padding-left:16px;
}
.t-blue {
	color:#19243a;
}
.txt-nrm {
	font-weight: normal;
}
#cnts, #left p {
	zoom:100%;
}
#cnts:after, #left p:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
