@charset "UTF-8";

/*----------------------------------

header
 
---------------------------------- */

#header {
	height: 120px;
	width: 100%;
}

#header_wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.header01 {
	height: 110px;
	width: 690px;
	margin: 0px;
	padding: 0px;
	float: left;
}


.header02 {
	height: 110px;
	width: 290px;
	margin: 0px;
	padding: 0px;
	float: right;
}



#head_logo {
	background-image: url(common/img/header/logo.png);
	height: 30px;
	width: 200px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#header h1 {
	font-size: 26px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 110%;
}

#header h1 a:link,#header h1 a:hover ,#header h1 a:visited {
	text-decoration: none;
}

.headlink {
	background-image: url(common/img/common/more.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 20px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position: left 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#search {
        float: right;
}



#search input[type="text"],input[type="password"] {
	width: 170px;
	padding: 3px;
	height: 18px;
	border: 1px solid #999999;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 5px #666;
	-moz-box-shadow: inset 0px 0px 5px #666;
	box-shadow: inset 1px 1px 2px #CCC;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#search  input#submit {
	cursor: pointer;
	display: block;
	width: 26px;
	height: 25px;
	border: none;
	text-indent: -9999px;
	background-image: url(common/img/header/search_icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#search  input#searchsubmit:hover {
	background-image: url(common/img/header/search_button.png.html);
	background-repeat: no-repeat;
	background-position: 0 0px;
}


/*----------------------------------

globalmenu
 
---------------------------------- */


#globalmenu {
	height: 50px;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #023979;
	background-color: #3568a4;	
}
 
 
#globalnavi{
	padding: 0;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}  



#dropmenu{
  list-style-type: none;
  width: 980px;
  height: 50px;
  margin: 0px auto 0px;
  padding: 0;
}
#dropmenu li{
  position: relative;
  width: 192px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
	display: block;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	text-shadow:-1px -1px 0px rgba(28, 55, 90, 0.4);
	
}

.menu {
	box-shadow: inset 1px 1px 0 rgba(133,161,196,0.4);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2d588b;
	height: 50px;
}

.menu_end {
	box-shadow: inset 1px 1px 0 rgba(133,161,196,0.4);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2d588b;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2d588b;	
}

.menu a:hover{
	border-radius: 0px 0px 0px 0px;
	
	background-color: #ffffff;
	/* Safari,Google Chrome用 */ 
	background: -webkit-gradient(linear, left top, left bottom,from(rgba(54,93,139,1.0)), to(#023979));
	/* InternetExplorer8-9 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#365d8b', endColorstr='#023979', GradientType=0)";
	/* InternetExplorer10 */  
	background: linear-gradient(to bottom, #365d8b, #023979);
}

.menu_end a:hover{
	border-radius: 0px 0px 0px 0px;
	
	background-color: #ffffff;
	/* Safari,Google Chrome用 */ 
	background: -webkit-gradient(linear, left top, left bottom,from(rgba(54,93,139,1.0)), to(#174479));
	/* InternetExplorer8-9 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#365d8b', endColorstr='#174479', GradientType=0)";
	/* InternetExplorer10 */  
	background: linear-gradient(to bottom, #365d8b, #174479);
}

#dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	border-radius: 0 0 3px 3px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
	padding: 12px 15px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	background-image: url(common/img/global_menu/li_bg.png);
}
#dropmenu li:hover > a{
  
  color: #fff;
}
#dropmenu > li:hover > a{
  border-radius: 0px 0px 0 0;
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 38px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #34455b;
	border-bottom-color: #243850;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}


.menu_inner {
	float: left;
}

.menu_arrow {
	background-image: url(common/img/common/menu_arrow.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 0px;
	background-position: 5px center;
}

/*----------------------------------

mainimg
 
---------------------------------- */


#top_mainimg {
	background-image: url(common/img/header/mainimg.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 100%;
	background-position: 50% top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #023979;	
}


.mainimg_wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.movie {
	margin-left: 475px;
	padding-top: 50px;
}


/*----------------------------------

mainimg
 
---------------------------------- */

#main_contents {
	width: 100%;
}

.main_wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 40px;
}


#main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 690px;
}


/*----------------------------------

top_banner
 
---------------------------------- */


#special{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#special p.to_list{
position:absolute;
top:0px;
right:0px;
}



#special ul{
	margin: 0px;
	padding: 0px;
}


#special li{
	float: left;
	width: 220px;
	height: 154px;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border: 1px solid #CCC;
	margin-right: 12px;
}

#special li.no_mr{
margin-right:0;
}

.boxcaption{
	position: absolute;
	width: 200px;
	height: 132px;
	top: 116px;
	background-image: url(common/img/top/bn_hover.png);
	background-repeat: repeat;
	background-position: 0 0;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
}  

