@charset "utf-8";
/*--------------------------------------------------
    リセット
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------
    基本設定
--------------------------------------------------*/
html {
        overflow-y:scroll;  
}

body {
	background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/16_dot_sc.gif);
	color: #444444;
	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: #444444; }
a:hover,
a:active { color: #ff3e82; }


/*--------------------------------------------------
    画像
--------------------------------------------------*/
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#wrap {
        width:100%;
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/16_head_bg.png) no-repeat top center;
}

div#header {
	width: 840px;
        height: 85px;
        margin: 0 auto;
}

div#container {
        width: 840px;
        margin: 0 auto;
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/16_bg.png) repeat-y;     
}

div#main {
        width: 590px;
        margin-left: 10px;
        float: left;
        padding-top: 15px;
}


div#sidemenu {
	width: 220px;
        margin-right: 10px;
        float: right;
        padding-top: 15px;	
}

div#footer {
	clear: both;
	width: 100%;
        background: #222222;
}


/*--------------------------------------------------
    ヘッダー
--------------------------------------------------*/
div#header h1 {
        padding-top: 15px;
        margin-left:20px;
        margin-right:250px;
        font-size: 200%;
        letter-spacing: 0.2em;
        color: #ffffff;
        font-weight: normal;
}
div#header h1 a {
        color: #ffffff;
}
	
div#header p {
        margin: 2px 250px 0 20px;
        font-size: 75%;
        line-height: 110%;
        color: #ffffff;
}

div#header ul {
        list-style-type: none;
        margin-left: 600px;
        position: absolute;
        top: 55px;
}

div#header li.navi {
        width: 50px;
        height: 20px;
        color: #ffffff;
        float: left;
        font-size: 75%;
        font-family: Arial;
        font-weight: bold;
}

div#header li.navi a {
        color: #ffffff;
        display: block;
        width: 50px;
        text-align: center;
}

div#header li.navi a:hover {
        color: #ff3e82;
}


/*--------------------------------------------------
    メインコンテンツ
--------------------------------------------------*/	
ul.newen {
        margin: 0 0 30px 0;
        font-size: 90%;
        border-top: double 4px #ffffff;
        border-bottom: double 4px #ffffff;
        padding: 10px 25px 20px;
}

ul.newen li {
        margin: 4px 20px 0 20px;
        border-bottom: dotted 1px #ffffff;
        padding: 0 0 0 20px;
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/16_hantoumei.png) no-repeat;
}

div.content {
	margin: 0 0 60px 0;
	text-align: left;
	overflow: hidden;
}

div.entry_header {
        margin: 0 25px 30px 25px;
}

div.entry_date {
        float: left;
        width: 60px;
        height: 60px;
        font-size: 16px;
        line-height: 15px;
        text-align: center;
        font-family: serif;
}

div.entry_date p {
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/16_date.png) no-repeat;
        width: 60px;
        height: 52px;
        padding: 8px 5px 0 0;
}

span.date_s {
        font-size: 11px;
}

div.entry_title {
        padding-top: 15px;
        margin-left: 70px;
}

div.entry_title h2{
        font-size: 160%;
        line-height: 1.1em;
        font-weight: normal;
        margin-bottom: 2px;
}

div.entry_cate {
        font-size: 90%;
        font-family: serif;
}

div.entry_body {
        clear: both;
        font-size: 90%;
        margin: 0 45px 20px 45px;
        line-height: 1.8em;
        letter-spacing: 0.1em;
}

div.entry_body p.entry_more {
	padding: 15px 0;
	margin: 0px;
        font-size: 90%;
}

div.entry_tag {
	margin: 15px 20px;
        font-size: 90%;
        text-align: right;
}

div.entry_body img {
        border: none;
}

div.entry_info {
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/16_enfoot.png) no-repeat;
        margin: 0 25px;
	text-align: right;
        height: 13px;
        padding-top: 2px;
        font-size: 10px;
        font-family: serif;
}

div.entry_info a {
        color: #ff3e82;
}

/* 拍手＆ブックマーク、TW＆FB */
div.fc2_footer {
	margin: 15px 0px;
}

/* ページナビ */
div.page_navi {
        margin: 15px 0 60px;
        border-top: solid 1px #ffffff;
        border-bottom: solid 1px #ffffff;
	padding: 2px 25px 0;
        font-size: 100%;
        font-family: serif;
        height: 22px;
}

