@charset "UTF-8";
・ｿ@charset "UTF-8";


/* ========BASIC======== */
html{
   overflow-y:scroll;
}

body{
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   color:#000000;
   font-size:13px;
   background:LightGoldenRodYellow;
}

br{
   letter-spacing:normal;
}

a:link{
   color: navy;
   text-decoration:none;
}

a.pink:link{
   color:deeppink !important;
   text-decoration:none;
}

a:visited{ 
   color: green; 
   text-decoration:none;
}

a:hover{
   color:OrangeRed;
   text-decoration:none;
}



img{
   border:0;
}

h1,h2,h3,h4,h5,h6,h7,h8{
   margin:0;
}

table{
	font-size:1em;
       margin:30px 0;
       margin-bottom:20px;
       border:none;
       border-collapse: collapse;
}


th,td{
       text-align:left;
	padding:10px;
       border: solid 1px #000;
       background-color:#fff;
}



}

/* ========TEMPLATE LAYOUT======== */

#background{
	width: 100%;
       padding: 0px auto;
       margin: 0px auto;
       background: LightGoldenRodYellow;

}


#site_box{
   width:1160px;
   margin:0 auto;
   background: LightGoldenRodYellow;
}


#header_menu{
   width:1160px;
   height:20px;
   padding:2px 0px;
   text-align:right;
   font-style:normal;
   font-size:11px;
background: LightGoldenRodYellow;
}



#header{
   position:relative;
   width:1160px;
   height:140px;
   border: solid 1px dimgray;
   background: seagreen;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}



#contents{
   clear:both;
   width:1160px;
   margin-top:8px;
}

#main{
   float:left;
   margin:0 10px;
   width:640px;
}

#subL{
   float:left;
   width:200px;
}

#subR{
   float:left;
   width:300px;
}

#footer{
   position:relative;
   clear:both;
   width:1160px;
}





/* 回り込み解除 */
#contents:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}



/* ========HEADER_MENU CUSTOMIZE======== */
#header_menu{
   clear: both;
   padding:2px 0px;
   text-align:right;
   font-style:normal;
   font-size:11px;
   border-top:1px solid #ccc;
   background: LightGoldenRodYellow;
}



/* ========HEADER CUSTOMIZE======== */
#header h1{
   margin:0;
   padding:0px 28px;
   font-size:24px;
   color:#000;
   line-height:1.2;
}

#header h1 a{
   color:#ffffff;
}

#header h1 a:hover{
   color:#000000;
}


#header h1.douga{
   line-height:1.6;
}



#header h2{
   margin:0;
   padding:0px 28px;
   font-size:20px;
   color:lemonchiffon;
   line-height:1.2;
}

#header h2 a{
   color:lemonchiffon;
}

#header h2 a:hover{
   color:#000000;
}



#header .pr{
   position:absolute;
   top:0px;
   right:0;
}






/* ========MENU CUSTOMIZE======== */
#menu ul{
   margin:0;
   padding:0;
   background : url(img/bg_menu.gif) 0px 50% / auto auto repeat-x scroll padding-box border-box transparent;
}

#menu li{
   float:left;
   color:#333;
   list-style-type:none;
}

#menu li a{
   display:block;
   margin-right:1px;
   padding:0 20px;
   line-height:2.5;
   color:#fff;
}

#menu li a:hover{
   color:#ddd;
}



/* 回り込み解除 */
#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a{
   color:Green;
}

#main a:hover{
   color:OrangeRed;
   text-decoration:underline;
}


#main .goukaku a{
   color:orangered;
}

#main .goukaku a:hover{
   color:MediumBlue;
   text-decoration:underline;
}




#main h2{
   margin-bottom:10px;
   padding:5px 2px 2px 5px;
   font-size:15px;
   font-weight:normal;
   line-height:1.4;
   border-left:5px solid MediumVioletRed;
   background-image : url(img/wallppr090.gif);
}

#main h3{
   margin-bottom:5px;
   font-size:13px;
   border-bottom:3px double #000;
}



#main h6{
   margin-bottom:5px;
   margin-left:4px;
   font-size:14px;
   font-weight:bold;
   color:darkblue;
   line-height:1.4;
}





#main h4{
   margin-top:5px;
   margin-bottom:10px;
   padding:5px 5px 5px 20px;
   font-size:13px;
   line-height:1.4;
   background:Khaki
;
   background-image:url(img/img_o023.gif);
   background-repeat:no-repeat;
   background-position:0px 6px;
}

#main h5{
   margin-top:5px;
   margin-bottom:5px;
   background:Azure;
   font-size:13px;
   line-height:1.4;
   border-bottom:1px solid #333;
}




#main h7{
   margin-bottom:2px;
   padding:3px;
   font-size:13px;
   line-height:1.4;
   background:#ddd;
}

#main h8{
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
   border-bottom:2px solid #333;
}






#main p{
   margin:0 0 1em 0;
   line-height:1.4;
}


#main dl{
   margin:0 0 0 0;

}



#main dd{
   margin:0 0 10px 0;
   padding:15px;
   border: solid 1px #000;
   background:#fff;
}

#main .section{
   border:1px solid dimgray;
   margin:0 0 10px 0;
}

#main .section2{
   margin:15px 0 20px 0;
}



