/*
Theme Name: rikon2
Description: サンプル
*/

* {
 margin: 0;
 padding: 0;
}

/* BODY */
body {
 background: #FFF url("navi_back.jpg") repeat-y top center;
}

/* 画像の属性 */
img {border: none; }

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #2b76cc;text-decoration: none;}
a:hover {color: #FF0000; text-decoration:none ;}

/* コンテナ */
div#container	{width: 800px;
	margin: auto}


/*ヘッダー*/
#header	{
 margin : 0;
 padding: 0;
 width: 800px;
 text-align: left;	
 background: #ffffff;
}

#description { 
 background-color: #F2F2DA ;
 margin: 0
 
 }

#description p { 
 padding: 5px 10px 10px 20px;
 margin: 0;
 font-size: 0.75em;
 }

#header h1{
 float: left; 
 padding-top:20px;
 background: #ffffff;
 border: none;
}
		
#header h1 a{
	display: block;
	height: 115px;
	width: 300px;
	border: none;
}

#header-navi {
    margin-right: 5px; 
    height: 40px;  
    background: url("header-navi.gif") no-repeat;
    float: right;
    width: 410px;
    
}  

#header-navi ul { 
  margin-left: 15px;
  margin-bottom: 0;
  margin-top: 10px;
  list-style: none;
  line-height: 150%;
}
#header-navi ul a {
  display:block;
  width: 80px; 
  padding: 5px 5px;
  border-right: 1px solid #ffffff;
}
#header-navi li {
  float: left;
  margin: 0 auto;
  font-size: 0.75em;
  font-weight: normal;
  text-align: center;
}
#header-navi li a:link, #header-navi li a:visited, #header-navi li a:active {
  color: #ffffff;
}
#header-navi li.mHome a {
  border-left: 1px solid #ffffff;
}

#header-info {
	margin: 0 5px 0 0;       
	float: right;
	height: 95px;	
    width: 310px;
    border:none;
}

/*-----パンくずリスト-----*/
#pankuzu{
 width:800px;
 padding: 3px 0 ;
 height: 20px;
 font-size: 0.75em;
 text-indent: 10px;
 background: #ffffff;
 border-top: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
 float: left;
 
 }
 
/*アドセンス*/
#top-ad{
	width: 700px;
	padding: 0;
	margin: 15px auto;
  } 
#top-ad p {
  font-size: x-small; 
  text-align:right;
  color: #999;
  margin:0;
  padding:0;
  } 
  
div.ad2{
	padding: 18px;
	margin: 20px auto;
	}

div.ad2 p {
  font-size: x-small; 
  text-align:right;
  color: #999;
  margin:0;
  padding:0;
  }
/*アドセンス終わり*/
/* コンテンツ */
div#content	{width: 550px;
	float: right;
	margin-bottom: 20px;
	margin-right: 10px;}

p#pagetitle	{font-size: 0.875em;
	font-weight: bold;
	color: #2b76cc;
	border: dotted 1px #2b76cc;
	text-align: center;
	padding: 10px 0;
	margin-top: 20px}

/* 記事 */
div.post	{
	padding: 18px;
	margin: 20px auto}

