@charset "utf-8";



/* reset
---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{
	margin : 0px;
	padding: 0px;
	/*font-size: 80%;*/
}
.sen_pnk td{
	border-width: 1px 1px; /* 上下だけ引く */
	border-color: #FFB9D2; /* 線色：緑 */
	border-style: solid; /* 線種：実線 */
	padding: 0.3em; /* セル内側の余白 */
	padding-left: 10px;
}
.sen{
	border-collapse: collapse;
	border: 1px solid #B0B0B0;
}
.sen td{
	border-width: 1px 1px; /* 上下だけ引く */
	border-color: #B0B0B0; /* 線色：緑 */
	border-style: solid; /* 線種：実線 */
	padding: 0.6em; /* セル内側の余白 */
	padding-left: 10px;
}
.sen_blue{
	border-collapse: collapse;
	border: 1px solid #A1E1FF;
}
.sen_blue td{
	padding: 6px 5px; /* セル内側の余白 */
	padding-left: 10px;
	border: 1px solid #A1E1FF;
}
.sen2{
	border-collapse: collapse;
	border: 1px solid #E4CE87;
}
.sen2 td{
	border-width: 1px 1px; /* 上下だけ引く */
	border-color: #E4CE87; /* 線色：緑 */
	border-style: solid; /* 線種：実線 */
	padding: 0.1em 0.6em; /* セル内側の余白 */
	padding-left: 10px;
}
.sen3{
	border-collapse: collapse;
	border: 1px solid #D2D2D2;
}
.sen3 td{
	border-width: 1px 1px; /* 上下だけ引く */
	border-color: #D2D2D2; /* 線色：緑 */
	border-style: solid; /* 線種：実線 */
	padding: 0.1em 1em; /* セル内側の余白 */
	padding-left: 10px;
}
.sen_waku{
	border-collapse: collapse;
	border: 1px solid #B0B0B0;
}
.sen_waku td{
	border-width: 0px 0px; /* 上下だけ引く */
	border-color: #B0B0B0; /* 線色：緑 */
	border-style: solid; /* 線種：実線 */
	padding: 0.3em; /* セル内側の余白 */
}
.musen {
}
.musen td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}
table.table_blue{
	border-collapse: collapse;
	border: 1px solid #B1D2F8;
}
table.table_blue td{
	border-width: 1px 0px; /* 上下だけ引く */
	border-color: #B1D2F8; /* 線色：緑 */
	border-style: solid; /* 線種：実線 */
	padding: 0.6em; /* セル内側の余白 */
	padding-left: 10px;
}
fieldset,img{
	border: 0; 
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;	font-weight:normal;
}
ul{
	list-style:none;	margin: 0px;	padding: 0px;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;	font-weight:normal;
}q::before,q::after{
	content:'';
}
abbr,acronym{
	border:0;
}
object{
	outline:none;
}
.raito a:hover img{
	opacity:0.5;	filter: alpha(opacity=50);	-ms-filter: "alpha( opacity=50 )";	background: #fff;	
}




/* general
---------------------------------------------------------- */

body{
	margin:0;
	padding:0;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	
}



/* general style
---------------------------------------------------------- */


/* link */
a{
	 /*text-decoration: none;*/
	outline: none;
	color: #999999;
	
}
a:hover{
	color: #C69; 
}
a:visited{ }
a.hov:hover,a.hov:hover img{
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=70);
	}



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

#header{
	width : 100%;
	margin: 0 auto;
	text-align: right;
	clear: inherit;
	
}


	
/* footer
---------------------------------------------------------- */
#footer{
	width: 100%;
	bottom: 0px;
	clear: both;
	height: 131px;
	
}
#pageup{
	text-align: right;
	width : 900px;
	clear: both;
	margin : 0px auto 20px;
	
}
#copy{
	font-size: 90%;
	color: #CCC;
}

/* main_comand
---------------------------------------------------------- */

