@charset "utf-8";

html, body {
	margin	: 0;
	padding	: 0;
	height	: 100%;
	-webkit-text-size-adjust: 100%;
}

div, table, tr, td, a, p,
ul, li, dl, dt, dd, h1, h2
{
	margin		: 0 auto;
	padding		: 0;
}

ul, li {
	list-style-type: none;
	text-align	: center;
}

a {
	text-decoration: none;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size	: contain;
}

html {
	color		: #000;
	font-size	: 14px;
	font-family	: "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow-y	: scroll;
	border		: 0;
	line-height	: 1.5em;
	/*background	: linear-gradient(to right, rgba(256,256,256,0), rgba(0,0,0,0.2)), url(../images/bg.jpg);*/
}

img {
	border		: none;
	vertical-align: middle;
}

img.frame {
	padding		: 3px;
	margin-bottom: 12px;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px;
	border-style: solid;
}

img.shade {
	margin-bottom: 12px;
	-moz-box-shadow: 8px 6px 6px #222;
	-webkit-box-shadow: 8px 6px 6px #222;
	box-shadow: 8px 6px 6px #222;
}

img.radius {
	margin-bottom: 12px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

input[type=text]:focus, textarea:focus {
  background-color: #ffffcc;
}

h1.title {
	margin	: 10px auto;
	width	: 95%;
	height	: 80px;
	color	: #fff;
	font-size	: 24px;
	text-align	: left;
	text-indent	: 1em;
	line-height	: 80px;
	background	: url(../images/h1.png) repeat-x left top;
	-moz-box-shadow: 4px 3px 3px #222;
	-webkit-box-shadow: 4px 3px 3px #222;
	box-shadow: 4px 3px 3px #222;
}

h1 span.subtitle {
	color	: #fff;
	font-size	: 12px;
	padding-left: 10px;
	letter-spacing: 1px;
}

h2.title {
	margin	: 30px auto 20px;
	width	: 95%;
	height	: 40px;
	line-height	: 40px;
	letter-spacing	: 0.2em;
	border-bottom	: 3px solid #2f75b5;
}


h3.title {
	margin	: 30px 20px 5px;
	height	: 30px;
	border-left	: 15px solid #2f75b5;
	text-align	: left;
	text-indent	: 0.5em;
	line-height	: 30px;
	letter-spacing: 1px;

}

h4.title {
	margin	: 0;
	margin-left: 20px;
	width	: 640px;
	height	: 20px;
	border	: 0;
	color		: #000;
	font-size	: 14px;
	text-align	: left;
	text-indent	: 1em;
	line-height	: 20px;
	letter-spacing: 1px;
	border-left	: 10px double #ff6003;
	border-bottom: 1px solid #ff6003;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size	: contain;
}

hr {
	clear	: both;
	width	: 92%;
	height	: 12px;
	display	: block;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

header {
	margin	: auto;
	padding	: 20px 0 10px;
	/*width	: 980px;*/
	height	: 150px;
	background	: url(../images/head_bg.png) no-repeat left top;
}

header li {
	float	: left;
}

footer {
	padding	: 15px 0;
	color	: #fff;
	text-align	: left;
	background-color: #2f75b5;
}

footer p { background-color: transparent; }

/* id */
#head_wrap {
	width	: 980px;
}

#head_left {
	margin	: 0 0 10px 10px;
	width	: 400px;
	height	: 100px;
	float	: left;
}

#head_right {
	margin-top	: 10px;
	margin-right: 10px;
	width	: 220px;
	height	: 64px;
	float	: right;
	color	: #888;
	font-size	: 12px;
	font-weight	: bold;
}

#foot_box {
	width	: 960px;
}

#foot_box p:first-child {
	font-size:	20px;
	font-weight: bold;
	line-height: 2em;
}

#top_menu li ul{
	opacity	: 0;
	top		: 50%;
	visibility	: hidden;
	transition	: .5s;
}

#top_menu li:hover ul {
	opacity	: 1;
	top		: 100%;
	visibility	: visible;
}

#contents p.navi {
	padding	: 2px 10px;
	border	: 1px solid #888;
	font-size: 12px;
	-moz-border-radius	: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}

#contents p:first-child a {
	color	: #888;
}

#contents01 {
	margin-top	: 20px;
	background-color: #f6f6f6;
}

#contents02 {
	margin-top: 50px;
}

#page_top {
	position: fixed;
	bottom	: 5px;
	right	: 5px;
	font-size: 85%;
}

#page_top a {
	position: fixed;
	bottom	: 5px;
	right	: 5px;
	padding	: 10px 5px;
	width	: 90px;
	color	: #fff;
	display	: block;
	text-align: center;
	background: linear-gradient(#046, #057, #2f75b5, #057, #046);
	-moz-border-radius	: 20px;
	-webkit-border-radius:20px;
	border-radius: 20px;
}

#page_top a:hover {
	text-decoration: none;
	background: #305496;
}

