@charset "EUC-JP";
/*--------------------------------------------------
    リセット
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------
    基本設定
--------------------------------------------------*/
html {
        overflow-y:scroll;  
}
body {
        background: #ffffff url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/21_bg.jpg) repeat-y top center;
	color: #666666;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 75%;
        overflow:visible;
}
/* for without IE6&IE7 */
html>/**/body {
	font-size: 12px;
}
/* for IE7 */
* + html body {
	font-family: "メイリオ","Meiryo";
}
/* for IE6&MACIE5 */  
* html body {
       font-family:'ＭＳ Ｐゴシック';
       font-size:75%;
}  


/*--------------------------------------------------
    リンク
--------------------------------------------------*/
a { 
	text-decoration: none;
}
a:link,
a:visited {color: #666666; }
a:hover,
a:active { color: #666666; background: #ffff00; }


/*--------------------------------------------------
    画像
--------------------------------------------------*/
img,
a img {
	border: none;
}
.emoji{
	vertical-align:middle;
        border: none;
}


/*--------------------------------------------------
    基本要素
--------------------------------------------------*/
/* リスト */
ul, ol, li, dl, dt, dd { list-style: none; }	
	
/* フォーム */
/* for without IE6&IE7 */
html>/**/body textarea,
html>/**/body input,
html>/**/body select {
	font-size: 12px;
}
/* for IE7 */
* + html textarea,
* + html input, 
* + html select {
	font-family: "メイリオ","Meiryo";
}
/* for IE6&MACIE5 */  
* html textarea,
* html input,
* html select {
        font-family:'ＭＳ Ｐゴシック';
        font-size:75%;
}


/*--------------------------------------------------
    レイアウト
--------------------------------------------------*/
div#container {
	width: 1030px;
        margin: 0 auto;
}
div#sidemenu1 {
	float: left;
	width: 250px;
	overflow: hidden;
	margin: 40px 10px 0 0;
}
div#main {
        width: 510px;
	margin: 0 0 0 0;
        float: left;
}
div#top {
        height: 40px;
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/21_main_topmenu.png) no-repeat;
}
div#header {
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/21_main_bg.png) repeat-y;
        padding: 0 5px;
}
div#footer {
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/21_main_bg.png) repeat-y;
}
div#sidemenu2 {
	float: right;
	width: 250px;
	overflow: hidden;
	margin:40px 0 0 0;
}
	



/*--------------------------------------------------
    ヘッダー
--------------------------------------------------*/
div#top ul {
        padding: 27px 0 0 365px;
}
div#top li {
        width: 60px;
        float: left;
        text-align: center;
        font-family: Arial;
        font-weight: bold;
        font-size: 10px;
}
div#top li a{
        background-color: transparent;
}
div#header h1 {
        padding: 40px 20px 0;
        margin-bottom: 5px;
        font-size: 200%;
        line-height: 1.2em;
        font-weight: normal;
        color: #666666;
}
div#header h1 a{
        color: #666666;
        background-color: transparent;
}	
div#header p {
        padding: 0 20px 40px;
        font-size: 90%;
        line-height: 1.1em;
        border-bottom: double 3px #aaaaaa;
        color: #79c4f6;
}


/*--------------------------------------------------
    メインコンテンツ
--------------------------------------------------*/	
div.content {
	margin-bottom: 20px;
	text-align: left;
	overflow: hidden;
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/21_main_bg.png) repeat-y;
        padding: 20px 25px 40px;
}
div#entry_header {
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/21_kizititle_bg.png) no-repeat;
        height: 80px;
        margin-bottom: 10px;
}
div#entry_header a {
        background-color: transparent;
}
h2.kizi_title {
	text-align: left;
	margin: 0 10px 5px;
        font-size: 120%;
        font-weight: normal;
        color: #666666;
        border-bottom: solid 1px #cccccc;
        padding: 18px 0 2px;
        line-height:1.1em;
}
h2.kizi_title a {
        color: #666666;
}
div.Date {
        margin: 0 10px;
        font-size: 85%;
        color: #666666;
        line-height: 1.1em;
}
div.Date a {
        color: #666666;
}
div.entry_body {
	text-align: left;
        font-size: 100%;
        margin: 0 10px;
        line-height: 2em;
}
div.entry_body p.entry_more {
	margin: 10px 5px 20px;
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/21_more_bg.png) no-repeat;
        width: 90px;
        height: 24px;
        text-align: center;
        font-size: 90%;
}
div.entry_body p.entry_more a {
        background-color: transparent;
}	
div.entry_body p.theme {
	margin: 10px 5px 10px;
        font-size: 85%;
}
div.entry_body img {
        border: 0;
}

/* 拍手＆ブックマーク、TW＆FB */
div.fc2_footer {
	margin: 10px 5px 10px;
}

