﻿@charset "utf-8";
    
/**************************

css reset

**************************/
    /* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }

/**************************

default

**************************/
body,td,th {
	color:#000;
}

body {
    
	background-color: #F1EFEB;
	background-repeat: no-repeat;
	color:#666666;
	font-family:sans-serif;
	font-size:13px;
	*font-size:small;
	line-height:1.4;
	
}

    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    /*
    body {
    line-height: 1;
    }
    */
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }

/* parts v align */
img, input, select, textarea { 
	vertical-align: middle;
}

/* color of default links
a{
	color:#00C4AB;
}

a:hover{
	color:#CCE739;
}
*/

/* img links */
a img{
	opacity:1;
	filter: alpha(opacity=100);
	  -webkit-transition:all 0.38s ease-in-out;
  transition:all 0.38s ease-in-out;
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=75);
}

/*	clearfix
------------------------------*/
.clearfix:after {/*for modern browser*/
   content: "";
   display: block;
   clear: both;
}

* html .clearfix { zoom:1; } /*for IE6*/
*:first-child+html .clearfix { zoom:1; } /*for IE7*/


/**************************

wrap

**************************/

#wrapper0 {
    background-image: url(../img/bggra.jpg);
	background-repeat: repeat-x;
	margin: auto;
	width: inherit;
	height: auto;
	border: 0px solid #000000;
}

#wrapper1 {
    background-image: url(../img/bgshadow.gif);
	background-repeat: repeat;
	
	margin: auto;
	width: 1000px;
	height: auto;
	border: 0px solid #000000;
}

#wrapper2 {
    background-image: url(../img/bggrad01.jpg);
	background-repeat: no-repeat;
	margin: auto;
	width: 1000px;
	height: auto;
	border: 0px solid #000000;
}

#wrapper3 {

	background-color: #FFFFFF;
	margin: auto;
	width: 980px;
	height: auto;
	border: 0px solid #000000;
}

/***********************************

main left right

**********************************/

#contents_top {
       margin:0px 0px;
       width:780px;
       float:left;
       /*background-color:#33FF66;*/
}


#main{
margin-top:0px;
margin-left:30px;
width:680px;
margin-bottom:40px;
}
 
/* bnr --------------------------*/
.web_main_bnr{
text-align:center;
margin-bottom:20px;
}
 
#top_main {
background-image: url(../img/head2.jpg);
	background-repeat: no-repeat;
	background-position:-200px -288px; 
	//background-color: #cccccc;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 580px;
	height: auto;
	
}

.top_main_bnr{
text-align:center;
margin-bottom:20px;
}

#left {
background-image: url(../img/head2.jpg);
	background-repeat: no-repeat;
	background-position:0px -288px; 
	//background-color:red;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	height: auto;
}

#right {
background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
	height: auto;

}

/*
#mainbox{
margin-left:40px;
width:680px;
margin-bottom:40px;
}
*/

/*********************

index R&L banner position

**********************/

#index_right_inner_top{
margin-top:105px;

}

#index_right_inner_top li{
margin-bottom:15px;
}


#index_left_inner_top{
margin-top:160px;
margin-left:12px;
}


#index_left_inner_top li{
margin-bottom:15px;
}


/****************************

global navigation

*****************************/
#gnav{
	background:#fff;
}

#gnav ul{
	width:980px;
	margin:0 0;
	overflow:hidden;
}

#gnav li{
	float:left;
}

#gnav a{
	display:block;
	width:140px;
	height:35px;
	background:url(../img/gnavi.png) no-repeat;
	text-indent:-9999px;
	color:#fff;
}

#gnav .gnav01 a { background-position:0 0; }
#gnav .gnav02 a { background-position:-140px 0; }
#gnav .gnav03 a { background-position:-280px 0; }
#gnav .gnav04 a { background-position:-420px 0; }
#gnav .gnav05 a { background-position:-560px 0; }
#gnav .gnav06 a { background-position:-700px 0; }
#gnav .gnav07 a { background-position:-840px 0; }


#gnav .gnav01 a:hover { background-position:0 -35px; }
#gnav .gnav02 a:hover { background-position:-140px -35px; }
#gnav .gnav03 a:hover { background-position:-280px -35px; }
#gnav .gnav04 a:hover { background-position:-420px -35px; }
#gnav .gnav05 a:hover { background-position:-560px -35px; }
#gnav .gnav06 a:hover { background-position:-700px -35px; }
#gnav .gnav07 a:hover { background-position:-840px -35px; }

.home #gnav .gnav01 a {background-position:0 -70px; }
.profile #gnav .gnav02 a {background-position:-140px -70px; }
.policy #gnav .gnav03 a {background-position:-280px -70px; }
.reports #gnav .gnav04 a {background-position:-420px -70px; }
.assembly #gnav .gnav05 a {background-position:-560px -70px; }
.contact #gnav .gnav06 a {background-position:-700px -70px; }
.archive #gnav .gnav07 a {background-position:-840px -70px; }
	
