/*
name: sky
designer: sarasa
designer_url: http://www.web-design21.com/
developer: sarasa
developer_url: http://www.web-design21.com/
*/

/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */


/* ++++++ ブログの横幅 ++++++ */

	#container	{
		width: 742px;
		}


/* ++++++ ２段組の横幅設定 ++++++ */

	/* コンテンツ部分の横幅 */
	#center	{
		width: 540px;
		}

	/* サイドバーの横幅 */
	#left, #right	{
		width: 200px;
		}





/* ++++++ その他設定 ++++++ */

body {
       	text-align: center;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}

/* リンク設定部 */

/* 指定が無い時のリンクの下線の有無 */
a {
	text-decoration:underline ;	
	}

/* 指定が無い時の未読リンクの色 */
a:link {
	color: #0000ff;
	}

/* 指定が無い時の既読リンクの色 */
a:visited {
	color: #0000ff;
	}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #0000ff;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

h1, h2, h3 {
	font-weight: bold;
                text-decoration: none;
	}

.content h2 a {
	font-weight: bold;
                text-decoration: none;
                color: #ffffff; 
	}

.content h2 a:visited {
	color: #ffffff;
	}

.content h3 a {
	font-weight: bold;
                text-decoration: none;
                color: #ffffff;
	}

.content h3 a:visited {
	color: #ffffff;
	}
/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

body	{
	margin: 0;
	padding:0;
                background-color : #03022c; 
                color: #333333;
                background-image: url(images/body_back1.jpg);
	background-repeat: repeat-x;
                background-position: top left;
	background-attachment: fixed;
	}

#container	{
	background-image: url(back.gif);
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #000033;
                background-color:#ffffff;
	}

#one #container	{
	background-image: none;
	}

#banner	{
	margin-bottom: 10px;
	}


/* ++++++ 段の間隔 ++++++ */

	/* 左サイドバーの左右の余白 */
	#left div {
		margin-left: 15px;
		margin-right: 15px;
		}

	/* コンテンツ部分の左右の余白 */
	.content div	{
		margin-left: 20px;
		margin-right: 10px;
		}

	/* 右サイドバーの左右の余白 */
	#right div	{
		margin-left: 10px;
		margin-right: 10px;
		}

	#left div div, .content div div, #right div div {
		margin-left: 0;
		margin-right: 0;
		}



/* ++++++ ヘッダー部分のデザイン ++++++ */

#title	{
	background-image: url(images/hd_hanabi.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 5px 10px 15px 30px;
	}

#title h1	{
	font-size: 20px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-bottom: 0;
	}

#title h1 a	{
	text-decoration: none;
	color: #ffffff;
	}

#title h2	{
	font-size: 12px;
	margin-top: 6px;
	color: #ffffff;
	}




/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

img {
                border:0;
                 }

strong {
              color : #990000; 
              font-size: 14px;
                } 

/* 引用タグ（blockquote）を使用したときの設定 */
	blockquote {
		color: #000000;
		margin:10px 5px 10px 5px;
		font-size:12px;
		font-weight:normal;
		background:#FFFFCC;
		line-height:1.5;
		padding: 10px; 
		border: 2px dotted #a5c1e0;
		width: auto ;
	}

.info dt {
	font-family: Verdana, Arial, sans-serif;
	width: auto;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
                margin-left: 10px;
	margin-bottom: 20px;
	padding: 5px;
	border-left: solid 10px;
	border-color: #f0a8b7;
                background-color: #f9f7ee;
                color:#333333;
}


.info dd {
	font-size: 12px;
                line-height: 155%;
                margin-left: 15px;
                margin-bottom: 20px;
}

.info1       {
              margin-top : 10px; 
              margin-bottom : 25px; 
               } 
.info1 dt   {
             padding : 0 0 0 5px; 
             } 
.info1 dd {
            line-height : 160%; 
            margin : -1.6em 0 0.8em 5em; 
            } 

.info01     {
             margin-top : 10px; 
             margin-bottom : 25px; 
                             } 
.info01 dt   {
             padding :3px;
             color:#333333;
             background-color: #daecfe;
             width:110px;
             margin-left:0px; 
             font-size: 12px;
             } 
.info01 dd {
            line-height : 160%; 
            margin : -1.6em 0 0.8em 9.5em; 
            border-bottom : 1px dotted #666666; 
            font-size: 12px;
            } 

#center li {
            margin-bottom : 5px; 
            list-style-type : square; 
            } 


hr { 
           border:1px dashed #999999;
           margin: 0px;
           padding: 0px;
}

/* ++++++ コンテンツ部分のデザイン ++++++ */



p {
               font-size: 12px;
               padding-bottom: 5px;
               padding-left: 15px;
               padding-right: 15px;
               margin:0px;
               font-family: Verdana, Arial, sans-serif;
               }

.top-free{
                font-size: 12px;
	color: #333333;
	line-height: 150%;
                font-family: Verdana, Arial, sans-serif;
               }

.top-ad{
                font-size: 12px;
	color: #333333;
	line-height: 150%;
                font-family: Verdana, Arial, sans-serif;
                margin-bottom: 0px;
                padding-left:20px;
               }

.entry	{
	margin-bottom: 45px;
                margin-left: 10px;
                font-size: 12px;
	line-height: 150%;  
                font-family: Verdana, Arial, sans-serif;    
                background-color: #ffffff;
	}