/* ページナビ */
div.pagetop {
	text-align: right;
        padding: 10px 5px 0;
        border-top: solid 1px #aaaaaa;
}
div.pagetop a {
        background-color: transparent;
}
div.page_navi {
        margin: 0;
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/21_main_bg.png) repeat-y;
}
div.page_navi a {
        background-color: transparent;
}
div.p_left {
        float: left;
}
div.p_right {
        float: right;
}
div.pn_line {
        margin: 0 5px;
        padding: 20px 20px 40px;
        border-top: solid 1px #eeeeee;
        border-bottom: solid 1px #aaaaaa;
}

/* IE改行有効 */
br {
        letter-spacing: 0;
}

/* エントリー (html tag) */
/* 引用 */
div.entry_body blockquote {
	width: auto;
	margin: 1em 2em;
	padding-left: 5px;
	border-left: solid 5px #ffff00;
}
/* 整形済みテキスト */
div.entry_body pre {
        width: auto;
	margin: 1em 2em;
	padding: 1em;
	border: solid 1px #ffff00;
	overflow: auto;
}
/* 関連記事など定義リスト */
div.entry_body dl {
	width: auto;
	margin: 15px 0;
	padding: 10px 15px 15px;
	border: solid 1px #ffff00;
        font-size: 85%;
}	
div.entry_body dt {
	font-weight: bold;
	border-bottom: dotted 1px #aaaaaa;
}
div.entry_body dd {
	margin-top: 10px;
        line-height: 1.5em;
}
div.entry_body ul,
div.entry_body ol {
	margin: 0;
}
div.entry_body  li {
	list-style: disc outside;
	margin-left: 15px;
}


/*--------------------------------------------------
    コメント、トラックバック
    全記事一覧、検索結果一覧
--------------------------------------------------*/	
#tb, #cm, #tl, #sa {
}
p.sub_header {
	text-align: left;
	margin-bottom: 10px;
        color: #666666;
        font-size:14px;      
}
.colum {
        border: dotted 1px #ffff00;
        margin:15px 20px;
}
h3.sub_title {
	margin: 15px;
	color: #666666;
	font-size: 100%;
        border-bottom: dotted 1px #aaaaaa;
        padding-bottom: 5px;	
}
div.sub_body {
	margin: 10px 15px;
        font-size: 90%;
        color: #666666;
        line-height: 2em;
}
ul.sub_footer {
	text-align: right;
	margin: 15px 20px;
        font-size: 85%;
}
ul.sub_footer li {
	display: inline;
	list-style-type: none;
}
div.form {
        margin: 20px 20px 40px;
        font-size: 90%;
}
div.form dd {
	margin-bottom:8px;
}
div.form textarea {
	width: 90%;
	height: 180px;
}
div.form input#himitu {
	margin-right: 0.5em;
}
div.form .form_btn {
}
div.form .form_btn input {
	margin-right: 0.5em;
}
p.trackback_url {
	padding: 20px 20px;
	text-align: left;
        font-size: 85%;
}
p.trackback_url input {
	padding:3px;
	border:none;
	width: 80%;
	background-color: #79c4f6;
	color: #ffffff;
        margin-bottom: 10px;
}


/*--------------------------------------------------
    サイドバー(Plugin)
--------------------------------------------------*/	
#sidemenu1 li,
#sidemenu2 li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 5px 1em 15px;
        line-height: 1.2em;
}
dl#sidemenu_body {
	margin-bottom: 20px;
        padding-bottom: 20px;
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/21_side_bg.png);
}
dt.plg_title {
	color: #666666;
        font-size: 110%;
        margin: 0 25px 5px 25px;
        padding-top: 20px;
        line-height: 1.1em;
}
dd.plg_header,
dd.plg_body,
dd.plg_footer {
        font-size: 85%;
        line-height: 1.8em;
        margin: 0 25px;
	color: #666666;
}
dd.plg_header a,
dd.plg_body a,
dd.plg_footer a {
	color: #666666;
}
dd.plg_body input {
	margin: 2px;
}


/*--------------------------------------------------
    カレンダー(Plugin)
--------------------------------------------------*/	
table.calender {
	width: 90%;
	margin: 0 auto;
}

table.calender caption {
	margin-bottom: 15px;
	margin: 0px auto;
        font-size: 120%;
}

table.calender th,
table.calender td {
	border: 1px solid #aaaaaa;
	text-align: center;
}

table.calender th {
        background-color: #eeeeee;
}

table.calender td a {
	display: block;
	color: #ffffff;
	background-color: #79c4f6;
        text-decoration: none;
}

table.calender td a:hover{ 
	display: block;
	background-color: #ffff00;
	color: #ffffff;
        text-decoration: none;
}

table.calender th#sun {
	color: #FF6600;
}

table.calender th#sat {
	color: #0066FF;
}



/*--------------------------------------------------
    フッター
--------------------------------------------------*/	
div#footer address {
	font-style: normal;
	margin-bottom: 5px;
        padding: 20px 25px 0;
        font-size: 85%;
}
div#footer p {
	margin: 0;
        padding: 0 25px 40px;
        font-size: 85%;
}


