@charset "shift_jis";

/* 1 column set 
*/


body { text-align:center;}

	.clear { clear:both; }
	.clear hr {	display:none; }



/* base */

body {
	font-family:"MS PGothic", "Osaka", Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #666;
	background-color: #FFF;
	font-size: 0.7em;
}

h1, h2, h3, h4, h5, ul, li {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type:none;
}

img,iframe,object {
	max-width:100%;
}

.ie7 img,.ie7 object/ {
	width:100%;
}

.ie8 img,.ie8 object {
    width:auto\9
}


img {
	max-width: 100%;
	height: auto;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#page {
	margin: 0px 0px;
	text-align:left;
}

/* header */

#header {
	background:url(../images/header_bg.png)no-repeat,
	 -webkit-gradient(
	linear, left top, left bottom, 
	from(#efefef),
	color-stop(0.50, #dddddd),
	color-stop(0.50, #dddddd),
	color-stop(0.69, #dddddd),
	to(#dddddd));
	background:url(../images/header_bg.png)no-repeat,
	 -webkit-gradient(
	linear, left top, left bottom, 
	from(#efefef),
	to(#dddddd));
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
	background-position:right center;
	border-top: 1px solid #ccc;
	border-bottom: 5px solid #046ee4;
}

h1 {
	color: #333;
	font-size: 0.7em;
	font-weight: normal;
	margin: 2px;
}

#header #title {
	text-align: left;
	color: #003366;
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px;
}

#header a:hover {
	color: #333333;
}

#header a {
	color: #003366;
	text-decoration: none;
	padding: 10px;
	display:block;
}

#header p {
	display:none;
}

/* navi */

#navi,#sideAlphaWrap {
	display:none;
}

#navi img {
	vertical-align: -13px;
}

#navi li {
	color: #666;
	display: inline;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

#navi a {
	color: #054477;
	text-decoration: none;
	font-size: 1.0em;
	padding-left: 35px;
	display: inline;
}

#navi a:hover {
	text-decoration: underline;
	color: #4bc;
}

/* menu */

#side_menu .mask {
	display:none;
}

/*
#sideAlphaWrap h3 {
	color: #FFFFFF;
	font-size: 1em;
	line-height: 78px;
	height: 60px;
	background-image: url(../images/menu_title.jpg);
	background-repeat: no-repeat;
	width: 250px;
	margin-bottom: 0px;
	padding-left: 12px;
	margin-top: 0px;
	padding-top: 0em;
	background-color: #FFF;
	background-position: bottom left;
	display:none;
}

#side_menu {
	position: relative;
	height: auto;
	display:none;
}

.menu_bottom {
	background-image: url(../images/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 250px;
	margin-bottom: 10px;
	display:none;
}
*/
/* main */

#main {
	margin: 0px 5px;
	text-align:left;
}

#main h2 {
	font-weight:bold;
	color: #333333;
	font-size: 1.0em;
	margin: 15px -10px 7px;
	padding: 3px 3px 3px 10px;
	background:url(../images/h2.gif);
	border-left: 12px solid #046ee4;
}

#article {
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height:1.7em;
	margin: 0px 0px 10px;
}

#article .mask {
	display:none;
}

#article .article_bottom {
	display:none;
}

/* footer */

#top_button {
	text-align: right;
	margin: 0px 0px 3px;
	padding: 0px;
	width: 100%;
}

#top_button img {
	height: 22px !important;
	width: 120px !important;
}

#footer {
	color: #333;
	padding: 15px 0px 0px;
	margin: 0px 15px 0px;
	text-align: center;
	clear: both;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #eeeeee;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, .3);
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_free {
	display:none;
}

#footer_box {
	padding-top: 5px;
	margin: 0px 15px 0px;
}

#footer_box h3 {
	color:#333;
	height:20px;
	text-align: left;
	text-indent: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #046ee4;
	line-height: 20px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	width:100%;
}

#footer_box ul {
	margin: 5px 0px 15px;
	border: 1px solid #999999;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;

}

#footer_box a {
	color: #333;
}

#footer_box a:hover {
	text-decoration: underline;
	color: #CCC;
}

#footer_box li {
	float:none;
	width:100%;
	text-align:left;
	padding:0;
	display:table-cell;
	vertical-align:middle;
	display:block;
	font-size: 0.9em;
}

#footer_box li a {
	height:auto;
	display:block;
	padding:10px 0;
	color:#ffffff;
	text-align:left;
	text-decoration:none;
	padding-left:10px;
	background:url(../images/iyahu.png) no-repeat,
	 -webkit-gradient(
	linear, left top, left bottom, 
	from(#046ee4),
	color-stop(0.50, #085ebe),
	color-stop(0.50, #085ebe),
	color-stop(0.69, #085ebe),
	to(#085ebe));
	background:url(../images/iyahu.png) no-repeat,
	 -webkit-gradient(
	linear, left top, left bottom, 
	from(#046ee4),
	to(#085ebe));
	background-position:right center;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}

#footer_box li a:hover {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/iyahu.png) no-repeat,
	 -webkit-gradient(
	linear, left top, left bottom, 
	from(#1885fe),
	color-stop(0.50, #1776e0),
	color-stop(0.50, #1776e0),
	color-stop(0.69, #1776e0),
	to(#1776e0));
	background:url(../images/iyahu.png) no-repeat,
	 -webkit-gradient(
	linear, left top, left bottom, 
	from(#1885fe),
	to(#1776e0));
	background-position:right center;
}

#copyright {
	color: #666;
	text-align: center;
	margin: 7px;
	font-size: 0.5em;
	clear: both;
}

#copyright p {
}

#copyright a {
	color: #666;
	text-decoration: none;
}

.free_space {
	padding: 0px;
	height: auto;
	width: 98%;
}
