@charset "utf-8";


.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }

img {
    border:0;
}

body {
	background: #eee;
        margin: 0;  
        padding: 0 0 60px 0;  
    }  
    * html body{  
        overflow: hidden;  
    }   

    div#footer {  
        position: fixed !important;  
        position: absolute;  
        bottom: 0;  
        left: 0;  
        width: 100%;  
        height: 40px;  
 z-index:10;
        color: #eee;
    padding-top:12px;

    }  
    * html div#contentsArea{  
        height: 100%;  
        overflow: auto;  
    }  

a {
	text-decoration: none;
    color: green;
    }
a:visited {
    color: green;
}

/*/////////////////////////////////
　センタリング・960幅
/////////////////////////////////*/
div.container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

/*/////////////////////////////////
　角丸枠
/////////////////////////////////*/
div.radibox {
	padding: 10px 0;
    border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	behavior: url(/pie/PIE.htc);
}
/*/////////////////////////////////
　700幅
/////////////////////////////////*/
div.w700 {
	width: 700px;
}

/*/////////////////////////////////
　240幅
/////////////////////////////////*/
div.w240 {
	width: 240px;
}

/*/////////////////////////////////
　フロート
/////////////////////////////////*/
div.float_right {
    float: right;
}

div.float_left {
    float: left;
}


#inner{
    width: 660px;
    font-size: 80%;
    line-height: 150%;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#side {
	width:240px;
}

#side_in{
	width: 220px;
    margin-left:10px;
    margin-top:15px;
    margin-bottom:15px;
    font-size:80%;
}

div.side_banner {
	width: 220px;
    margin: 0 0 0 10px;
    padding: 0;
}

#main {
	width: 700px;
}

h4,h5{
    margin:0;
    padding:0;
    font-size:140%;
    width:390px;
}


.job{
    color:gray;
    font-size:90%;
    margin: 0 0 4px 0;
    padding:0 0 2px 0;
    border-bottom:1px solid #eee;
    }
}

div.prof {
    margin:10px 0 10px 20px;
}

div.box {
    border-bottom:1px solid #000;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

div.box p {
	width: 390px;
    }

div#twitter {
    width:240px;
}

ul,li{
margin:0;
    padding:0;
    }

/*ヘッダ*/
#header {
    background-color: #fff;
    margin-top:10px;
}

/*フッタ*/
#footer {
    background-color:#ccc;
    color:#fff;
}

/*メインビジュアル*/
#mainvis {
    background-color: #ccc;
    width: 100%;
    padding: 2px 0;
    margin-bottom: 20px;
}

/*サブページ用ビジュアル*/
#subvis {
    background-color: #ccc;
    width: 100%;
    padding: 2px 0 0 0;
    margin-bottom: 2px;
}

/*更新履歴*/
.news ul,li{
    list-style: none;
}
.news li{
    padding: 6px 0 2px 0;
    border-bottom: 1px solid #ccc;
}
.news a {
margin-left: 2.5em;
}

/* ナビゲーション */
#navi{height: 50px;}
#navi img {border: 0px;}
#navi ul {
   float:right;
   list-style:none;
   margin:0;
   padding:0;}
#navi li {
   float:left;
}

#main h3{
	margin: 0 0 4px 0;
    padding: 0;
    border-bottom: 1px solid #222;
}


/* ---------------------------
  同人作品
--------------------------- */
dl {
  width:100%;
  margin:5px auto 20px auto;
  letter-spacing:-0.31em;
  *letter-spacing:normal;
  word-spacing:-0.43em;
} 

dt {
  color: #999;
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  width:16%;
  padding:6px 2% 4px;
  margin:0;
  border-top:1px solid #ccc;
}

dd {
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  width:76%;
  padding:6px 2% 4px;
  margin:0;
  border-top:1px solid #ccc;
}

dt {
  margin-right:-1px;
}

/* div layout */
.info_box {
    width: 660px;
    border-bottom:1px solid #666;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

.info_box h4,h3{
margin:0;
padding:0;
}

.info_txt {
    float:right;
    width: 430px;
    }
.info_img {
　　float: left;
    width: 230px;
    }
.info_img h4 {
    font-size:12px;
    margin:10px 0 5px 0;
    padding:0;
    width:210px;
    }
.info_box h5 {
	font-size:130%;
    margin:8px 0 6px 0;
    }
.info {

    line-height:140%;
}

/* ---------------------------
  パンくずリスト
--------------------------- */
ol.topic_path {
margin: 0;
padding: 7px 5px;
font-size: 12px;
}

ol.topic_path li {
padding-left: 5px;
display: inline;
}

ol.topic_path li.first {
padding-left: 18px;
background: url(../images/path_home.png) no-repeat left;
}

ol.topic_path li a {
padding-right: 18px;
background: url(../images/path_arrow.png) no-repeat right;
}

ol.topic_path li a {
color: #4682b4;
    text-decoration: none;
}

ol.topic_path li a:hover {
color: #79a7cc;
}

/* ---------------------------
　箱型ページリンク
------------------------------ */
ol.pagelink {
	margin: 0px;
	padding: 0px;
}

ol.pagelink li {
	width: 1.2em;
	line-height: 1.2em;
	border: 1px solid #999;
	float: left;
	margin: 0.1em;
	padding: 0px;
	font-family: Arial,sans-serif;
	font-size: 14px;
	text-align: center;
}

ol.pagelink li a {
	display: block;
    text-decoration: none;
	width: 1.2em;
}

ol.pagelink li a:link {
	background-color: #eee;
	color: #999;
}

ol.pagelink li a:visited {
	background-color: #eee;
	color: #999;
}

ol.pagelink li a:hover {
	background-color: greenyellow;
	color: darkgreen;
}

ol.pagelink li.here {
   background-color: #333;
   color: #fff;
   border-color: #000;
}

/*-------------------------
サブメニュー
--------------------------*/
ul.side_navi {
	margin:0 0 0 10px;
    padding: 0;
    border-top: 1px solid #ccc;
}

ul.side_navi li{
	color: #000;
    margin: 0;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #ccc;

	background: url(../images/path_arrow.png) no-repeat left;
}

ul.side_navi li a {
	display: block;
	text-decoration: none;
}
ul.side_navi li a:hover {
	color: #79a7cc;
}

ul.side_navi li.here {
	color: #000;
    font-weight: bold;
}

/* ---------------------------
  同人作品
--------------------------- */

.info_img h4{
    border-bottom:1px solid #ccc;
    width:210px;
}

/* ---------------------------
  リンク
--------------------------- */

ul.linkpage {
	margin: 0 0 20px 0;
	padding: 0;
    width:620px;
	}

ul.linkpage li {
	float: left;
	width:200px;
	height:40px;
	margin: 2px;
	padding: 0;
	}

ul.linkpage li.no_banner {
	font-size:14px;
	width:200px;
	height:40px;
	line-height:40px;
	text-align: center;
	background-image: url("../images/banner/nobanner.gif");
	}

ul.linkpage li.no_banner a {
	text-decoration: none;
	color: #666666;
	display: block;
	}

/* ---------------------------
  タイトル
--------------------------- */
h2 {
	padding: 10px;
	background-color: #eee;
    font-size:140%;
    color: #666;
    
}