div.post h2	{background-image: url(mark.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	border-bottom: solid 1px  #2b76cc;
	padding-left: 22px;
	padding-bottom: 5px;
	margin: 0}

div.post h2 a	{text-decoration: none;
	color: #000000}
	
div.post h3{
 margin-top:30px;
 height: 26px;
 font-weight: bold;
 line-height: 150%;
 background: url("h3.jpg") no-repeat ;
 font-size:0.875em;
 padding-top: 5px;
 padding-left: 22px;
 padding-bottom: 5px;
}

div.post h4{
 background: url("entry.gif") no-repeat ;
 font-size: 0.875em;
 font-weight: bold;
 height: 23px;
 padding-left: 22px;
 padding-bottom: 5px;
 margin-top:30px;
 line-height: 120%;
}

div.post h5{
 height: 23px;
 padding-left: 22px;
 padding-bottom: 5px;
 margin-top:30px;
 line-height: 120%;
 font-weight: normal;
 background: url(entry.gif) no-repeat ;
}
div.post p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
　　　　　　　　margin-bottom: 30px;　　}

p.postinfo	{color: #2b76cc;
	text-align: right;
	margin: 20px 0 0;
	clear: both}

p.postinfo a	{color: #2b76cc}


/* 記事内の画像 */
.aligncenter	{display: block;
		margin-left: auto;
		margin-right: auto}

div.post img	{border: none}

.alignleft	{float: left;
		margin-right: 10px;
		margin-bottom: 2px}

.alignright {float: right;
	margin-left: 10px;
	margin-bottom: 2px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px}


/* ページリンク */
p.pagelink a	{font-size: 0.75em;
	color: #2b76cc}

span.pageprev	{float: left}

span.pagenext	{float: right}

div.post ul {
	margin-left: 10px;
	padding-left: 30px;
	line-height: 2.0;
	list-style-type: disc ;
	margin: 10px 0;
	font-size: 0.75em;
}

div.post ol {
	margin-left: 10px;
	padding-left: 30px;
	line-height: 2.0;
	font-size: 0.75em;
}
/* ----更新情報----- */
.new{
	width: 450px;
	height: 110px;
	overflow: auto;
	border: 1px solid #CCC;	
	margin: 20px 20px;
	text-align: justify;
	text-justify: distribute;
}
/* ----更新情報終わり----- */
/*-------------------------
  チェックリスト
-------------------------- */
#check ul {
	margin-left: 10px;
	padding-left: 30px;
	line-height: 2.0;
	list-style-type: none ;
}
#check li {
	padding: 0 0 0 25px;
	margin-left: 5px;
	font-size: small;
	background: url("checkbox.gif") no-repeat 3px;
}

/*-------------------------
  チェックリストここまで
-------------------------- */
/* 引用 */
div.post blockquote {
	margin: 20px auto;
	
	background: url(blockquote.png) no-repeat #fafef3;
	border: 1px solid;
	border-color: #efefef #ccc #ccc #efefef;
	width:460px;
}

div.post blockquote p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
	padding: 30px 20px;}

/* 引用 */
/*オレンジ枠*/
.t2 {
	
	
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #ffffe0 ;
	border: 1px solid #ff8c00;
	
}

.t2 p {
	line-height: 130%;
	padding: 5px 0;
	text-align:center;
}

/*オレンジ枠終わり*/
/* ---- サイトマップ属性----- */

.ddsg-wrapper ul{
 margin: 5px 0 10px 30px;

 font-size: 100%;
 line-height: 150%;
}
.ddsg-wrapper li{
 margin-left: 10px;
}

/*------------------
 ページ遷移リンク
------------------*/
.archive {
    float: left;
	width: 530px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.5;
	/*　Mac IEでは幅を指定すると表示が崩れてしまう。floatを入れないと崩れる　*/
    font-size:0.75em;
}	

