/*
テンプレート名：　a-TwinkleStar-3c-js
製作者：　斎七　（さいしち）
http://rainbowmaterial.blog59.fc2.com/
http://rm7.blog.shinobi.jp/
（2010年09月10日）


2011/4/10更新
・画像に枠がつかないようにリセット設定

2010/11/26　IEでのフッター表示不具合修正しました
　　　　　　（メインカラムの半透明設定削除）


＊このテンプレートでは右側が広くなっています。また、左側メニューに横幅をとるものがあるとレイアウトがずれることがあります。ご注意ください。


プラグイン配置は下記の通りです。
1⇒右
2,3⇒左
4⇒中央上
5⇒中央下


**************************
おねがい
**************************
ブログ表示されないなどの不具合がございましたら
お手数ですがご連絡くださいませ。


**************************
参考にしたもの
**************************

追記・コメントの開閉スクリプトは下記を参考にしました。
http://artifact-jp.com/mt/archives/200401/mtmemo0122.html
ARTIFACT ―人工事実― : Movable Type作業メモ


**************************
使用した素材
**************************
画像
水珠 (MIZUTAMA) 写真屋＋音葉。
http://shirayuki.saiin.net/~sora/

丸角javascript
JQuery Corner Gallery
http://methvin.com/jquery/jq-corner.html

jQuery: The Write Less, Do More, JavaScript Library
http://jquery.com/

YUI 3: CSS Fonts
Yahoo UI Library Font-size Adjustment
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.html
http://developer.yahoo.com/yui/3/cssfonts/


**************************
このテンプレートのご使用は、同人を除くアダルト・商用ではご遠慮下さい。また、テンプレートのカスタマイズ後の再配布もご遠慮下さい。カスタマイズは自由です。
そのほか、何かありましたら僕のブログまでご連絡下さい。よろしくお願いします。あと、ソースが見づらくてすいません<(_ _)>
*/


/************************************/
/*画像に枠がつかないようにリセット*/
img{
border-style:none;
}

/************************************/
/*テキストシャドウ*/
.textshadow{
	text-shadow:#2B4080 0px 0px 5px,#2B4080 0px 0px 5px,#2B4080 0px 0px 5px;
/*IE用フィルタ*/
filter:progid:DXImageTransform.Microsoft.Glow(Color='#2B4080', Strength=3);zoom:1;
/*IE用フィルタ*/
}

/************************************/
/*JavaScript有効のとき、対象を隠す*/
.sidehide{display:none;}

/*コメントリストのスタイル*/
.com_open {
line-height: 150%;
display: block;
padding: 5px 0px 5px 5px;
}

.com_open_name {
line-height: 150%;
display: block;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

.pagetoplink{
	text-align:right;
	padding:0px 10px 0px 10px;
}

.CommentResBlock{
	width:90%;
	margin:0px 10px 20px auto;
	border-width:1px 1px 1px 1px;
	border-color: lightblue;
	border-style:solid;
}



/************************************/
/*コメント欄のアイコンポップアップ位置調整*/
#table_icon{
z-index:9!important;
left:0px;
margin-top:20px;
}


/************************************/
/* ページ構成 */

html {overflow-y:scroll;} /* IE用横スクロールバー対策 */

body{
	text-align : center;
	font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","OSAKA";
	margin:0px;
	padding:0px;
	background-color: white;
         background-image: url();	/* 背景画像 */
       color: black;
}

#container{
	font-size: 100%; /***** YUI使用でのベースフォントサイズ *****/
	position:relative;
	width:950px;	/* ブログの幅 */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: ;
}


#wrapper {
	position:relative;
	background-color:;
	margin-left:0px;
	width:950px;
	margin-bottom:0px;
}

#main-column{
position:relative;
float:left;
margin-top:15px;
margin-right:-500px;
margin-left:1px; /*もとは9px*/
	background-color: ;
	text-align:left;
	width:703px;	/* メインカラムの幅 元々の595+100+8 */
        font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
        font-size:120%
}

div#left_column{
/*
position:relative;
z-index:2;
*/
margin-left:0px;
float:left;
margin-top:15px;
background-color: ;
	width:0px;	/* 左メニューの幅 元々は100px */
	padding-left:0px;
	border-width:0px;
	border-color: #CC9933;
	border-style:solid;
       font-size: 90%;
}

