@charset "utf-8";
/*--------------------------------------------------
    リセット
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------
    基本設定
--------------------------------------------------*/
html {
        overflow-y:scroll;  
}
body {
        background: #f5f6f7
url(http://blog-imgs-44.fc2.com/u/r/a/uraraka01/25_bg_japan.jpg) fixed no-repeat top left;
	color: #f5f6f7;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 75%;
        overflow:visible;
}
/* for without IE6&IE7 */
html>/**/body {
	font-size: 10px;
}
/* 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: #fdf9bb; }
a:hover,
a:active { color: #fdf9bb; text-decoration: underline; }


/*--------------------------------------------------
    画像
--------------------------------------------------*/
img,
a img {
	border: none;
}
.emoji{
	vertical-align:middle;
        border: none;
}
img { max-width : 90% ; height : auto;}

/*--------------------------------------------------
    基本要素
--------------------------------------------------*/
/* リスト */
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: 1000px;
        margin: 0 0 0 75px;
}
div#header {
        width: 1000px;
        height: 220px;
}
div#wrap {

}
div#main {
        width: 500px;
	margin: 0 20px 0 0;
        float: left;
        background: url(http://blog-imgs-37.fc2.com/u/r/a/uraraka01/15_touka500.png);
}
div#sidemenu1 {
	float: left;
	width: 220px;
	overflow: hidden;
	margin:0 20px 0 0;
}
div#sidemenu2 {
	float: left;
	width: 220px;
	overflow: hidden;
	margin:0 0 0 0;
}
div#footer {
	clear: both;
	width: 1000px;
        padding-top: 40px;
        padding-bottom: 40px;
}	



/*--------------------------------------------------
    ヘッダー
--------------------------------------------------*/
div#top ul {
        padding-top: 10px;
        position: absolute;
        right: 100px;
}
div#top li {
        display: inline;
        font-size: 80%;
        text-align: center;
        color: #ffffff;
}
div#top li a{
        color: #ffffff;
}
div#top li a:hover {
        text-decoration: underline;
}
div#header h1 {
        padding-top: 85px;
        padding-left: 5px;
        padding-right: 260px;
        margin-bottom: 12px;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 0.5em;
        color: #b3c7dd;
        font-family: serif;
}
div#header h1 a{
        color: #b3c7dd;
        text-decoration: none;
}	
div#header p {
        padding-left: 5px;
        padding-right: 260px;
        font-size: 11px;
        line-height: 1.1em;
}


/*--------------------------------------------------
    メインコンテンツ
--------------------------------------------------*/	
div.content {
	margin-bottom: 50px;
	text-align: left;
	overflow: hidden;
	width: 100%;
}
div.Date {
        margin: 2px 20px 15px 20px;
        font-size: 85%;
        text-align: right;
}
#h2png {
        background: url(http://blog-imgs-44.fc2.com/u/r/a/uraraka01/25_midashi_mark.png) no-repeat;
        margin-left: 20px;
}
h2.entry_header{
	text-align: left;
	margin: 20px 20px 0 0;
        font-size: 18px;
        font-weight: normal;
        border-bottom: solid 1px #cccccc;
        padding:7px 0 7px 32px;
        line-height: 1.1em;
}
div.entry_body {
	text-align: left;
        font-size: 100%;
        margin: 0 30px;
        line-height: 2.0em;
}
div.entry_body p.entry_more {
	margin: 10px 0 10px 5px;
}	
div.entry_body p.theme {
	margin: 10px 0px 10px 5px;
        font-size: 85%;
}
div.entry_body img {
        border: 0;
}
ul.entry_footer {
	text-align: left;
        font-size: 85%;
        margin: 20px 25px 2px;
}
ul.entry_footer li {
	display: inline;
	list-style-type: none;
        line-height: 1.6em;
}

/* 拍手＆ブックマーク、TW＆FB */
div.fc2_footer {
	margin: 10px 5px 10px;
}