/****************************

head

*****************************/

#header_top {
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	height: 288px;
	width: 980px;
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}

#header {
	
	background-repeat: no-repeat;
	height: 200px;
	width: 980px;
	margin-bottom:20px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
}

/*
headline*/
.hdg{
text-align:left;
	padding-left:20px;
	margin-top:0px;
	margin-left:3px;
	
	background:url(../img/hdgbar.png) no-repeat;
	height:36px;
	line-height:33px;
font-size:120%;
font-weight:bold;
}

/****************************

side navi

*****************************/

#snavi{
height:auto;
width:600px;
float:left;

}

#pnavi_top{
height:auto;
width:350px;
margin-top:87px;
margin-right:10px;
text-align:right;
float:right;
padding-right:15px;

}

#pnavi{
height:auto;
width:350px;

text-align:right;
float:right;
padding-right:15px;

}


/***************************

h234

****************************/
h2{
font-size:120%;
font-weight:bold;
}

h3{
font-size:120%;
font-weight:bold;
}

h4{
font-size:120%;
font-weight:bold;
}


/*
h4{
padding:3px;
color:#069;
font-size:150%;
font-weight:bold;
border-bottom:1px #036 solid;
border-left:5px #036 solid;
margin-bottom:10px

}
*/

/****************************

pagetop

*****************************/

#pagetop{
clear:both;
text-align:right;
margin-right:30px;


}

.pagetop a{
	padding:10px;
	background:#036;
	font-size:83%;
	color:#fff;
	text-decoration:none;
	
}

/****************************** 

lnavi

*******************************/

#lnavi{
margin-left:20px;
padding-right:15px;
font-weight:bold;
color:#036;	


}

#lnavi li{

	display:inline;
	font-size:120%;
	//padding-left:15px;
	background:url(../img/snavi_on.gif) left center no-repeat;
	
	color:#036;
	
	
}

#live{

	display:inline;
	font-size:120%;
	padding-left:15px;
	//background:url(../img/snavi.gif) left center no-repeat;
	
	color:#036;
	
	
}

#lnavi li a{

	display:inline;
	//font-size:120%;
        padding-left:15px;
        background:url(../img/snavi.gif) left center no-repeat;
	
	color:#999;
	
	
}


#lnavi li a:hover{

	display:inline;
	font-size:100%;
	padding-left:15px;
        background:url(../img/snavi_on.gif) left center no-repeat;
	
	color:#036;
	
	
}

/*
#lnavi li a:live{

	display:inline;
	//font-size:120%;
	padding-left:15px;
	//background:url(../img/snavi.gif) left center no-repeat;
	
	color:#036;
	
	
}
*/

#lnavi .block{
color:#FF3399;
}

#lnavi a{
	
	text-decoration:none;
	color:#999;
	
}

#lnavi a:hover{
	
	text-decoration:underline;
	color:#036;
	
}

#socialbuttons div {
float:left;
}


/******************************

top_page

******************************/

#name img{
 //font-size:210%;
 //font-weight:bold;
 //color:#333;
 //text-align:right;
margin-top: -10px;
//margin-right: 5px; 
margin-bottom:5px; 
margin-left: 180px;
 //text-decoration:underline;
 }

 .name02{
color:#A8A8D5;
text-align:right;
margin-right:25px;
margin-bottom:50px;
font-size:140%;
font-weight:bold;
text-shadow:1px 1px #333;
}

/*php msg------------------------*/
#msg{

font-size:120%;
font-weight:bold;
margin-top:115px;
margin-left:20px;
margin-right:20px;
margin-bottom:20px;
text-align:left;
/*
border:1px solid #036;
border-radius:3px;
padding::5px;
padding-left:10px;
*/
}

#msg_news{
color:#fff;
margin-left:0px;
font-size:80%;
//font-weight:bold;
 //text-decoration:underline;
//border:0px solid #036;
border-radius:5px;
padding:1px;
padding-left:10px;
background-color:#036;
background:url(../img/title_bg.png) ;
box-shadow:2px 2px 2px #999;
 
 }
 
#msg h2{
margin-top:10px;
font-size:100%;
}
 
 #msg_from{
color:#fff;
margin:20px;
//margin-left:20px;
font-size:100%;
font-weight:bold;
 //text-decoration:underline;
//border:0px solid #036;
border-radius:5px;
padding:1px;
padding-left:10px;
background-color:#336;
background:url(../img/title_bg_pur.png) ; 
box-shadow:2px 2px 2px #999;
 }
/*-------------------------------*/


h3.voice_01{
 font-size:140%;
 color:#669;
 text-align:left;
 margin:5px 20px;
  font-weight:bold;
 }

.top_source_01{
//margin-top:15px;
margin-left:20px;
margin-right:20px;
margin-bottom:35px;
font-size:140%;
font-weight:bold;
color:#669;
padding:5px;
padding-left:10px;
border:2px #036 dotted;
border-radius:5px;
}

