
/*--------------------------------------------------------
  メイン共通
--------------------------------------------------------*/

body {
   background-color: black;
   color: #fff ;
} 


#main {
    width: 1000px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-position: top center;
    background-repeat: repeat-y;

}

ol, ul {
	list-style: none;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #313131;
}

p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1;
    text-align: left;
    overflow: visible;
    line-height: 1.3em;
}

a {
    text-decoration: none;
    color: #CDCDCD;
}


a:visited{
    color: #CDCDCD;
    text-decoration: none;
}
a:hover{
    color: #999;
    text-decoration: underline;
}
a:active{
    color: #CDCDCD;
    text-decoration: underline;
}

.font_color_gray{
color:#A8A8A8;
}


.font_c_s {
color: #81BFB7;
font-size: 130%;
font-weight: bold;
}

/*---------------------
  H2メニュー
----------------------*/


h2{
    
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 5px;
    padding-bottom: 1px;
    line-height: 2;
    text-align: left;
    color: #81BFB7;
    font-size:1em;
    border-bottom: 0px dotted #47816B;
}



/*--------------------------------------------------------
  ページの先頭へ　設定
--------------------------------------------------------*/

#pagetop{
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: right;
    padding-left: 5px;
    font-size: 15px;
}

#pagetop a{
    padding-left: 17px;
    background-image : url(../img/pointtop.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;   
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
    line-height: 1.0em;
}

#pagetop a:link{
    color: #fff;
    text-decoration: none;
}
#pagetop a:visited{
    color: #fff;
    text-decoration: none;
}
#pagetop a:hover{
    color: #999;
    text-decoration: underline;
}
#pagetop a:active{
    color: #fff;
    text-decoration: underline;
}













/*--------------------------------------------------------
  小中大フォントサイズ
--------------------------------------------------------*/

ul#fontSize {
	*
	zoom: 1; /*forIE6,7*/
	margin-bottom: 10px;
        color:#000;
        font-size: 12px;
        
}
ul#fontSize:after {
	content: "";
	display: block;
	clear: both; 
}
ul#fontSize li {
	background-color: #81BFB7;
	padding: 10px 10px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	display: block;
}
ul#fontSize li:hover {
	background-color: #FFF;
}
ul#fontSize li.active {
	background-color: #999;
}
ul#fontSize li.active:hover {
	background-color: #FFF;
}

#header_right{
float: right;
padding-top: 0px;
padding-bottom: 5px;
padding-right: 0px;

}




/*--------------------------------------------------------
  ドロップダウン
--------------------------------------------------------*/

#dropmenu{
!important;
  list-style-type: none;
  width: auto;
  height: 40px;
  margin: 1px auto 5px;
  padding: 0;
  background-image : url(../img/dropmenu_img.png);
  border-bottom: 2px solid #47816B;
  
}


#dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 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: 13px 15px;
  background: #212121;

  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
#dropmenu li:hover > a{

  background: #4B4B4B;
  color: #98E0C4;
}
#dropmenu > li:hover > a{
  
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #818181;
  border-bottom: 1px solid #000000;
}
#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{
  
}


/*--------------------------------------------------------
  top News部分
--------------------------------------------------------*/
#toppage-news {
margin-top:20px;
}


#toppage-news h3{
    font-size: 1.0em;
    color: #81BFB7;
    padding-bottom: 0px;
}

#toppage-news hr{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #313131;
    clear: both;
}

#toppage-news span.date{
    color:#B19D13;
    line-height: 1.5;
    font-size: 130%;
}


.news-photo {
    float: left;
    padding-right: 10px;
    padding-left: 5px;
    padding-bottom: 2px;
}


.hoge p {
    overflow: hidden;
}



/*--------------------------------------------------------
  寄稿ページ用テーブル
--------------------------------------------------------*/
.answer {
padding-top:10px;
}

/*--------------------------------------------------------
  フッター
--------------------------------------------------------*/

#footer{
    clear: both;
    position: relative;
    padding-top: 0px;
    background: #000;
    font-size: 0.8em;
    text-align: center;
    color: #999;
}

#footer p{
text-align: center;
padding-bottom:10px;
}


/*--------------------------------------------------------
  リンクページ
--------------------------------------------------------*/
#link {
padding-top:30px;
text-align: center;
}

#link h3{
    color: #81BFB7;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    font-weight: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #313131;
}

h3 span{
    padding-right: 5px;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}


#link table td{
   line-height: 1.5em;
}



}

/*--------------------------------------------------------
  プロフィール
--------------------------------------------------------*/

#profile {
width:100%;
padding-top:10px;
}

ul.profile_li {
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

ul.profile_li li {
float: left;
width: auto;
margin-right: 15px;
padding: 10px 0;
border: 0px #000 solid;
background-color: #0000;
text-align: left;
line-height: 1.5em;
}

ul.profile_li img {
margin: 5px 20px 5px 5px;
}


.clearLeft { 
clear: left; 
}

/*--------------------------------------------------------
  ギャラリー
--------------------------------------------------------*/
#gallery {
margin:10px 10px 10px 25px;
}

#gallery img{
margin-right:2px;
margin-bottom:5px
}

/*---------------------
  回り込み解除
----------------------*/
.clear { clear:both; }  
.clear hr { display:none; }  


/*---------------------
  回り込み禁止
----------------------*/
.hoge img {
    float: left;
}
.hoge p {
    overflow: hidden;
}





