/* http://yui.yahooapis.com/3.0.0/build/cssreset/reset-min.css */

html { color:#000; background:#fff; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin:0;padding:0; }
table { border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:bolder; }
q:before,q:after { content:''; }
abbr,acronym { border:0;font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input,textarea,select { font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select { *font-size:100%; }
legend { color:#000; }


/* http://yui.yahooapis.com/3.0.0/build/cssfonts/fonts-min.css */

body { font:14px/1.231 arial,helvetica,clean,sans-serif;*font-size:medium;*font:small; }
select,input,button,textarea { font:99% arial,helvetica,clean,sans-serif; }
pre,code,kbd,samp,tt { font-family:monospace;*font-size:108%;line-height:100%; }


/* HTML5 */

section, nav, article, aside, hgroup, header, footer, address { display:block; }


html { overflow-x:hidden; }

body {
	line-height:1.5;
	background:darkgray;
}

a {
	color: #777777;
	text-decoration:none;
}

header {
	padding:44px 32px;
	border-bottom:solid 2px #fff;
	margin:2px 0;
}

header * {
	margin:0;
	display:block;
}

.top_image {
	border-top:solid 2px #fff;
	border-bottom:solid 2px #fff;
	margin:2px 0;
}

.top_image img { display:block; }

.top_note {
	border-top:solid 2px #fff;
	padding:32px 26px;
	overflow:hidden;
}

.group {
	border-top:solid 1px silver;
	border-bottom:solid 1px silver;
}

h2 {
	border-bottom:solid 2px #fff;
	margin-bottom:2px;
	padding:24px 20px;
	font-size:1.4em;
	font-weight:bolder;
}


section ul {
	border-top:solid 2px #fff;
	margin-top:2px;
	overflow:hidden;
}

section li { overflow:hidden; }


.list_gazou li { padding:14px 16px 14px 18px; }

.list_gazou a {
	color: #000;
	text-decoration:none;
}

.thumbnail {
	float:left;
	width:250px;
}

.arrow {
	float:right;
	width:22px;
}

.list_gazou .explain {
	margin-left:116px;
	margin-right:26px;
}

.list_link li { padding:30px 22px; }

.list_link a {
	color: #176b9c;
	text-decoration:none;
	font-weight:bolder;
}

.list_button { padding:16px 0 16px 16px; }

.list_button li {
	display:block;
	float:left;
	width:193px;
	margin-right:10px;
	padding:10px 0;
	text-align:center;
	border:solid 2px silver;
	border-radius: 18px;
}

.list_button a {
	color: #777777;
	text-decoration:none;
	font-size:1.6em;
	text-shadow:lightgray 2px 0 2px;
}

footer {
	padding:32px 30px 32px 40px;
	background:lightgray;
	text-align:center;
}

footer a {
	color: #777777;
	text-decoration:none;
	#fff-space:nowrap;
}

footer a { margin-right:10px; }

footer a:last-child { margin-right:0; }

address {
	padding:12px 0;
	border-top:solid 2px silver;
	text-align:center;
	color:#fff;
	background:dimgray;
}

.contents {
	border-top:solid 2px #fff;
	padding:18px 16px;
	margin:2px 0;
	overflow:hidden;
}

.align_left {
	display:block;
	float:left;
	margin:0 20px 20px 0;
}

.align_right {
	display:block;
	float:right;
	margin:0 0 20px 20px;
}

.align_center {
	display:block;
	float:center;
	margin:0px 0px 20px 0px;
}

table {
	border-collapse:separate;
	border-spacing:2px;
	background:darkgray;
	width:100%;
	font-size:1.6em;
}

th, td {
	vertical-align:top;
	border:solid 2px #fff;
	padding:24px 22px;
}

th {
	#fff-space:nowrap;
	width:30%;
}


code {
margin: 0 0px;
padding: 2px 3px;
font-size: small;
background: #d3ecfb;
-moz-border-radius: 5px;
border-radius: 5px;
}


.TXT-RED { color:#FF3333;}
.TXT-PK { color:#d7007f;}
.TXT-ORG { color:#f7931e;}
.TXT-BL { color:#176b9c;}

.TXT-SKY { color:#56C2EDc;}
.TXT-LIM { color:#6DBA4F;}
.TXT-GR { color:#16902D;}
.TXT-PPL { color:#68338F;}
.TXT-BWN { color:#694640;}
.B { font-weight:bold;}

/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }
.MG-B40 { margin-bottom: 40px !important; }

.KAKUGEN {margin-bottom:2px;padding:24px 20px;font-size:1.2em;font-weight:bolder;}
.C { text-align:center;}