@charset "utf-8";


/* リセット */

* {
	margin: 0px;
	padding: 0px;
	float: none;
}

h1,h2,h3,h4,p,ul,ol,li,dt,dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

.dl {
	marign-bottom:15px;
}

.floatClear {
	clear: both;
	overflow: hidden;
}

.hiddenImg {
	display: none;
}

/* 基本 */
body {
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	background-image: url(img/main/body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}


/* 　強調 */
.strong {
	color: #009900;
	background-color: #ffffff;
}




/*　コンテンツ　*/
#container {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}


/* ヘッダ */
#header img {
	border-style: none;
}

#header pad {
	padding-top: 10px;
	margin:0 auto;
}

#header h1 {
	position: absolute;
	left: -9999px;
}

#header p {
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 10px;
}


/* ナビゲーション */
#navi {
        margin-top:0px;
        margin-bottom:20px;
        background-color:#CCCCCC;
        font-size:90%;
        color:#0066FF;
        float:left;
        width:100%;
}

/*　余白　*/
#pad {
        margin-left:10px;
        margin-right:10px;
}
#navi ul {
        line-style-type:none;
        margin:0;
        padding-bottom: 0px;
        padding-left:28px;
        padding-right:0px;
        padding-top;0px;
}

#navi ul li {
	display: inline;
        padding:0;
}

#navi a {
	background-image: url(img/main/navi_a.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
        text-decoration:none;
        color:#0066FF;
        display:block;
        float:left;
        padding-bottom:3px;
        padding-left:12px;
        padding-right:12px;
        padding-top:2px;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #FFFFFF;
}

#navi #current {
        text-decoration:none;
        color:#6699CC;
        display:block;
        float:left;
        padding-bottom:3px;
        padding-left:12px;
        padding-right:12px;
        padding-top:2px;
        background-color:#999999;
}

#navi a:hover {
         color:#669900;
         background-color:#FFFFFF;
	background-image: url(img/main/navi_b.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}


/* コンテンツ */
#contents {
	clear:both;
	margin:20 30 20 10px;  
}

/* メイン */
#main {
	font-size: 95%;
	line-height: 140%;
	letter-spacing: 0.05ex;
	margin-top:20px;
	margin-bottom: 20px;
	margin-left:50px;
	margin-right: 50px;}

/*　メイン：余白　*/
#main .pad {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 22px;
}

/*　メイン　リンク　*/
#main a {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}

/*　メイン　リンク：未訪問　*/
#main a:link {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/*　メイン　リンク：オーバー　*/
#main a:link:hover {
	text-decoration: underline;
	color: #009900;
	background-color: #ffffff;
}
/*　メイン　リンク：選択中　*/
#main a:link:active {
	text-decoration: underline;
	color: #009900;
	background-color: #ffffff;
}

/*　メイン　リンク：訪問済　*/
#main a:visited {
	text-decoration: none;
	color: #336699;
	background-color: #ffffff;
}

/*　メイン　リンク：訪問済＋オーバー　*/
#main a:visited:hover {
	text-decoration: underline;
	color: #009900;
	background-color: #ffffff;
}

/*　メイン　リンク：訪問済＋選択中　*/
#main a:visited:active {
	text-decoration: underline;
	color: #009900;
	background-color: #ffffff;
}

/*　メイン：日付　*/
#main .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}

/*　メイン：見出し2　*/
#main h2 {
	font-size: 120%;
	font-weight: bold;
	color: #003366;
	background-color: #ffffff;
	margin-top: 0px;
	padding-top: 6px;
	padding-left: 2px;
	margin-left:5px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	clear: both;
}


/*　メイン：見出し3　*/
#main h3 {
	font-size: 100%;
	font-weight: bold;
	color: #003366;
	background-color: #ffffff;
	background-image:url(img/icon.gif);
	background-position:left center;
	background-repeat:no-repeat;
	margin-top: 5px;
	padding-top: 5px;

	padding-left: 10px;
	margin-left:10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	clear: both;
}

/*　メイン：見出し4　*/
#main h4 {
	font-size:95%;
    font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 5px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}

/* メイン：本文    */
#main p {
        margin-left: 30px;
        line-height: 150%;
}


/*  メイン　*/
#main_title {
}

.main_txt p{
         margin-bottom:25px; 
}

/*　カテゴリー　*/
#categories {
	color: #333333;
	background-color: #eeeeee;
	margin-left: 5px;
}

#categories ul {
	padding: 0;
	margin-left: 0px;

	list-style: none;
}

/*　カテゴリー:リスト関係　*/
#categories ul li {
	padding-top: 1px;
	padding-bottom: 1px;
}