div#right-column{
/*
position:relative;
z-index:2;
*/
margin-top:15px;
margin-right:0px;
float:right;
background-color: ;
	width:234px;	/* 右メニューの幅 */
	padding-right:0px;
	border-width:0px;
	border-color: #CC9933;
	border-style:solid;
       font-size: 90%;
}


/************************************/
/* リンクの色 */

a:link {	color: darkblue;	text-decoration: underline;}
a:active {	color: steelblue;	text-decoration: underline;}
a:visited {	color: #B0C4DE;	text-decoration: underline;}
a:hover {	color: SteelBlue;	text-decoration: underline;}

#BlogName a{
	color: white;
	text-decoration: underline;
}

#BlogName a:HOVER{
	color: #CFE8EF;
	text-decoration: underline;
}

#headIntroduction a{
	color: #D59F00;
	text-decoration: underline;
}

#headIntroduction a:HOVER{
	color: #FFDF80;
	text-decoration: underline;
}
/*
.EntryTitle a{
	font-weight:bold;
	color: #D59F00;
	text-decoration: underline;
}

.EntryTitle A:HOVER{
	font-weight:bold;
	color: Peru;
	text-decoration: underline;
}
*/
/*フッター部分のリンクの色
.fc2ad a{
	color: navy;
	text-decoration: underline;
}

.fc2ad A:HOVER{
	color: Peru;
	text-decoration: underline;
}
*/

.CalendarTr a {
	             background: aliceblue!important;
	             text-decoration: underline;
	             font-weight:bold;
}

/*
.calender td a:link {
	              background: cornsilk!important;
	              color: #333399;
	              text-decoration: underline;
	font-weight:bold;
}

.calender td a:visited {
	                 background: cornsilk!important;
	                 color: DarkOliveGreen;
	                 text-decoration: underline;
	font-weight:bold;
}

.calender td a:hover {
	               background: cornsilk!important;
	               color: CornflowerBlue;
	               text-decoration: underline;
	font-weight:bold;
}
*/
/************************************/
/* 引用 */


blockquote{
	padding:10px;
	border-left: 2px dotted #00008B;
	background-color: #fdfdfd;
/*
	width:88%;
        font-size: 100%;
	margin:15px 15px;
	padding:10px 15px;
	background-color: whitesmoke;
	border:4px dashed darkblue;
*/
}


hr{
border: lightblue 1px dotted; 
}

/************************************/
/*head要素 */


#ccheader{
height:420px;
width:950px;
/*	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
*/
position:relative;
z-index:2;
/*margin-right:-880px;
float:left;*/
         background-image: url(http://file.hotjupiter.blog-sim.com/CIMG1767.jpg);
background-position : -70px 0px;
/*******ブログ上部の画像*******/

	background-color: aliceblue;
	border-width:0px;
	border-color: black;
	border-style:solid;
}

.header2{
	position:relative;
width:500px;
height:130px;
	text-align:left;
	background-color: ;
     background: url() no-repeat;
}
.headcolour{
height:20px;
	padding:5px 0px 1px 5px;
	font-weight:bold;
	font-size:95%;
	background-color: #F7F9DA;
}
/*******画面右上********/
div#topright{
	position:absolute;
	top:4px;
	right:20px;
	width:200px;
	height:30px;
	padding-right:5px;
	background-color: ;
         background-image: url();
/*******画面右上の画像********/
}
div#topright a{
color:#9FB1DF;
}
div#topright a:hover{
color:#CFE8EF;
}


#BlogName{
width:550px;
	font-family:"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF","Hiragino Kaku Gothic Pro","\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka";
	font-size:100%;
	padding:170px 0px 5px 50px;
	font-weight:bold;
	letter-spacing:5px;
	color: white;
}

#headIntroduction{
width:550px;
/*	font-size:95%;*/ /***** YUI使用しているのでコメントアウト *****/
	line-height:140%;
	padding:15px 0px 0px 40px;
	color: white;
}

/************************************/
/* menu 要素 */

