*{ 
    margin:0;
	padding:0; 
}
 
html{
	height:100%;
}

body{
  margin: 0 0 0 0;
  padding: 0 0 0 0 ;
  height: 100%;
  position: relative;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  background:#FFF url("./images/back.gif");
  font-weight: normal;
}

div{
 	border-top-width:0px;
 	border-bottom-width:0px;
 	border-left-width:0px;
 	border-right-width:0px;
	border-bottom-style:solid;
}

body > div#container{ 
    height:auto; 
}

div#container{
	position : relative;
	width:1000px;
	height:100%;
	min-height:100%;
	background:#FFF url("images/back2.gif");
	background-repeat:repeat-y;
}


#wrap{
	float:left;
	width:900px;
	min-height:100%;
	height:100%;
	background-color:#FFFFFF;
}

#footer{
	background-color:#FFFFFF;
	margin:0 0 0 0px;
	width:860px;
	height:40px;
	float:left;
	border-style:solid;
	border-left-width:0px;
	border-top-width:1px;
	border-top-color:#285BD0;
	border-bottom-width:0px;
	border-right-width:0px;
	bottom:0px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
        font-size:12px;
}

/*左右バッファ*/

#buffer_left{
	float:left;
	width:50px;
	min-height:100%;
	height:100%;
	background: url("./images/buffer_left_bottom.gif")repeat-y left;
	top: 0px;
	bottom:0px;
}

#buffer_left_top{
	margin:0 0 0 0px;
	width:50px;
	height:172px;
	float:left;
	background-image: url("./images/buffer_left_top.gif");
}

#buffer_left_bottom{
	margin:0 0 0 0px;
	width:50px;
	height:100%;
	min-height:100%;
	float:left;
}


#buffer_right{
	width:50px;
	min-height:100%;
	float:left;
	background-image:url(./images/buffer_right_bottom.gif);
}

#buffer_right_top{
	margin:0 0 0 0px;
	width:50px;
	height:172px;
	float:left;
	background-image: url("./images/buffer_right_top.gif");
}

#buffer_right_center{
	margin:0 0 0 0px;
	width:50px;
	height:107px;
	float:left;
	background-image: url("./images/buffer_right_center.gif");
}

#buffer_right_bottom{
	margin:0 0 0 0px;
	width:50px;
	height:100%;
	min-height:100%;
	float:left;
	background-image: url("./images/buffer_right_bottom.gif");
	background-repeat:repeat-y;
	bottom:0px;
}

/*左側*/
#left{
	margin:0 0 0 0;
	width:544px;
	min-height:100%;
	float:left;
	background-color:#FFFFFF;
	bottom:0px;
}

#title{
	margin:0 0 0 0;
	width:544px;
	height:172px;
	float:left;
	background-image: url("./images/title.gif");
}

#place_view{
	margin:0 0 0 0;
	width:504px;
	height:30px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:20px;
}

/* Normal Bubble パンくず吹き出し*/
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 0px;
}

.bubble a:link { color: #285bd0;text-decoration: none;}
.bubble a:visited { color:#285bd0;text-decoration: none;}
.bubble a:hover { color: #285bd0;text-decoration: underline;}
.bubble a:active { color:#285bd0;text-decoration: underline;}


div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 3px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 20px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
}
/*パンくずふきだしここまで*/

#item_view{
	margin:0 0 0 0;
	width:484px;
	min-height:1660px;
	height:100%;
	float:left;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:15px;
	position:relative;
	border-style:solid;
	border-right-width:1px;
	border-right-color:#66CC33;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
}


/*真ん中*/
#center{
	margin:0 0 0 0;
	width:188px;
	height:100%;
	float:left;
	background-color:#FFFFFF;
}

#blank_center{
	margin:0 0 0 0;
        padding-top: 100px; 
	width:356;
	height:133px;
	height:33px;
	background-image: url("./images/center_blank.gif");
	border-width:0px;
}

#blank_center_bottom{
	margin:0 0 0 0;
	width:187px;
	height:39px;
	float:left;
	border-style:solid;
	border-left-width:1px;
	border-left-color:#66CC33;
	border-top-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
}


#search_box{
	margin:0 0 0 0;
	width:356px;
	min-height:300px;
	float:left;
	border-style:solid;
	border-left-width:1px;
	border-left-color:#66CC33;
	border-top-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
}

#search_box img{
       border: 0px;
}