#categories ul li a {
	background-image: url(file:///D|/Daigo/d/?Y/blogimg/menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

#categories ul li a:hover {
	color: #009900;
	background-color: #ffffff;
	background-image: url(file:///D|/Daigo/d/?Y/blogimg/menu.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}

#categories ul ul {
	margin: 0;
	padding: 0;
}

#categories ul ul li {
	background-image: none;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
}

#categories ul ul li a {
	background-image: url(file:///D|/Daigo/d/?Y/blogimg/submenu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border-left: none;
}

#categories ul ul li a:hover {
	color: #009900;
	background-color: #ffffff;
	background-image: url(file:///D|/Daigo/d/?Y/blogimg/submenu.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
	text-indent: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border-left: none;
}

/*　モジュール関係　*/
.module-tagcloud .module-content { font-size: 100%;text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 150%; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 130%; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 120%; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 100%; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 90%; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 80%; }


/*　ノート　*/
.note{
	padding-left: 5px;
	padding-right: 5px;
}

/*　ノート:段落　*/
.note p {
	line-height: 130%;
	padding-bottom: 2px;
}



/*　*/
.link-note {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	padding: 2px;
}


#powered {
	font-size: 70%;
	color: #333333;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}


/*　フッタナビ　*/
#footernavi {
	font-size: 70%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*　フッタナビ：余白　*/
#footernavi pad {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

#footernavi ul {
	margin: 0;
	padding: 0;
}

#footernavi ul li {
	display: inline;
}

#footernavi ul li a {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
	padding: 0.2em;
}

#footernavi ul li a:hover {
	text-decoration: none;
	color: #009900;
	background-color: #CCCCCC;
	padding: 0.2em;
}

/*　フッタ　*/
.footer {
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	clear: both;
	text-align:center;
}

/*　アドレス　*/
.address {
	font-weight: normal;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*  CSR  */
.CSR_txt {
	font-size: 100%;
}

/*　パンくず　*/
#pan {
        width:700px;
	font-size:80%;
	color:#999999;
	text-decoration:none;
	margin:20px;
	paddig:20px;
	border-bottom: solid 1px #999999;
}

#pan a {
	color:#999999;
	text-decoration: none;
}

#pan a:hover {
	text-decoration: underline;
	color: #009933;
}

 
 /* 本文 */
 .j90 {
 	width:640px;
	margin:60px;
	font-size:90%;
}

 .tree ul {  
       padding:0;  
       margin:0;  
       background-position: -9px 15px;   
       background-image: url('img/ul.gif');   
       background-repeat: repeat-y  
 }  

 .tree li {  
       font-size: 1em;  
       font-weight:bold;  
       margin: 0px;   
       padding: 3px 0 3px 24px;   
       list-style-type: none;  
 }  
  
.tree li a {  
     text-decoration:none;  
     color:#000;  
 }  
 
.tree li a:hover {  
     text-decoration:underline;  
}  

.tree ul ul {  
     background-position: -1px 15px;  
     background-image: url('img/ul.gif');   
     background-repeat: repeat-y;  
}  

.tree ul li {  
     background-position: 0px 7px;   
     background-image: url('img/li.gif');   
     background-repeat: no-repeat;  
}  

.tree ul li a {  
     font-weight:bold;  
     text-decoration:underline;  
}  

.tree ul li a:hover {  
     text-decoration:none;  
 }  
 
.tree ul ul li {  
     background-position: 8px 7px;  
     background-image: url('img/li.gif');   
     background-repeat: no-repeat;     
}  

.tree ul ul li a {  
     background-position: 0px 7px;   
     font-size:1em;  
     color:#666;  
     text-decoration:none;  
}

.tree ul ul ul li a {  
     background-position: 0px 7px;   
     font-size:0.8em;  
     color:#999;  
     text-decoration:none;  
}


/*　indexブロック　*/

.box {
	font-size:80%;
	float: left;
	margin:8px;
	height:420px;
	border:#666666 solid 1px;
	padding:5px;
}

.box_s {
	float: left;
	margin:4px;
	height:420px;
	border:#666666 solid 1px;
	padding:5px;
}

.box_news {
        font-size:100%;
	float:left;
	width:460px;
	height:420px;
	margin:5px;
	padding:5px;
	border:#666666 solid 1px;
}

.box_news ul, .box_news li {
	color:#0066FF;
	font-size:90%;
	line-height:150%;
	list-style-type:none;	
	margin-left:5px;
	margin-bottom:10px;
}


.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 5px solid #36414d;
    padding: 5px;
    color: #fff;
    background: #a3b8cc;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-header,
.comments-closed {
    clear: both;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.search_box {
    width: 600px;
    margin-left: 50px;