.prev{
	clear: both;
	float: left;
	width: 180px;
}
.prev a {
	padding-left: 13px;
	display: block;
	background-image: url(arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
}	
.next{
	float: right;
	width: 180px;
	padding-right: 13px;
}
.next a {
	padding-right: 13px;
	display: block;
	background: url(arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right 0.2em;
	text-align: right;
}
	
.top{
	margin-top: 5px;
	clear:both;
	float:right;
	padding-right: 13px;
}
.top a {
	padding-left: 15px;
	background: url(arrow_top.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	display: block;
	/*<・・・CSSHack・・・>*/
	/*\*//*/
	display: inline;
	/**/
}	
/*------------------
 ページ遷移リンク終わり
------------------*/

/*------------------
 サービスエリア
------------------*/
.service-area{	
	margin: 15px 30px 30px;
	border: 1px solid #f5f5f5 ;	
	float: left;
	width: 480px;
	font-size: small;
} 

p.area {
	line-height: 150%;
	margin:0 10px 10px 10px;	
} 
/*------------------
 サービスエリア終わり
------------------*/

/* サイドバー */
div#sidebar	{width: 210px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;}

/* 左サイドサービス一覧の指定 */
.side-service {
	height:30px;		
	line-height: 250%;		
	background: url("index2.gif");
    padding: 0;
}

.side-service h2 {	
    font-weight: bold;
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 0.875em;   
}

 .service-box {
 margin-top: 0;
 margin-bottom: 20px;
 border: 1px solid #BEBEBE;
 background-color: #ffffff;
 font-size: 0.75em;
}

 .service-box p {
 margin: 5px;
 border-bottom: 1px solid #f5f5f5 ;
 line-height: 150%;
}


.service-box img	{vertical-align: middle;
	margin-right: 8px}

/* ----基礎知識----- */
.side-menu {
	height:30px;
	
	line-height: 250%;		
	background: url("index.gif");
	padding: 0;
}

.side-menu  h2 {	
    font-weight: bold;
    font-size: 0.875em;
    text-align: center;
    display: block;	
    color: #FFF;
	
}

.side-navi {
 margin-top: 0;
 margin-bottom: 20px;
 border: 1px solid #BEBEBE;
 background-color: #ffffff;

}

.side-navi h2 {	
    font-weight: bold;
    font-size: 1em;
	padding: 6px 8px;
	margin: 0
}
/* ---- メニュー等----- */

.side-navi ul {
	padding:0;
	margin:0 0 5px 0;		
	text-indent: 20px;
	list-style: none;
	font-size: 0.75em;
}

.side-navi li {
	display: block;	
	list-style: none;	
}

.side-navi ul li a:link, .side-navi ul li a:visited, .side-navi ul li a:active {
 padding: 0;
 text-decoration: none;
 line-height: 200%;
 display: block;
 background: url("ya_b.gif") no-repeat 5px;
 border-bottom: 1px dashed #cccccc;
 color: #3366CC;
}

.side-navi ul li a:hover {
 background: url("ya_r.gif") no-repeat 5px;
 color: #FF0000;
}
/* フィード */
p.feed	{font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 5px;
	margin: 10px 0}

p.feed a	{color: #444444;
	text-decoration: none}

p.feed img	{vertical-align: middle;
	margin-right: 8px}
	
/* ---- 最新記事用----- */


#new-post{
 margin: 10px 8px 15px 10px;

 }

#new-post h2 {	
    font-weight: bold;
    font-size: 0.875em;
	padding: 6px 8px;
	margin: 0;
}

#new-post ol{
 margin-bottom: 10px;
 padding-left: 25px;
}
#new-post li {
 margin: 0;
 font-size: 0.75em;
 
}

#new-post a:link, a:visited, a:active, a:hover {
 color:#666;
 text-decoration: none;
}
/*フッター*/
#footer{
 float: left;
 width: 800px;
 margin: 0;
 padding: 0;
 background: url("footer.jpg") repeat-x ;
 
 }

#footer h3{
	float: left;
	height: 94px;
	width: 200px;
	margin-top: 0;
    margin-bottom: 0;   
}

#footer h3 a{
	display: block;	
}

#footer-navi {
 margin: 5px;
 float: right;
 width:550px;
 height:50px;
 } 

#footer-navi ul { 
 font-size: small;
}

#footer-navi li {
  display:inline;
  margin: 0 5px ;
}

#footer-navi a:link, a:visited, a:active {
 color:#666;
 text-decoration: none;
}

#footer-navi a:hover {
 color:#666;
 text-decoration: underline;
}

address{
 font-style: normal;
 float: right;
 font-size: 0.75em;
 font-family: Verdana, sans-serif;
 margin-top: 15px;
}