.menuBlock{
	margin:0px 0px 40px 0px;
	border-width: 0px;
	border-color:black;
	border-style:solid;
	line-height:150%;
/*       font-size: 80%;*/
}

.menuTitle1{
	padding:5px 0px 1px 5px;
	font-weight:bold;
	font-size:95%;
	color: MidnightBlue;
	background-color: aliceblue;
         background-image: url(http://file.hotjupiter.blog-sim.com/CIMG1767.jpg);
background-position : -6px -6px;
	border-width: 0px;
	border-color:whitesmoke;
	border-style:solid;
}


/*******リスト*******/
ul {
     text-align:left;
     margin-left: 0px;
     padding-left: 15px;
	list-style-type: circle;
	list-style-position : outside;
/*
	list-style-type: none;

*/
     text-decoration: none;
}


li {
     text-align: left;
     font-size: 95%;
     color: black;
     line-height: 150%;
     padding: 0px 0px 5px 0px;
     text-decoration: none;
/*
     background: url() no-repeat;
*/
}

.menuText li{
	margin:0px 5px 10px 0px;
	padding-bottom:0px;
}


/* form 要素 */
form{
	padding:0px;
	margin:0px;
}

.search{
	width:100px;
	border:1px solid black;
	margin-top:15px;
}

/************************************/
/* プラグインのカレンダー */

.CalendarMoveTable{
	margin-left:10px;
	border-top:0px double black;
	width:90%;
	border-collapse:separate/*collapse*/;
	border-spacing:0;
	text-align:center;
}

.CalendarTable{
	margin-left:10px;
	border-top:1px double black;
	width:90%;
	border-collapse:separate/*collapse*/;
	border-spacing:0;
}

.CalendarWdaySun {
	color:blue;
}

.CalendarWdaySat {
	color: navy;
}

.calender caption{
	width:90%;
}

/************************************/
/* main要素 */

.EntryTableBlock{
position:relative;
z-index:5;

/****半透明設定。重いかもしれないので消しても可。****/

filter: Alpha(opacity=85);
-moz-opacity: 0.85;
opacity:0.85;

/****半透明設定****/

width:690px; /*もともとは595*/
	margin:0px 0px 20px 0px;
/*	padding:10px;*/
	border-width:0px;
	border-color: lightblue;
	border-style:solid;
         background-image: url(); /* 記事部分の背景画像 */
         background-color: ;
}

.EntryBlock{
	margin:0px 0px 20px 0px;
	border-width:1px 1px 1px 1px;
	border-color: lightblue;
	border-style:solid;
}

.EntryTitle{
	width:683px; /***** 595px-10px-10px=575px paddingの分を引く,595+100+8にしたので595+100+8-10-10=675*****/
	background-color: aliceblue;
	padding:5px 10px 5px 10px;
	font-size:100%;
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-bottom-color:black;
	font-weight:bold;
	line-height:140%;
     background: url(http://file.hotjupiter.blog-sim.com/CIMG1767.jpg) no-repeat;
background-position : -6px -6px;
}

.EntryBody{
	padding:20px 10px 10px 10px;
/*	font-size:95%;*/ /***** YUI使用しているのでコメントアウト *****/
	line-height:160%;
}

.EntryMore{
	padding:1em 10px;
/*	font-size:95%;*/ /***** YUI使用しているのでコメントアウト *****/
	line-height:140%;

}

.EntryBlock ul{
	padding:0px;
	margin-left:18px;
	list-style-type:circle;
}

.EntryBlock ol{
	padding:0px;
	margin-left:26px;
	list-style-type:decimal;
}

.EntryBlock li{
	margin:0px;
}


.com001{
padding-bottom: px;
	font-size:95%;
	line-height:140%;
}

.com{
padding-bottom: 10px;
	font-size:95%;
	line-height:140%;

}

.EntryDate{
	padding:1em 10px 10px 10px;
	font-size:95%;
	line-height:140%;
	text-align:left;
}

.pageLink{
	font-size:95%;
	text-align:center;
	padding:10px;
}

.LinkBlock{
	margin:10px 0px 10px 0px;
	border-width:0px;
	border-color: gray;
	border-style:solid;
         background-image: url();
         background-color: ;
}

/************************************/
/* Comment要素 */
.Bold{
	padding:10px;
	font-size:95%;
	font-weight:bold;
}

.CommentTitle{
	font-weight:bold;
	font-size:95%;
	padding:20px 10px 1em 10px;
}

.CTBody{
	font-size:95%;
	line-height:140%;
	padding:0px 10px 5px 10px;
}

.Date{
	font-size:95%;
	padding:1em 10px 20px 10px;
	text-align:right;
}

/************************************/
/* maintForm要素 */
.mainForm{
	border:1px dotted gray;
	margin:10px;
}

.mainFormText{
	width:220px;
	border:1px solid black;
}

/*****コメント投稿：本文の幅*****/
.mainFormTextarea{
	width:328px;
	height:220px;
	border:1px solid black;
}

.mainFormPass{
	width:100px;
	border:1px solid black;
}

.mainFormCheck{
	border:1px solid black;
}

.mainFormButton{
	width:100px;
}

/************************************/
/* Traba要素 */

.TrabaTitle{
	font-weight:bold;
	font-size:95%;
	padding:10px 10px 1em 10px;
}

.TrabaUrl{
	font-size:95%;
	padding:10px;
}

.TrabaForm{
	width:300px;
	border:1px solid black;
}

/************************************/
/* footer要素 */
#footer{
	width:950px;	/* ブログの幅 */
         height:500px;
	margin-left:auto;
	margin-right:auto;
/*
	width:100%;
*/
	clear:both;
	padding:0px;
/*
	margin:0px 0px 0px 0px;
*/
         background-color: black;
	border-width:0px;
	border-color: gray;
	border-style:solid;
         background-image: url(http://file.hotjupiter.blog-sim.com/CIMG1767.jpg);
 background-repeat: no-repeat;
}

.fc2ad{
	width:950px;	/* ブログの幅 */
/*	float:left;*/
	text-align:left;
/*	text-align:right;*/
	padding:400px 5px 0px 40px;
	line-height:150%;
	letter-spacing:2px;
color:gray;
}

.fc2ad a{
color:lightslategray;
}
.fc2ad a:visited{
color:lightslategray;
}
.fc2ad a:hover {
color:darkgray;
}

img.emoji{
	padding:0px;
	margin:0px;
	background:none;
	vertical-align:middle;
	border:0;
}
.dclear{
	clear:both;
}

.waku{
    padding:15px;
    border:solid 2px darkblue;
    border-radius:10px;
    background-color:lightcyan;
    margin-top:30px;
    margin-bottom:30px;
    font-size:normal
}

.kakomi{
    padding:10px;
    border:solid 1px darkgray;
    border-radius:0px;
    background-color:whitesmoke;
    margin-top:20px;
    margin-bottom:20px;
    font-family: "Courier New", Consolas, monospace;
}

.comment{
    padding:10px;
    border:dotted 1px darkgray;
    border-radius:0px;
    background-color:whitesmoke;
    margin-top:20px;
    margin-bottom:20px;
}

.midashi{
    background-color:#0000cc;
    padding-left:10px;
    font-size:large;
    color:white
}

h2{
  margin: 1.5em 0;
  padding: 0.5em 0 0.3em 0.6em;
  background: #F8F8FF;  
  border-bottom: 1px solid #00008B;
  border-left: 10px solid #00008B;     
  font-size: 130%;
  font-weight: bold;
}

h3{
  margin: 3.0em 0 1.5em;
  background: #f0ffff;
  padding: 0.4em 0 0.3em 0.5em;
  border-bottom: 1px dotted #00008B;
  border-left: 8px solid #00008B;     
  font-size: 120%;
  font-weight: bold;
}

h4{
  margin: 2.0em 0 1.0em;
  padding: 0.3em 0 0.2em 0.4em;
  border-bottom: 1px dotted #00008B;
  border-left: 4px solid #00008B;     
  font-size: 110%;
  font-weight:normal;
}

h5{
  margin: 1.5em 0 1.0em;
  diaplay: inline;
  border-bottom: 1px dotted #000000;
  font-size: 100%;
  font-weight: normal;
}