.boxcaption h3{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 6px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 8px;
	background-image: url(common/img/common/arow01.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	background-position: left 2px;
} 

.boxcaption p{
line-height:150%;
color:#fff;
font-size:12px;
}

.boxcaption p.link{
	margin-top: 8px;
	padding-left: 18px;
	text-decoration: none;
	background-image: url(common/img/common/circle_sp.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
}  



#special a:link {
	text-decoration: none;
}

#special a:hover {
	text-decoration: none;
}


#special a:visited {
	text-decoration: none;
}



/*----------------------------------

contents
 
---------------------------------- */

.section_wrap {
	margin-bottom: 30px;
}

.section_wrap02 {
	margin-bottom: 80px;
}


#contents h2 {
	font-size: 18px;
	background-image: url(common/img/common/contents_title.png);
	background-repeat: no-repeat;
	width: 690px;
	padding-top: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 130%;
	
}

.section_wrap02 a:link,.section_wrap02 a:visited {
	color: #3568a4;
	text-decoration: underline;
}

.section_wrap02 a:hover {
	color: #3568a4;
	text-decoration: none;
}





.more {
	margin-top: 10px;
}

.more ul {
	margin: 0px;
	padding: 0px;
	text-align:right;
	float:right;
}

.more li {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(common/img/common/more.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: left center;
}


#pagetop {
	line-height: 30px;
	color: #FFF;
	background-image: url(common/img/footer/bg.png);
	text-align: center;
	height: 100px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	width: 200px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-position: left top;
}




/*----------------------------------

result list
 
---------------------------------- */

.result {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 690px;
}


.result a:link {
	color: #474747;
	text-decoration: none;
}

.result a:visited {
	color: #474747;
	text-decoration: none;
}

.result a:hover {
	color: #474747;
	text-decoration: underline;
}



.result ul {
	margin: 0px;
	padding: 0px;
	
}

.result li {
	list-style-type: none;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	padding-top: 10px;	
}




.result_date {
	margin-right: 20px;
	font-weight: bold;
	margin-left: 0px;
	float: left;
	margin-bottom: 0px;
	width: 120px;
}

.result_title {
	text-decoration: none;
	padding-left: 10px;
	left: 150px;
	margin: 0px;
	margin-left: 140px;
	width: 550px;
	line-height: 160%;
	
}


.result_date img {
	float: right;
	margin-top: 6px;
	margin-right: 10px;
}




/*----------------------------------

side
 
---------------------------------- */

#side_bar {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 250px;
}

.side_bg {
	background-image: url(common/img/side/bg.png);
	background-repeat: repeat;
	padding: 10px;
	border-radius: 5px;
}

.side_inner {
	background-color: #FFF;
	border: 1px solid #e0e0e0;
	padding: 8px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.side_inner a:hover {
	opacity:0.7;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    zoom:1;
}

.side_inner h3 {
	background-color: #3568a4;
	padding: 10px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-radius: 2px;
	text-shadow:-1px -1px 0px rgba(28, 55, 90, 0.4);
}

#side_bar h4 {
	background-image: url(common/img/side/title.png);
	padding: 0px;
	height: 47px;
	width: 250px;
	font-size: 18px;
	line-height: 47px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.side_date {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#side_list ul {
	margin: 0px;
	padding: 0px;
}

#side_list li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#side_list img {
	float: right;
	margin-top: 6px;
	margin-right: 15px;
}


.side_more {
	margin-top: 10px;
}

.side_more ul {
	margin: 0px;
	padding: 0px;
	text-align:right;
	float:right;
}

.side_more li {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(common/img/common/more.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: left center;
}


#footer {
	background-image: url(common/img/footer/bg.png);
	height: 180px;
	width: 100%;
	padding-top: 30px;
	color: #FFF;
	text-align: center;
	position:absolute;
}

#footer_logo a {
	display: block;
	width: 265px;
	height: 50px;
	background-image: url(common/img/footer/logo.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	float: none;
	padding-right: 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.site_link {
	padding: 0px;
	width: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.sitelink a:link,.sitelink a:visited {
	color: #FFF;
	text-decoration: none;
}

.sitelink a:hover {
	color: #FFF;
	text-decoration: underline;
}

.copy {
	font-size: 10px;
}



/*----------------------------------

page
 
---------------------------------- */


#category {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3568a4;
	padding-top: 10px;
}

.category_wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#category h2 {
	font-size: 24px;
	height: 40px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #3568a4;
	line-height: 40px;
	padding-left: 10px;
}

.page_content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 690px;
}

.page_content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 690px;
}

.page_content p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 180%;
	font-size: 14px;
}


.voice_img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.voice_img img {
	max-width: 120px;
	height: auto;	
}


.voice_data {
	float: right;
	width: 550px;
}

.u_data {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.u_name {
	font-size: 16px;
	font-weight: bold;
	color: #3568a4;
}

.sitemap {
}

.sitemap ul {
	margin: 0px;
	padding: 0px;
}

.sitemap li {
	background-image: url(common/img/common/external-link-blue-light02-Shapes4FREE.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	list-style-type: none;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 10px;
}

.sitemap_inner ul {
}

.sitemap_inner {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}