.top_source_02{
margin-top:20px;
margin-left:20px;
margin-right:20px;
//margin-bottom:50px;
font-size:120%;
color:#333;
}

.top_source_02 h3{
font-size:100%;

}

.top_source_02 p,.top_source_03 p{
margin-top:20px;

}

.top_source_02 h5,.top_source_03 h5{
font-weight:bold;


}

.sq01{
color:#369;
//font-size:100%;
//font-size:0.9em;
text-shadow:1px 1px 1px #999;


}

.top_source_03{
margin-top:20px;
margin-left:20px;
margin-right:20px;
margin-bottom:30px;
font-size:120%;
color:#036;
}

/*
.top_source_02 h3{
//border:1px solid #333;
//border-radius:5px;
padding-left:7px;
background:url(../img/box.gif) left top no-repeat;
}
*/


/******************************

footer

*******************************/


#footer {
	
	line-height: 3em;
	background-color: #036;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 7em;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	
}


#footer .inner{
	width:950px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	
}

#footer ul{
	float:left;
}

#copyright{
	float:right;
	font-size:83%;
}

#footer li{
	display:inline;
	
}

#footer a{
	padding:0 10px;
	background:url(../img/arrow.gif) left center no-repeat;
	color:#fff;
	text-decoration:none;
}

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

#copyright{
font-size:85%;
color:#fff;
}

#footer_address{
text-align:center;
width:950px;
margin:0px auto;
padding:10 10px;
color:#fff;
font-weight:bold;
}


/******************************

fujs

*******************************/

.fu{
color:orangered;
width:236px;
height:16px;

}


/******************************

sitemap

*******************************/

.sitemap{
float:right;
overflow:hidden;
font-weight:bold;

}

.sitemap a{
color:#999;
text-decoration:none;
}

.sitemap a:hover{
color:#036;
text-decoration:underline;
}


.sitemap_menu{
font-size:140%;
text-align:left;
padding-top:10px;
padding-left:30px;
//background-image:url(../img/sitemap/img/hatarake_haratake.png);
background-repeat:no-repeat;
background-position:right bottom;
}

.sitemap_menu background{
opacity:0.5;
filter: alpha(opacity=75);
}

.sitemap_menu a{
text-decoration:none;
padding-left:15px;
color:#999999;
//background:url(../img/snavi.gif) left center no-repeat;
}

.sitemap_menu a:hover{
//text-decoration:underline;
padding-left:15px;
color:#036;
//background:url(../img/snavi_on.gif) left center no-repeat;


}

.sitemap_menu a:visited{
padding-left:15px;
color:#336699;
//background:url(../img/snavi.gif) left center no-repeat;

}

.page_title{
font-weight:bold;
color:#036;
margin-top:20px;
text-shadow:1px 1px 1px #ccc;

}

.page_link{
//font-weight:bold;
//color:#036;
margin-left:10px;

}


.page_link a:hover{
margin-left:12px;
padding:3px;
border-radius:5px;
background-image:url(../img/title_bg_orange.png);
//background-color:#FF9933;
//font-weight:bold;
color:#fff;
}


/******************************

error

*******************************/

#errorpage{
font-size:1000%;
color:#3399CC;
margin-bottom:20px;
}

#errorpage500{
font-size:1000%;
color:#99f;
margin-bottom:20px;
}

.errorpage{
margin-top:0px;
font-size:120%;
color:#aaa;
font-weight:bold;
}

#error_call{
border:2px solid #69c;
border-radius:20px;
padding:20px;
background-image:url(../img/error/error.png);
//background-repeat:repeat-y;
}

#error_call500{
border:2px solid #99f;
border-radius:20px;
padding:20px;
background-image:url(../img/error/error500.png);
//background-repeat:repeat-y;
}

/******************************

print

*******************************/

.print a{
text-decoraion:none;
color:blue;
}

.print a:hover{
text-decoration:underline;
color:orangered;
}

/******************************

NEW

*******************************/

.new{
font-size:85%;
font-weight:bold;
color:#f00;
}

.news_blog_link{

border-radius:15px; 
//border:2px blue solid; 
padding:3px;  

background: -moz-linear-gradient(top,  #cfe7fa 0%, #6393c1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cfe7fa 0%,#6393c1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cfe7fa 0%,#6393c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
ientType=0 ); /* IE6-9 */

text-align:center; 
font-weight:bold; 
font-size:120%;

}

.news_blog_link a{
color:#fff;
text-decoration:none;
text-shadow:2 2 2 #999;
}

.news_blog_link a:hover{
text-decoration:none;
color:#036;


}

/*youtubeのビデオ*/

.video_container{
position: relative;
width: 100%;
height: 0;
padding-top: 56.25%;

overflow: hidden;
margin-top: 10px;
margin-bottom: 15px;
}

.video_container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

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

.video_text{
border:1px #000 solid;
border-radius:5px;
padding:10px;
margin-top:3px;
box-shadow:2px 2px 2px #999;

}