#main .pe_title{
   margin-top:10px;
   margin-right:3px;
   padding-top:15px;
   padding-bottom:3px;
   padding-left:3px;
   font-size:13px;
   line-height:1.4;
   border-top:1px solid gray;
   background-color: gainsboro;
}

#main .pe_note{
   margin:3px 6px;
   font-size:13px;
   line-height:1.4;
}

#main .main_title{
   margin:5px 0px 0px 0px;
}



#main .cell_mar{

   margin:0px 5px;
   font-size:13px;
   line-height:1.4;
}

#main dd.goukaku{
   background-color:PaleGoldenRod;
}

#main img{
   max-width: 100%;
}




/* ========feed CONTENTS CUSTOMIZE======== */


.rssFeed {
   font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 94%;
        margin:0;
        padding:0;
}
#feed.rssFeed a {
	color: black;
        font-size:14px;
	font-weight:bold;
	text-decoration: underline;
}
#feed.rssFeed a:hover {
	color: darkmagenta;
        font-size:14px;
	font-weight:bold;
	text-decoration: underline;
}

.rssHeader { padding: 0.2em 0 0 0; }
.rssBody { border: 1px solid #000; }
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.8em 0.8em 0.1em 0.8em; }
.rssRow h4 { font-size: 1.1em; }
.rssRow div {
	font-size: 100%;
	color: orangered;
	margin: 0 0 0.4em 0;
}

.odd { background-color: cornsilk; }
.even { background-color: palegoldenrod; }

.rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}





/* ========subL CONTENTS CUSTOMIZE======== */
#subL .section{
   margin:0;
   border: solid 1px gray;
   background:Gainsboro;
}

#subL .section2{
   margin:0;
   background:#DEDDD0;
   border: solid 1px gray;
   background : url(img/bg_h2.gif);
}

#subL h2{
   padding:3px 10px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background : #DEDDD0 url(img/bg_sub_h2.gif) 0 50% repeat-x;
}

#subL ul{
   margin:0;
   padding:5px 0 1em 1em;
}

#subL li{
   margin:0;
   padding-left:15px;
   line-height:1.8;
   background:#DEDDD0 url("img/bg_list.gif") 0 6px no-repeat;   
   list-style:none;
}
#subL .pr{
   margin:20px 0;
   text-align:center;
}







/* ========subR CONTENTS CUSTOMIZE======== */


#subR .section{
   margin:0px;
}


#subR .section2{
   margin:0;
   background:#DEDDD0;
   border: solid 1px dimgray;
   background : url(img/bg_h2.gif) ;
}

#subR .pr{
   margin:18px 0;
   text-align:center;
}

#subR h2{
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background : #DEDDD0 url(img/bg_sub_h2.gif);
}

#subR ul{
   margin:0;
   padding:5px 0 1em 1em;
}

#subR li{
   margin:0;
   padding-left:18px;
   line-height:1.8;
   background:#DEDDD0 url("img/bg_list.gif") 0 6px no-repeat;
      list-style:none;
}


#subR dd{
   margin:10px 15px 10px 15px;
   padding:0px;
   border: solid 1px dimgray;
   background:Lavender;
}


#subR h6{
   margin-top:20px;
   margin-bottom:8px;
   font-size:13px;
   line-height:1.4;
}


#subR .hon{
   margin-bottom:8px;
}






#subR table{
       width:260px;
       font-size:1em;
       margin-top:10px;
       margin-bottom:10px;
       border:none;
       border-collapse: collapse;
}


#subR th{
       width:130px;
       text-align:right;
       padding:0px 0px 0px 0px;
       border:none;
       background:Lavender;
}

#subR td{
       width:130px;
       text-align:left;
       padding:5px 15px 5px 10px;
       border:none;
       background:Lavender;
}










/* ========PAGETOP CUSTOMIZE========= */
#pageTop{
   padding:10px;
   text-align:right;
}

#pageTop a{
   padding:0 0 0 12px;
   background : url(img/bg_pagetop.gif) 0px 60% / auto auto no-repeat scroll padding-box border-box transparent;
}


/* ========FOOTER CUSTOMIZE======== */

#footer_menu{
   clear: both;
   padding:0px 0px;
   text-align:center;
   font-style:normal;
   font-size:11px;
   border-top:1px solid gray;
}

.copyright{
   padding:12px 0;
   text-align:center;
   font-style:normal;
   font-size:11px;
   border-top:1px solid gray;
}


#inline{
   position:relative;
   width:640px;
   height:200px;
   background: lemonchiffon;
}

#inline p{
   margin:10px 10px 1em 0;
   line-height:1.4;
}

#list1 a{
    		transition-property:all;
    		transition-duration:0.4s;
    		transition-timing-function:ease;
    		-webkit-transition-property:all;
    		-webkit-transition-duration:0.4s;
    		-webkit-transition-timing-function:ease;	
}

#list1 a:hover {
	        font-weight:bold;
            /*    font-size:14px;  */
                transform-origin:left center;   
                transform:scale(1.4, 1.4);  
                -webkit-transform-origin:left center;   
                -webkit-transform:scale(1.4, 1.4);  
                -moz-transform-origin:left center;   
                -moz-transform:scale(1.4, 1.4);  
}

