@charset "shift_jis";




body {
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #ddd;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: bottom center;
	font-size: 85%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
img,iframe,object {
	max-width:100%;
	height:auto;
}

.ie7 img,.ie7 object/ {
	width:100%;
}

.ie8 img,.ie8 object {
    width:auto\9
}
img {
	border: none;
}

ul {
	list-style-type:none;
} 

input,textarea,select {
	font-size: 1em;
}


#waku {
	background : url(images/container_bg.png) repeat-y;
	text-align: left;
	width: 90%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;;
	background-size: 100%;
	padding: 5px 5%;
	margin-right: auto;
	margin-left: auto;
}

#header {
	position: relative;
	width: 100%;
	background-image : url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;;
	background-size: 100%;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 a {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	padding:10px 0;
	text-shadow: 2px 2px 3px #666; 
	-moz-text-shadow: 2px 2px 3px #666;
	-webkit-text-shadow: 2px 2px 3px #666;
}

#header p {
	color: #555;
	font-size: 75%;
	padding:20px 5%;
	font-weight: normal;
	line-height:1.2em;
}

#nextmenu {
	font-size: 85%;
	margin: 5px 0 15px;
}

#nextmenu li {
	display: inline;
}

#nextmenu a {
	color: #333333;	
}

.next {
	background-image : url(images/nextmenu_li.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}

#topfrontonly {
	margin-bottom: 15px;
}

#side {
	display:none;
}

.frame {
	background-image : url(images/side_block_bg.png);
	background-position: bottom;
	margin-bottom: 15px;
	padding: 5px 10px 12px;
}

#side h3 {
	width: 180px;
	background-image : url(images/side_block_h3_bg.png);
	font-size: 85%;
	padding-left: 30px;
	padding-top: 3px;
	padding-top: 5px;
	line-height: 25px;
	height: 22px;
	overflow:hidden;
	color: #ffffff;	
}

#side p {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
}

#main {
	float: right;
	width: 100%;
	margin-bottom: 30px;
	line-height:1.5em;
}
#main img {
	max-width:50%;
}
#main h2 {
	clear: both;
	background : url(images/footer.jpg) repeat;
	background-position: top;
	font-size: 90%;
	color: #ffffff;
	line-height: 1.2em;
	padding: 5px 7px;
	font-weight: bold;
	margin: 20px -1% 5px;
	font-weight:normal;
	border:2px outset #f00;
	box-shadow: 2px 2px 3px #666; 
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
}

#main h3 {
	clear: both;
	background : url(images/h3_bg.png) no-repeat;
	font-weight:bold;
	color: #000000;
	font-size: 100%;
	line-height: 28px;
	height: 28px;
	margin: 15px 7px 3px;
	padding-left: 18px;	
}

#main p {
	padding: 5px;
	margin-bottom: 5px;
}

.big {
	font-size: 150%;
	line-height: 28px;
}

#nanextmilist {
	margin:10px 2px;
}

#nanextmilist li a {
	color: #333;
	background: #adadad;
	background: -moz-linear-gradient(top,  #adadad 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adadad), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #adadad 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #adadad 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #adadad 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #adadad 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#dddddd',GradientType=0 );
	box-shadow: 2px 2px 3px #666; 
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	padding: 7px ;
	margin: 5px 0 5px;
	text-decoration: none;
	line-height: 1.2em;
}

#nanextmilist li a:hover {
	color: #c00;
}

#footer {
	color: #333333;
	font-size: 90%;
	text-align: center;
	clear: both;
	width: 100%;
	margin: 10px 0px 0px;
}

#footer p {
	color: #666666;
	text-decoration: none;
	padding: 0px 20px 10px;
	font-size:95%;
}

#footer p a {
	color: #666666;
	text-decoration: none;
}

.footer_midasi {
	font-weight:bold;
	font-size: 100%;
	padding-left: 15px;
	padding-right: 5px;
	border-bottom: 1px dotted #999999;
	line-height: 30px;
}

.bottomlist h3 {
	color: #eeeeee;
	background-image : url(images/side_h4.gif) ;
	background-repeat: no-repeat;
	background-position:left ;
	font-size: 100%;
	padding-left: 25px;
	line-height: 20px;
	margin: 15px 0 0;
}

.bottomlist a {
	color: #eeeeee;
	background-image : url(images/mk.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding: 7px ;
	margin: 5px 0 5px;
	text-decoration: none;
	line-height: 1.2em;
	background: #45484d;
	background: -moz-linear-gradient(top,  #45484d 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#666666));
	background: -webkit-linear-gradient(top,  #45484d 0%,#666666 100%);
	background: -o-linear-gradient(top,  #45484d 0%,#666666 100%);
	background: -ms-linear-gradient(top,  #45484d 0%,#666666 100%);
	background: linear-gradient(to bottom,  #45484d 0%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#666666',GradientType=0 );
	box-shadow: 2px 2px 3px #000; 
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.bottomlist a:hover {
	color: #eeeeee;
	text-decoration: underline;
}

.cr {
	clear: both;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

#bottomlound {
	font-size: 100%;
	background:url(images/footer.jpg) repeat-y;
	color: #666666;
	border: 1px solid #999999;
	padding: 5px 3%;
	margin:0px 0px 5px;
	text-align: left;
}

#back {
	z-index:1;
	position: fixed;
	right:0px;
	bottom:0px;
	text-align: right;
	/*width: 100%;
	/*height: 100%;
}

.center {
	text-align: center;
}

#back a img {
filter: Alpha(opacity=30);
opacity: 0.3; /*firefox safari*/
}

#back a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8; /*firefox safari*/
}