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


body,div,pre,p,blockquote, 
form,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, 
embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
}

body {
	color: #333333;
	font: 14px/1.7 Myriad, Arial, Helvetica, sans-serif;
	background-color: #F1f1f1;
}

h1 {
	font-size: 200%;
	text-align: center;
	padding: 20px;
}
h1 a {
	color: #444;
	text-decoration: none;
}
h1 a:hover {
	color: #888;
	text-decoration: underline;
}
h2 {
	font-size: 175%;
	margin-bottom: 0.5em;
}
p {
	margin-bottom: 1em;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}

#article {
	padding: 60px;
	height: auto;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #fff;
	background-image: url(pictures14/mini_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#article_home {
	padding: 60px;
	height: auto;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #fff;
	background-image: url(pictures14/main_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#page-top {
	text-align: right;
	margin-top: 20px;
}
#page-top a {
	color:#666;
	text-decoration: none;
}
#page-top a:hover {
	text-decoration: underline;
}
#header {
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#e_j_box {
	width: 900px;
	font-size: 75%;
	margin: auto;
	padding-bottom: 10px;
}

#footer_box {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: 85%;
	margin-right: auto;
	margin-left: auto;
}
/* ======================================== */
.font_size18px {font-size: 18px; }

.font_size12px {font-size: 12px; }
	
/* ======================================== */
.nav {
	width: 880px;
	font-size: 95%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #333;
	background: -moz-linear-gradient(top, #666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: -o-linear-gradient(top, #666, #333);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.nav li {
	list-style: none;
	float: left;
}
.nav li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;	/*width: 100px;*/
}
.nav li a:hover {
	background: #666;
}

/* サブナビゲーション */
.nav li ul {
	display: none;
	position: absolute;
	font-size: 85%;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.nav li ul li {
	float: none;
}
.nav li ul li a {
	background: #444;
}
.nav li ul li:last-child a {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}