#menu{
	margin-bottom: 20px;
	width: 1050px;
	margin: 0 auto;
	margin-top: 20px;
}
#menu li{
	float: left; 
}
#pankuzu{
	height: 36px;
	font-size: 80%;
	text-align: left;
	line-height: 36px;
	width: 950px;
	margin: 0 auto;
}
#wapper{
	margin: 0 auto;
	width : 925px;
	min-height : 576px;
}
#main{
	text-align: left;
	float: left;
	width: 662px;
	margin-left: 18px;
}
.font_big{
	font-size: 100%;
	font-weight: bolder;
}
.font_big2{
	font-size: 120%;
	font-weight: bolder;
}
.font_big3{
	font-size: 140%;
	font-weight: bolder;
}
.font_big5{
	font-size: 160%;
	font-weight: bolder;
}
.font_smole{
	font-size: 80%; 
}
.font_red{
	color: #F00;
}
.font_siro{
	color: #FFF; 
}
.font_blue{
	color: #0066CC; 
}
/* コンテンツページ
---------------------------------------------------------- */
.pankuzu{
	background-color: #D8EFFF;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-align: left;
}
.font_green{
	color: #007400; 
}
.font_big4{
	font-size: 150%; 
}
.font_smole90{
	font-size: 90%; 
}
.font_blue3{
	color: #1E78D2;
	font-weight: bolder;
}
.padding_left40{
	padding-left: 40px; 
}
.padding_left20{
	padding-right: 20px;
	padding-left: 20px;
}
.font_pnk{
	color: #ff3267; 
}
.padding_left60{
	padding-left: 60px;
	margin-right: 60px;
	margin-top: 30px;
	margin-bottom: 80px;
}
#fontSize li{
	float: left;
	padding-left: 10px;
}
#top_img{
	background-image: url(img/index_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 489px;
}
.index_news{
	background-image: url(img/index_news&topics.gif);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 26px;
	padding-bottom: 58px;
}
.list_index_banner li{
	float: left;
	margin-top: 49px;
}
.list_footermenu li{
	background-image: url(common/footer_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 49px;
	float: left;
}
.list_footermenu{
	float: right; 
}

.section01_box02 #title{
	font-size: 110%;
	font-weight: bold;
	margin-top: 20px;
}
#side .section01_box02 #text{
	margin-top: 10px;
	padding-left: 20px;
	line-height: 22px;
	margin-bottom: 5px;
	font-size: 90%;
}
.section01_box02{
	margin-left : 10px;
}
#text{
	font-size:90%;
	float: left;
	height: 137px;
	width: 115px;
	margin-top: 20px;
}
#photo{
	float: left;
	height: 137px;
	width: 194px;
	margin-top: 20px;
	margin-right: 10px;
}
#list{
	font-size: 90%;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
}
.architecture_img_b{
	margin-top: 30px; 
}
.architecture_img_s li{
	float: left;
	padding-right: 5px;
        padding-top: 5px;"
}
.architecture_img_s{
	margin-top: 20px; 
}
.architecture_table td{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #B8B8B8;
	font-size: 90%;
}
.header_image_csr{
	background-image: url(img/csr/csr_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	text-indent: -999px;
}
.csr_line{
	background-color: #CFCFCF;
	height: 128px;
	margin-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E83428;
	line-height: 0px;
	layout-grid-line: 128px;
	text-align: center;
}
.etc_line{
	background-color: #CFCFCF; height: 128px; margin-top: 15px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #FDD431; line-height: 0px; layout-grid-line: 128px; text-align: center; 
}
.etc_d_line{
	background-color: #CFCFCF; height: 128px; margin-top: 15px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #60C311; line-height: 0px; layout-grid-line: 128px; text-align: center; 
}
.contents_menu_scr{
	width: 1003px;
	list-style-type: none;
	text-align: center;
	margin-top: 60px;
	margin-left: 25px;
}
.contents_menu_scr li{
	width: 200px;
	padding-top: 10px;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	min-height: 360px;
}
.contents_menu_scr li p{
	background-color: #F5F5F5;
	line-height: 64px;
	height: 64px;
	margin-top: 30px;
	font-weight: bolder;
}
.contents_menu_scr li a{
	color: #666;
	text-decoration: none;
}
#snavi2 ul li a{
	text-decoration: none; 
}
#snavi2 ul li a:hover{
	color: #0084FF; 
}
.right_box{
	margin-top: 28px;
	float: left;
	width: 800px;
}
.right_box p{
	margin-top: 50px;
	min-height: 130px;
}
.right_box h4{
	background-image: url(img/img01/title_spirits02.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	padding-left: 200px;
	background-position: 25px;
	margin-top: 60px;
}
.right_box table tr td span{
	font-weight: bolder; 
}
.right_box table tr td div{
	font-weight: bolder;
	padding-bottom: 19px;
}
.right_box table tr td a{
	color: #2797FF; 
}
.header_image_anniversary{
	text-align: center;
	background-color: #000;
	background-image: url(img/100th/100th_top_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 248px;
}
.anniversary_line{
	background-color: #CFCFCF;
	height: 126px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0084FF;
	line-height: 0px;
	layout-grid-line: 126px;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
}
#wrap .anniversary_line li{
	list-style-type: none;
	float: left;
	padding-right: 5px;
}
#wrap .anniversary_line ul{
	margin: 0 auto;
	width: 910px;
	margin-top: 10px;
}
#anniversary_content{
	float: left;
	margin-top: 28px;
}
.anniversary_box{
	background-image: url(img/img01/title_spirits02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 60px;
	padding-left: 180px;
}
.anniversary_box h5{
	font-weight: bolder;
	color: #7C7C7C;
}
.anniversary_table tr td{
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDC8A4;
	border-bottom-color: #CDC8A4;
	padding: 5px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.anniversary_txt{
	font-weight: bolder;
	padding-top: 50px;
	padding-bottom: 60px;
	width: 600px;
	margin: 0 auto;
}
.anniversary_txt2{
	font-size: 120%;
	text-align: center;
	padding-bottom: 60px;
}
.anniversary_box_enkaku{
	margin-top: 20px;
	margin-bottom: 60px;
}
.header_image_city{
	background-image: url(img/city/city_top3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 276px;
}
.header_image_kids{
	background-image: url(img/ets/top_img_kids.jpg); background-repeat: no-repeat; background-position: center top; height: 276px; background-color: #B4DAFF; 
}
.header_image_download{
	background-image: url(img/ets/top_img_download.gif); background-repeat: no-repeat; background-position: center top; height: 276px; background-color: #EDE3CC; 
}
.city_menu{
	width: 925px;
	margin: 0 auto;
	margin-top: 50px;
	min-height: 600px;
}
#city_content{
	width: 650px;
	margin: 0 auto;
}
#city_content2{
	width: 819px;
	margin: 0 auto;
}
.title_city{
	background-image: url(img/city/city_title_back.gif);
	height: 142px;
}
.title_city .inner{
	background-image: url(img/city/city_title.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	line-height: 142px;
}
.city_menu ul li{
	float: left;
	padding-right: 25px;
}
.city_menu ul{
	margin-left: 25px;

}
#company_index ul{
	padding-left: 24px;
}
#wrapper{
	margin: 0 auto;
	width: 1000px;
}
#content2{
	float: right;
	width: 800px;
}
#content2 h3{
	background-color: #E6E6E6;
	padding: 10px;
}
.point{
	color: #317731;
	font-weight: bolder;
}
#content2 p{
	width: 80%;
	margin: 0 auto;
}
.anniversary_box2{
	margin-top: 60px;
}
.anniversary_box2 h5{
	background-image: url(img/100th/line_blue.gif);
	background-repeat: no-repeat;
	padding-left: 160px;
	color: #666;
	font-size: 130%;
	background-position: left 4px;
}
.anniversary_box2 ul li{
	float: left;
	border: 1px solid #E2E2E2;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #666;
	margin-right: 15px;
	font-size: 90%;
	margin-bottom: 20px;
}
.anniversary_box2 ul{
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 50px;
}
.min_blue{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 120%;
	color: #3296FF;
	font-weight: bolder;
}
.sikiten_mess{
	padding-top: 20px;
	padding-bottom: 20px;
}
#privacyPolicy dt{
	float: left;
}
.title_sonota{
	background-color: #E7E7E7;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0084FF;
	border-right-color: #0084FF;
	border-bottom-color: #0084FF;
	border-left-color: #0084FF;
	height: 128px;
	text-align: center;
	line-height: 128px;
}
.pp_title{
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E3F4F0;
}
.padding_pp{
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 60px;
	padding-right: 20px;
}
.title_pp{
	background-color: #CFCFCF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0084FF;
	border-right-color: #0084FF;
	border-bottom-color: #0084FF;
	border-left-color: #0084FF;
	height: 128px;
	text-align: center;
}
.grleen_back{
	background-color: #8BCEBD;
	padding: 15px;
	color: #FFF;
	font-size: 130%;
	font-weight: bolder;
	width: 739px;
	margin: 0 auto;
	text-align: center;
}
.right_green{
	background-color: #E3F4F0;
	padding: 20px;
	width: 590px;
	margin-bottom: 50px;
}
.tel_siro{
	background-color: #FFF;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.font_big52{
	font-size: 200%;
	font-weight: bolder;
}
#content .h3_title{
	background-image: url(img/img01/title_boder.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 160px;
	font-size: 110%;
	font-weight: bolder;
	color: #666;
	margin-top: 50px;
}
#content .contents_text{
	padding-left: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content h3{
	padding-top: 28px;
}
.architecture_img_b img{
	position: absolute;
}
.kids_main h3{
	background-color: #E6E6E6; margin-top: 30px; text-align: center; vertical-align: middle; line-height: 50px; color: #727272; font-size: 120%; font-weight: bolder;
}
.etc_box{
	padding-left: 30px; padding-top: 30px;
}
.slider{
                auto: true,
                pause: 5000,
                slidewidth:900,   
       }