#wrap {
	margin-bottom: -60px;
	min-height	: 100%;
	height		: auto !important;
	height		: 100%;
	background-color: #f6f6f6;
}

#push {
	height	: 60px;
	clear	: both;
}

#contents {
	width	: 980px;
	/zoom	: 1;
}

#left_column {
	margin	: 10px;
	width	: 240px;
	float	: left;
}

#right_column {
	margin	: 10px 8px;
	width	: 700px;
	float	: right;
	min-height	: 100%;
	background-color: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
}

#right_column a img:hover {
	-moz-box-shadow: 0px 0px 0px #222;
	-webkit-box-shadow: 0px 0px 0px #222;
	box-shadow: 0px 0px 0px #222;
	/*background: linear-gradient(#b5331b, #ca391e);*/
}

/* class */
.IEcenter	{ text-align: center;}
.IEleft		{ text-align: left;  }
.IEright	{ text-align: right; }
.clear		{ clear	: both; }
.hide		{ display	: none; }
.indent		{ padding-left: 32px; }
.indent2	{ padding-left: 48px; }
.indent4	{ padding-left: 10px; }
.space 		{ margin: 20px 0; }
.valign-top	{ vertical-align: top; }
.f12 { font-size:11px; }

.dropmenu {
	width	: 980px;
	*zoom	: 1;
}

.dropmenu:before, .dropmenu:after {
	content	: "";
	display	: table;
}
.dropmenu:after {
	clear	: both;
}

.dropmenu li {
	position: relative;
	width	: 160px;
	border-right: ridge 2px #666;
	border-bottom	: solid 4px #2f75b5;
	-moz-box-shadow: 4px 3px 3px #888;
	-webkit-box-shadow: 4px 3px 3px #888;
	box-shadow: 4px 3px 3px #888;
	
}

.dropmenu li span {
	color	: #2f75b5;
	font-size	: 9px;
}

.dropmenu li a {
	padding	: 10px 0 6px;
	display	: block;
	color	: #444;
	line-height	: 1.4em;
	letter-spacing: 1px;
	font-size	: 12px;
	font-weight	: bold;
	background	: linear-gradient(to bottom, #fff 10%, #fff 66%, #ddd 100%);
}

.dropmenu li ul {
	position: absolute;
	top		: 100%;
	left	: 0;
	width	: 100%;
	z-index	: 9999;
}

.dropmenu li ul li {
	width	: 100%;
	border	: none;
}

.dropmenu li ul li a {
	padding		: 12px 5px;
	border-top	: 1px solid #305496;
	font-size	: 12px;
	font-weight	: normal;
	text-align	: left;
	background: linear-gradient(to bottom, #fff 10%, #fff 66%, #ddd 100%);
}

.dropmenu li:hover > a {
	background: linear-gradient(to bottom, #ddd 10%, #fff 66%, #ddd 100%);
}

.dropmenu li a:hover {
	background: linear-gradient(to bottom, #ddd 10%, #fff 66%, #ddd 100%);
}

li.noborder {
	border	: none;
}

.left_top {
	margin-bottom: 10px;
	width	: 220px;
	height	: 40px;
	color	: #fff;
	font-size	: 16px;
	font-weight	: bold;
	text-indent	: 1em;
	line-height	: 40px;
	background-color: #2f75b5;


}

.left_menu li {
	padding	: 10px;
	width	: 200px;
	text-align	: left;
	background-color: transparent;
	border-bottom	: 1px solid #888;
	background: linear-gradient(to bottom, #fff 10%, #fff 80%, #eee 100%);
}

.left_menu li a {
	padding-left: 15px;
	color	: #000;
	display	: block;
	background-image : url(../images/list.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	-moz-background-size: auto;
	-webkit-background-size: auto;
	background-size	: auto;
}

.left_menu li:hover {
	background: linear-gradient(to bottom, #fff 10%, #fff 66%, #ddd 100%);
}

.box {
	width	: 95%;
	border	: 2px groove #ff5903;
}

.box2 {
	width	: 95%;
	color	: #fff;
	line-height	: 2em;
	background	: #231815;
}

ul.list {
	margin	: 5px 30px;
	border	: 2px groove #ff5903;
}

.list li {
	margin-left	: 30px;
	padding		: 2px 5px;
	text-align	:left;
}

.mark li {
	list-style-type: decimal;
}

.red {
	color	: red;
	font-weight: bold;
}

.comment1 { width	: 420px; }
.comment2 { width	: 340px; }
.comment3 { width	: 360px; }
.comment4 { margin-top	: -40px !important;}

.contents_menu dl {
	margin	: 4px 10px;
	height	: 220px;
	overflow-y: auto;
}

.contents_menu dt{
	padding	: 2px;
	width	: 8em;
	text-indent: 1em;
	float	: left;
}

.contents_menu dd {
	padding		: 5px 0 5px 8em;
	border-bottom: 1px solid #ccc;
}