#sb {
    width: 180px;
    height: 24px;
	margin-left:80px;
	padding-left:17px;
    background: url(./images/bg_search_box.gif);
	background-repeat:no-repeat;
}

#sb #s {
    float: left;
    padding: 0 0 0 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 98px;
    height: 24px;
    background: none;
}

#sb #go {
    /*float: right;
    //margin: 3px 4px 0 0;*/
	margin: 3px 0 0 10px;
}

#link_box{
	margin:0 0 0 0;
	width:336px;
	min-height:320px;
	float:left;
	border-style:solid;
	border-left-width:0px;
	border-left-color:#66CC33;
	border-top-width:1px;
	border-top-color:#993399;
	border-bottom-width:0px;
	border-right-width:0px;
	padding-left:20px;
	padding-top:10px;
}

body > #advertise_box{
	height:auto;
}

#popularity{
	margin:0 0 0 0;
	width:336px;
	min-height:300px;
	height:100%;
	float:left;
	border-style:solid;
	border-left-width:0px;
	border-left-color:#66CC33;
	border-top-width:1px;
	border-top-color:#CCCC00;
	border-bottom-width:0px;
	border-right-width:0px;
	padding-left:20px;
	padding-top:10px;
}

#advertise_box{
	margin:0 0 0 0;
	width:336px;
	min-height:50px;
	height:100%;
	float:left;
	border-style:solid;
	border-left-width:0px;
	border-top-color:#66CC33;
	border-top-width:1px;
	border-bottom-color:#CCCC00;
	border-bottom-width:0px;
	border-right-width:0px;
	padding-left:10px;
        padding-right:10px;
	padding-top:10px;
        padding-bottom:20px;
}

.ad img{
        border-style:none;
}

.ad contentbody{
        padding-left:5px;
        padding-right:10px;
        padding-bottom:10px;
}

.ad .contenttitle{
       clear:both;
}

.ad .sidebarimg{
       padding-right:5px;
       float: left;
}

.ad h3{
      font-size:14px;
}


/*右側*/
#right{
	margin:0 0 0 0;
	width:356px;
	height:100%;
	float:right;
	background-color:#FFFFFF;
}

#blank_right{
	margin:0 0 0 0;
	width:168px;
	height:133px;
	float:left;
	background-image: url("./images/right_blank.gif");
	border-width:0px;
}

#blank_right_bottom{
	margin:0 0 0 0;
	width:168px;
	height:39px;
	float:left;
	border-style:solid;
	border-left-width:0px;
	border-left-color:#CC3399;
	border-top-width:0px;
	border-bottom-width:0px;
	background-image: url("./images/right_blank_corner.gif");
	border-right-width:0px;
}

#archieves{
	margin:0 0 0 0;
	width:336px;
	height:30px;
	float:left;
	border-style:solid;
	border-left-width:0px;
	border-top-color:#CC3399;
	border-top-width:1px;
	border-bottom-width:0px;
	border-right-width:0px;
	padding-left:20px;
        padding-top:10px;
}

#archieves .title {
     background-image: url(./images/bg_archives.jpg);
     background-repeat: no-repeat;
     padding-top: 2px;
     padding-left: 20px;
     margin-bottom: 4px;
}


#free_right{
	margin:0 0 0 0;
	width:346px;
	height:320px;
	float:left;
	border-style:solid;
	border-left-width:0px;
	border-left-color:#CC3399;
	border-top-width:1px;
	border-top-color:#EE5426;
	border-bottom-width:0px;
	border-bottom-color:#CC3399;
	border-right-width:0px;
	bottom:0px;
	padding-left:10px;
	padding-top:10px;
}


/*記事本文の設定*/
.section_entry{
　　　　margin-top:20px;
        margin-bottom:50px;
        clear: both;
}

.section_entry img{
        border-style:none;
}

.contentbody{
	font-size:12px;
	line-height:20px;
        letter-spacing:0.1em;
}

.contentbody .indeximg{
	float: left;
        margin-right: 5px;
        min-height: 150px;
}

.contentbody .continue{
        font-size: 14px;
        margin-top:20px;
        font-weight: bold;
}

.contentbody h3{
     margin-top:15px;
}

.contentbody strong{
        letter-spacing:0.0em;
}

.contentitem{
     font-size:11px;
 　　margin-bottom:2em;
}

.contenttitle{
     font-size:13px;
}

.topicPath{
     font-size:12px;
}

