@charset "UTF-8";
/* CSS Document */

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, font, 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 { background:none repeat scroll 0 0 transparent; border:0 none; font-size:100%; margin:0; outline:0 none; padding:0; vertical-align:baseline; }
body { line-height:1;}



body {
	font:14px/150% Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック', sans-serif;
	color: #333;background-image:url(img/yuka.jpg)
}


.bgmaximage{
	position:fixed !important;
	display:none;
}




ul#topNav {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 800px;
}
ul#topNav li {
	display: inline;
	margin-right: 10px;
}



ul#nav4 {
	height: 100px;
	left: 10px;
	top: 5px;
	
	
}
ul#nav4 li {
	float: left;
	margin-right: 10px;
}



h6.mida1{
    font-size:large;
    background-color:#;
    border-style:solid;
    border-width:0px;
    border-bottom-width:2px;
    border-left-width:10px;
    border-color:#6F3000;
}






#maincontent {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 50;
	width: 100%;
	}

div#container {
	width:1200px;
	margin:0 auto;
}

h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:30px;
	line-height:70%;
	margin-top:30px;
	color:#777;
}
h2 {
	font-size:30px;
	padding-bottom:0px;
}




#contents{
	width:860px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=10);
	-ms-filter: "alpha(opacity=10)";
	background-color: #FFECEF;
	margin: 10px;
	height: 2000px;
	bottom: 0px;
	padding: 20px;
}
#foot{
	width:850px;
	padding:3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 1;
	-moz-opacity: 1;

	background-color: #F93;
	margin: 10px;
	position: fixed;
	height: 19px;
	bottom: 0px;	
}

p{
	text-indent:1em;
	padding-bottom:1em;
}




.loader        { position:absolute;z-index:9999;width:39px;height:39px;top:49%;left:49% }
ul{margin:1em;}
h3{ font-size:9px; }
h4{
	font-size:18px;
}



/*ナビゲーション*/
ul#nav {
	position: fixed;
	left: 20px;
	top: 20px;
	background: ;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 8px 15px 0px 15px;
}
ul#nav li {
	display: inline;
	margin: 0 5px;
}
ul#nav li a {
	opacity: 1;
}
ul#nav li a:hover {
	opacity: 1;
}



/*スクロールボックス*/

p.infobox {
	height: 375px;
	overflow: auto;
	background: ;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 8px 15px 0px 15px;
	opacity: 0.8;
	
}


/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 15px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}





/* newsScroller15  */
.newsScroller15 {
	height: 170px;
	width: 500px;
	overflow-x: hidden;
	overflow-y: scroll;
	font: 13px/20px Verdana,Arial,sans-serif;
	color: #fff;
	border: 0px solid #000;
	position: absolute;
	left: 19px;
	bottom: 70px;
	background: #333;
	opacity: 0.8;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.newsScroller ul {
    margin: 0 0 0 0;
    padding: 0px;
}
.newsScroller li {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}
.newsScroller a.title {
    display: block;
    font-weight: bold;
    text-transform:uppercase;
    text-decoration: none;
}
.newsScroller a.title, .newsScroller a.title:visited, .newsScroller a.title:hover {
    color: #dcdcdc;
	
}
.newsScroller a.title:hover
{
    text-decoration: underline;
}





/* フィードコントロール  */
#feedControl .gf-author,
#feedControl .gf-spacer,
#feedControl .gf-relativePublishedDate {
display : none;
}
	 
#feedControl .gf-result {
padding-top:5px;
}
	 
#feedControl .gf-snippet {
padding :5px 5px 5px 8px;
border-top : 1px solid #DCDCDC;
}
 
#feedControl .gf-title a {
padding : 3px 0 2px 5px;
border-left : 3px solid #4682B4;
}