/* ページナビ */
div.page_navi {
        margin: 20px;
	text-align: center;
        font-size: 85%;
}
div.pagetop {
	text-align: right;
        font-size: 85%;
        margin: 0 20px 0 20px;
        border-top: solid 1px #cccccc;
        padding-right: 5px;
}

/* IE改行有効 */
br {
        letter-spacing: 0;
}

/* エントリー (html tag) */
/* 引用 */
div.entry_body blockquote {
	width: auto;
	margin: 1em;
	padding-left: 5px;
	border-left: solid 5px #eeeeee;
}
/* 整形済みテキスト */
div.entry_body pre {
        width: auto;
	margin: 1em;
	padding: 1em;
	border: solid 1px;
	overflow: auto;
}
/* 関連記事など定義リスト */
div.entry_body dl {
	width: auto;
	margin: 15px 0;
	padding: 10px 15px 15px;
	border: dotted 1px #eeeeee;
        font-size: 85%;
}	
div.entry_body dt {
	font-weight: bold;
	border-bottom: dotted 1px #eeeeee;
}
div.entry_body dd {
	margin-top: 10px;
        line-height: 1.8em;
}
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 {
        width: 100%;
}
p.sub_header {
	text-align: left;
	margin: 30px 20px 10px 20px;
        font-size: 120%;
        color: #ffffff;
}
.colum {
        border: dotted 1px #eeeeee;
        margin:15px 30px;
}
h3.sub_title {
	margin: 15px;
	color: #ffffff;
	font-size: 100%;
        border-bottom: dotted 1px #eeeeee;
        padding-bottom: 5px;	
}
div.sub_body {
	margin: 10px 15px;
        font-size: 90%;
        color: #ffffff;
        line-height: 1.8em;
}
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 30px 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;
}
ul.list_body {
	margin:20px 30px;
        font-size: 85%;
}
ul.list_body li {
	margin-bottom: 5px;
}
p.trackback_url {
	padding: 20px 30px;
	text-align: left;
        font-size: 85%;
}
p.trackback_url input {
	padding:3px;
	border:none;
	width: 80%;
	background-color: #d9e7fd;
	color: #444444;
        margin-bottom: 10px;
}


/*--------------------------------------------------
    サイドバー(Plugin)
--------------------------------------------------*/	
#sidemenu1 li,
#sidemenu2 li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 5px 5px 10px;
}
dl#sidemenu_body {
	margin-bottom: 20px;
        padding-bottom: 15px;
        background: url(http://blog-imgs-37.fc2.com/u/r/a/uraraka01/15_touka220.png);
}
#plg1png, #plg2png {
        background: url(http://blog-imgs-44.fc2.com/u/r/a/uraraka01/25_side_mark.png) no-repeat bottom left;
        margin-left: 10px;

}
dt.plg_title {
	color: #ffffff;
        font-size: 110%;
        margin: 0 10px 5px 0;
        padding: 15px 0 0 22px;
        border-bottom: solid 1px #cccccc;
}
dd.plg_header,
dd.plg_body,
dd.plg_footer {
        font-size: 85%;
        line-height: 1.8em;
        margin: 0 10px;
}
dd.plg_body input {
	margin: 2px;
}


/*--------------------------------------------------
    カレンダー(Plugin)
--------------------------------------------------*/	
table.calender {
	width: 90%;
	margin: 15px auto;
}
table.calender caption {
	margin-bottom: 15px;
	margin: 0px auto;
}
table.calender th,
table.calender td {
	padding: 0.1em;
	border-bottom: 1px dotted #666666;
	text-align: center;
}
table.calender td a {
	display: block;
	color: #444444;
	background-color: #fcfee2;
        text-decoration: none;
}
table.calender td a:hover{ 
	display: block;
	background-color: #d9e7fd;
	color: #444444;
        text-decoration: none;
}
table.calender th#sun {
}
table.calender th#sat {
}


/*--------------------------------------------------
    フッター
--------------------------------------------------*/	
div#footer p {
	margin: 0 260px 2px 20px;
        font-size: 85%;
}
div#footer address {
	font-style: normal;
	margin: 0 260px 2px 20px;
        font-size: 85%;
}