.commentbody{
     width:100%;
     /*background-color:#e8e8e8;*/
     margin-bottom:10px;
     color:#555555;
}


.commentbody .user{
     font-weight:bold;
}

.commentbody .date{
}

.commentbody .body{
     padding-left:20px;
}

.contentfooter{
     padding-left:208px;
     margin-bottom:40px;
}




























/*サイドバー*/
#link_box .title {
     background-image: url(./images/bg_linkbox.jpg);
     background-repeat: no-repeat;
     padding-top: 2px;
     padding-left: 20px;
     margin-bottom: 4px;
}

#link_box ul{
     list-style-type: none; 
}

#link_box li{
     font-size:12px;
     padding-left: 20px;
     padding-right: 5px;
     margin-bottom: 8px;
}

#popularity .title {
     background-image: url(./images/bg_popular.jpg);
     background-repeat: no-repeat;
     padding-top: 2px;
     padding-left: 20px;
     margin-bottom: 4px;
}

#popularity ul{
     list-style-type: none; 
}

#popularity li{
     font-size:12px;
     padding-left: 20px;
     padding-right: 5px;
     margin-bottom: 8px;
}

blockquote{
     margin:3px;
     margin-left:30px;
     background-color:#EEEEEE;
     padding:5px;
}

h1{
    margin:0 0 0 0;
    padding:0 0 0 0;
}


/*記事タイトル リンク*/
.contenttitle a:link { color: #285bd0;text-decoration: none;}
.contenttitle a:visited { color:#333333;text-decoration: none;}
.contenttitle a:hover { color: #333333;text-decoration: none;}
.contenttitle a:active { color:#333333;text-decoration: none;}

a:link { color: #285bd0;text-decoration: none;}




a:visited { color:#285bd0;text-decoration: none;}
a:hover { color: #333333;text-decoration: underline;}
a:active { color:#333333;text-decoration: underline;}


/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.commentform {
    font-size: 12px;
}

.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}

.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield {
     width: 300px;
     margin-left:20px;
}

.commentform textarea {
    height: 50px;
}

.commentform #nucleus_cf_email {
     margin-bottom:20px;
}

#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email {
    width: 300px;
    margin-right: 105px;
}

.formfield
{
	display:block;
	font-size: 12px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}

.formbutton
{
	font-size: 12px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}

.commentform .formbutton
{
	width: 100px;
	height: 22px;
}

#menu_collection object{
　　  vertical-align:top;
      margin:0 0 0 0;
      padding:0 0 0 0;
}

/*SuKiMa ポータルトップキャプション*/
.top_caption h3{
     margin-top:12px;
     font-size:12px;
}

.top_caption{
     margin-top:20px;
     margin-bottom:30px;
     font-size:12px;
     clear:both;
}

.top_caption ul{
     margin-top:0px;
     margin-bottom:10px;
     margin-left:75px;
}

.top_caption .contenttitle{
        margin-top:0px;
        margin-left:0px;
        margin-bottom:0px;
}

.top_caption img{
        float: left;
        margin-right: 10px;
}

.top_caption table{
     margin-top:10px;
     margin-bottom:10px;
}

.captiontitle {
     font-size:14px;
}

.captiontitleclips li{
     margin-left:0px;
　　　list-style-type: none;
     display:inline;
}
.captiontitleclips li{
      display:inline;
}

.captiontitleclips h2{
     display:inline;
     font-size:12px;
}

.captiontitle a:link { color: #285bd0;text-decoration: none;}
.captiontitle a:visited { color:#333333;text-decoration: none;}
.captiontitle a:hover { color: #333333;text-decoration: none;}
.captiontitle a:active { color:#333333;text-decoration: none;}

/*ここまで*/

/*SuKiMa Labフォーム送信*/
.contact td{
	padding:5px;
}

.contact{
	font-size:12px;
}

.contact h3{
	margin-bottom:3px;
}

/*フォーム送信ここまで*/

/*Related 関連記事表示プラグイン*/
.related li {
margin-left:0px;
list-style-type: none;
}
/*関連記事表示ここまで*/


.archievemonth {
      margin-top:20px;
      margin-bottom:20px;
}

.archivemonth li{
  margin-left:0px;
  list-style-type: none;
  margin-bottom:3px;
}

.archivemonth {
  margin-top:20px;
  margin-bottom:20px;
  font-size:12px;
}

strong {
  color:#DA3B80;
  font-weight:bold;
}

#free_right li {
margin-left:0px;
list-style-type: none;
}