div.page_navi img {
        vertical-align: middle;
}

div.p_left {
        float: left;
}

div.p_right {
        float: right;
}

/* IE改行有効 */
br {letter-spacing: 0; }



/* エントリー (html tag) */
/* 引用 */
div.entry_body blockquote {
	width: auto;
	margin: 1em 2em;
	padding-left: 5px;
	border-left: soid 5px #ffffff;
}
/* 整形済みテキスト */
div.entry_body pre {
        width: auto;
	margin: 1em 2em;
	padding: 1em;
	border: solid 1px #ffffff;
	overflow: auto;
}

/* 関連記事など定義リスト */
div.entry_body dl {
	width: auto;
	margin: 15px 0;
	padding: 10px 15px 15px;
        font-size: 90%;
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/16_hantoumei.png);
        letter-spacing: 0em;
}	
div.entry_body dt {
	font-weight: bold;
	border-bottom: dotted 1px #999999;
}
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;
}


/*--------------------------------------------------
    コメント、トラックバック
    全記事一覧、検索結果一覧
--------------------------------------------------*/	
div.cmtb_sub {
        margin: 0 45px 20px;     
}

div.cmtb_main {
        margin: 0 45px 30px; 
}

p.sub_header img {
        vertical-align: middle;
        font-weight: bold;
}

.colum {
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/16_hantoumei.png);
        padding: 20px;
        margin-bottom: 30px;
}

h3.sub_title {
	margin: 0 0 10px;
	font-size: 120%;
        border-bottom: dotted 1px #999999; 	
}

div.sub_body {
	margin: 10px 0;
        font-size: 90%;
        line-height: 1.6em;
        letter-spacing: 0.1em;
}

ul.sub_footer {
	text-align: right;
	margin: 15px 0 0;
        font-size: 10px;
        font-family: serif;
}

ul.sub_footer li {
	display: inline;
	list-style-type: none;
}

ul.sub_footer li a {
        color: #ff3e82;
}

div.form {
        margin: 40px 20px;
        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;
        font-size: 90%;
}

ul.list_body li {
	margin-bottom: 5px;
}


p.trackback_url {
	padding: 10px 20px;
	text-align: left;
        font-size: 90%;
}

p.trackback_url input {
	padding:3px;
	border:none;
	width: 90%;
	background-color: #ff3e82;
	color: #ffffff;
        margin-bottom: 10px;
}

div.pagetop {
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/16_enfoot.png) no-repeat;
        margin: 0;
	text-align: right;
        height: 13px;
        padding-top: 2px;
        font-size: 10px;
        font-family: serif;
}

div.pagetop a {
        color: #ff3e82;
}


/*--------------------------------------------------
    サイドバー(Plugin)
--------------------------------------------------*/	
#sidemenu li {
	list-style-type: disc;
	list-style-position: outside;
        margin-left: 15px;
        margin-bottom: 6px;
        line-height: 1.2em;
}

dl.sidemenu_body {
	margin: 0 10px 50px 10px;
}

dt.plg_title {
	color: #f6c8cb;
        font-weight: bold;
        font-family: Arial;
        font-size: 110%;
        letter-spacing: 0.1em;
        text-align: center;
        margin-bottom: 10px;
        width: 200px;
        height: 30px;
}

dt.plg_title p {
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/16_plg_kakko.png) no-repeat top center; 
        width: 200px;
        height: 23px;
        padding-top: 8px;
}

dd.plg_header,
dd.plg_body,
dd.plg_footer {
        font-size: 80%;
        line-height: 1.8em;
        margin: 0 0 0 0;
}

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: #222222;
        text-decoration: none;
}

table.calender td a:hover{ 
	display: block;
	background-color: #ff3e82;
	color: #ffffff;
        text-decoration: none;
}

table.calender th#sun {
	color: #FF6600;
}

table.calender th#sat {
	color: #0066FF;
}



/*--------------------------------------------------
    フッター
--------------------------------------------------*/	
div#footer p {
        width: 800px;
	margin: 0 auto;
        padding: 0 20px 20px 20px;
        font-size: 80%;
        color: #ffffff;
}

div#footer address {
        width: 800px;
        padding: 1em 20px 0 20px;
        margin: 0 auto;
	font-style: normal;
        font-size: 80%;
        color: #ffffff;
}

div#footer a {
        color: #ffffff;
}
div#footer a:hover {
        color: #ff3e82;
}