@charset "shift_jis";




body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	background: #fff;
	font-size: 75%;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #1d3994;
	text-decoration: none;
}
a:visited {
	color: #1d3994;
	text-decoration: none;
}
a:hover {
	color: #2f50b9;
}
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;
}


#containce {
	text-align: left;
	width: 96%;
	padding: 0 2%;
	margin-right: auto;
	margin-left: auto;
}

#most {
	color: #666;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#most h1 {
	margin-top: 20px;
}
#most h1 a {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	line-height:1.2em;
	margin-top: 20px;
	padding: 5% 5px !important;
}

#most p {
	color: #666;
	font-size: 95%;
	font-weight: normal;
	line-height:1.2em;
	padding: 10% 10px !important;
}

#navigateing {
	font-size: 85%;
	margin: 25px 0 ;
}

#tv_right {
	display:none;
}

.content_bottom_menu a {
	background-image : url(images/menu.gif) ;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;
	padding: 5px 10px 5px 27px;
	font-size:95%;
	color: #ccc;	
	text-decoration: none;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.content_bottom_menu a:hover {
	color: #fff;	
}

#tv_left {
	width: 100%;
	line-height:1.5em;
}

#tv_left h2 {
	clear: both;
	font-weight:bold;
	color: #000;
	font-size: 120%;
	line-height: 1.2em;
	margin: 50px 0 20px;
	border-bottom: 1px solid #ccc;
}

#tv_left h2 img {
	vertical-align:middle;
	width: 40px;
	height:auto;
}
#tv_left img {
	max-width: 50%;
}
#tv_left p {
	padding: 5px;
	margin-bottom: 5px;
}

.tv_right_main_p {
	padding: 10px 20px;
}

.big {
	font-size: 150%;
	line-height: 28px;
}

.areattype_content {
	font-size: 100%;
	margin: 0 10px 10px;
}

.areattype_content li a{
	color: #ccc;
	padding: 10px;
	margin: 5px 0;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
background: #494949;
background: -moz-linear-gradient(top,  #494949 0%, #383838 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#383838));
background: -webkit-linear-gradient(top,  #494949 0%,#383838 100%);
background: -o-linear-gradient(top,  #494949 0%,#383838 100%);
background: -ms-linear-gradient(top,  #494949 0%,#383838 100%);
background: linear-gradient(to bottom,  #494949 0%,#383838 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#383838',GradientType=0 );
	box-shadow: 2px 2px 3px #000; 
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
}

.areattype_content li a:hover{
}

#tv_footer {
	color: #ccc;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
	background-image : url(images/fotter.jpg) ;
	background-repeat: repeat-y;
	font-size: 90%;
	text-align: left;
	clear: both;
	width: 90%;
	padding: 10px 5% 30px;
	margin: 70px 0 50px ;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px; 
	border-radius: 10px;
}

#tv_footer p {
	text-decoration: none;
	padding: 0px 20px 10px;
	font-size:95%;
}

#tv_footer p a {
	color: #999;
	text-decoration: none;
}

.content_menu {
	margin: 5px 2px 5px;
	text-align: left;
}

.content_menu h3 {
	clear: both;
	font-size: 100%;
	line-height: 20px;
	margin: 30px 0 3px;
}

.content_menu a {
	color: #ccc;
	padding: 10px;
	margin: 5px 0;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
background: #494949;
background: -moz-linear-gradient(top,  #494949 0%, #383838 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#383838));
background: -webkit-linear-gradient(top,  #494949 0%,#383838 100%);
background: -o-linear-gradient(top,  #494949 0%,#383838 100%);
background: -ms-linear-gradient(top,  #494949 0%,#383838 100%);
background: linear-gradient(to bottom,  #494949 0%,#383838 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#383838',GradientType=0 );
	box-shadow: 2px 2px 3px #000; 
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content_menu a:hover {
	color: #fff;
}

.noone {
	clear: both;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

#return {
	z-index:1;
	position: fixed;
	right:0px;
	bottom:0px;
	text-align: right;
}

.endcontent {
	margin: 50px 0 5px;
	text-align: center;
	font-size: 80%;
}

#return a img {
filter: Alpha(opacity=30);
opacity: 0.3; /*firefox safari*/
}

#return a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8; /*firefox safari*/
}