.entry p	{
	font-size: 14px;
	color: #333333;
	line-height: 150%;
                font-family: Verdana, Arial, sans-serif;
                margin: 5px 0px 5px 0px;
	}

p.content-nav {
               margin-top:10px;
}

.content h2	{
	font-size: 14px;
	color: #ffffff;
                text-align: left;
	font-weight: bold;
                margin: 5px 0px 15px 0px; 
                background-image: url(images/content_h2.jpg);
	background-repeat: no-repeat;
                padding: 3px 10px;
	}


.title	{ 
	padding: 5px 0px 5px 30px;	
	margin-bottom: 5px;
	background:#ffffff;	
	}




.content h3	{
                color: #ffffff; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
                background-image: url(images/content_h2.jpg);
	background-repeat: no-repeat;
                margin: 10px 0px 15px 0px;      
                padding: 3px 10px;
	}




.content h4	{
            color: #0a6cce;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	}



.content h5  {
                text-align: left;
	font-weight: bold;
	font-size: 12px;
                color: #2c5e8a;
                margin-top:10px;
                margin-bottom:0px;
                }


.entry p.posted	{
	font-size: 10px;
	color: #999999;
	border-bottom: dotted 1px #cccccc;
	padding-top: 3px;
                margin: 5px 0px 20px 0px;
	}

.entry p.imgcenter	{
	text-align: center;
	}

.entry p.entry-more-link {
           font-size: 12px;
           margin: 10px 10px;
           text-align: right;
           }

.entry p.midashi	{
	font-size: 12px;
                font-weight: bold;
	color: #333333;
	border-bottom: dotted 1px #990000;
                background-color: #f9f7ee;
	padding: 3px;
                margin: 5px;
	}


.vw {
                color: #000000;
	margin:10px 5px 10px 5px;
	font-weight:normal;
	background:#ffffff;
	line-height:1.5;
	padding: 35px 5px 5px 5px; 
	width: auto ;
　　　　　　　background-image: url(images/point.gif);
	background-repeat: no-repeat;
                background-position:top left;
}

.vw p{	font-size:12px;}

p.invo{ 
          font-size: 12px;}

/* ++++++ カテゴリーナビ部分のデザイン ++++++ */


.category {
	font-size: 10px;
	text-align:right;
	border-bottom: dotted 1px;
	margin-bottom:10px;
                padding:3px;
                }



/* ++++++ サイドバー部分のデザイン ++++++ */

/* カテゴリーメニュー */
/* メニュー枠内でh2タグを使用した時の設定 */
.sidebar h2 {
	font-size: 12px;
	margin: 0px 10px 0px 10px;
	color: #ffffff;
	background-color: #000033;
	padding: 5px 0 5px 15px;
                background-image: url(images/side_h2.jpg);
	background-repeat: no-repeat;
	}

.sidebar h3 {
	color:#000000;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	text-align:left;
	background-color: #ffffff;
	padding: 0px;
                font-weight: bold;
                margin:5px 0px 3px 5px;
	}

/* メニュー枠内でulタグを使用した時の設定 */
.sidebar ul {
	padding-left: 0px;
	margin: 5px 0;
	}

/* メニュー枠内でul ulタグを使用した時の設定 */
.sidebar ul ul {
	margin-bottom: 0px;
	}



/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
	background: url(images/lir.gif) no-repeat 5px 0.5em;
                 margin: 0px;
                 padding: 0px 0px 5px 16px;
                 list-style: none;
	}


/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}


/* unit ではさまれた範囲の文字の設定 */
.unit{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	border-right: 1px solid #000033;
                border-left: 1px solid #000033;
                border-bottom: 1px solid #000033;
                border-top: 5px solid #000033;          
	}

.unit p	{
	font-size: 12px;
	color: #333333;
	line-height: 150%;
                font-family: Verdana, Arial, sans-serif; 
                margin: 5px 0px 5px 0px;
                padding: 3px;
	}

/* フィード情報 */
#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 30px;
	border-top: dotted 1px #4e87b9;
	}



/* Movable Type情報 */
#powered	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
                margin-bottom: 10px;
                border-top: dotted 1px #4e87b9;
	}





/* ++++++ フッター部分のデザイン ++++++ */

#footer	{
	padding: 5px;
                background-color:#cccccc;
                font-size: 12px;
                text-align:center;
                clear: both;
	}

/* フッターカテゴリーリスト */
#footer2 {
	color:#000000;
	font-size: 12px;
	line-height: 1.5;
	padding: 0px 36px 5px 36px;
	margin: 0px 0px 0px 0px;
	text-align: left;
clear: both;
	}


/* コピーライト情報 */

#copyright address	{
	font-size: 12px;
	font-style: normal;
	text-align: center;
	}


/* 前後のエントリーへリンクするプラグイン */
p.pan {
          margin: 20px 0px 0px 0px;
          font-size: 12px;
         }

/* 画面上へ戻るリンク */
.jampbox {
font-size: 11px;
color: #006699;
text-align: right;
padding: 5px 0px 5px 0px;
margin: 5px 0px 0px 0px;
border-top: 1px dashed #000000;
	}


p.linkun {
	background-color: #ffffff;
	font-size: 9px;
	color: #999999;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.linkun {
	background-color: #cccccc;
	font-size: 9px;
	color: #999999;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}


/* タグクラウド */ 

.module-tagcloud .module-content { font-size: 100%;text-align: left; font-family: Arial, Helvetica, sans-serif;}
.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%; }

