@charset "utf-8";
/*
Theme Name: MyBlog
Theme URI: http://www.bax-tage.com/wpblog/wp-content/myblog
Description: シンプルなオリジナルテーマ
Author: 
Author URI: 
Version: 1.0
Tags: 
*/

/*============================================================
	universal reset
============================================================*/

body { 
	margin: 0px;
	font-family:'MS UI Gothic','Osaka','Verdana','sans-serif';
	font-size:75%;
	line-height: 1.5;
	background: #EE87B3;
	color: #000; 
}

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, form {
	font-size : 100% ;
	margin : 0 ;
	padding : 0 ;
}
table,td,th{
	border:none;
	text-align:center;
	vertical-align:top;
}
p{
	font-size : 100% ;
	margin : 0 ;
	padding : 0 ;
	line-height : 1.5;
}
ul,li{
	list-style-type:none;
}
img { border : none ; }


/*============================================================
	a link
============================================================*/

a:link, a:visited { 
	color:#ff6600; 
	font-weight:normal;
	text-decoration:underline;
}

a:hover { 
	color:#ff9966; 
	font-weight:normal;
	text-decoration:none;
}

/* clearfix */
.clearfix:after {
	content : "." ;
	display : block ;
	height : 0 ;
	clear : both ;
	visibility : hidden ;
}
.clearfix { display : inline-block ; }
/* Hides from IE-Mac \*/
*html .clearfix { height : 1% ; }
.clearfix { display : block ; }
/* End hide from IE-mac */

address {
	font-style: normal;
}


/* 外枠部分 
------------------------------------------ */
#baseline { 
margin : 0 auto;
width: 702px;
border-right:solid 1px #000000; 
border-left:solid 1px #000000; 
background: #fff url(img/main.jpg) left top repeat-y; 

}

#back {
background: #fff url(img/main.jpg) left top no-repeat; 
}


/* 日記タイトル
------------------------------------------ */
#hptitle {
text-align: center;
}


/* 日記サブタイトル
------------------------------------------ */


/* ヘッダ内、メニューバー(未適用）
------------------------------------------ */
.h_menu {
font-family:'MS UI Gothic','Osaka','Verdana','sans-serif';
width: 702px;

text-align:left;
background-color:lightslategray;
color:white;
font-weight:bold;
padding-top:0.3em; 
padding-bottom:0.3em; 
padding-left:30px;
}

a.menu_link{
font-family:'MS UI Gothic','Osaka','Verdana','sans-serif';
color:white;
font-weight:bold;
}

/* ヘッダ下、左右の枠 
------------------------------------------ */
#left { 
float:left; 
width: 480px; 
padding : 10px 0 0;
}

#photoSpace {
	width : 90px;
	height : 100%;
	float : right;
}

#nikkiSpace {
	width : 390px;
	float : left;
	text-align : left;
	margin : 20px 0 20px;
}


#right { 
float:right; 
width: 202px;
text-align: center;
padding : 10px 0 0;
}

/* 小枠のヘッダ 
------------------------------------------ */
.s_box_l {
height: auto; 
background:transparent; 
text-align: center;

color: #555555;
font-weight: bold; 
font-family:'MS UI Gothic','Osaka','Verdana','sans-serif';
padding-top: 0.3em; 
padding-bottom:0.3em; 
background-image: url(); 
background-position: left top;  
background-repeat: repeat-x;
border-bottom:solid 1px #000000; 
}

.menu {
	border-bottom : 1px dotted #999;
	padding : 0 0 15px;
	margin : 0 0 15px;
	text-align : left;
	font-size : 11px;
}

.menu p {
	text-align : left;
	margin : 0 0 5px;
}


/* 小枠 
------------------------------------------ */
.s_box {
margin: 20px auto 15px;
padding: 0.5em; 
font-size: 8pt; 
font-family:'MS UI Gothic','Osaka','Verdana','sans-serif';
text-align: center;
}



/* 記事枠 
------------------------------------------ */
.line {
border:solid 0px #000000;
text-align:left;
height:auto;
background: transparent;
margin : 0 10px;
}

.line.dotted{
 border-bottom:dotted 1px #000000;
}

/* タイトル枠
------------------------------------------ */
.title_l { 
/*border-bottom:solid 1px #000000;*/
margin : 0 5px;
padding-bottom: 0.3em;
}

/* タイトル書式 
------------------------------------------ */
.title { 
color:#555555;
font-size:11pt;
font-weight : bold;
}

.mini {
	text-align : right;
	font-size : 10px;
	margin:0;
}

/* タイトル書式（日付）
------------------------------------------ */
.date {
color : #000;
font-size:8pt;
text-align : right;
padding : 2px 2px 0 2px;
line-height:130%;
margin : 0;
}

/* 記事内カテゴリ表示
------------------------------------------ */
.category { 
font-family:'MS UI Gothic','Osaka','Verdana','sans-serif';
font-color:#000000;
font-size:8pt;
padding-left:2em;
}

/* 記事本文 
------------------------------------------ */
.article { 
color:#555555;
font-size:10pt;
font-family:'MS UI Gothic','Osaka','Verdana','sans-serif';
//line-height:130%;
margin:0 1em 1em 1em;
background: transparent;
}

.tb { 
font-size:8pt; 
}

form{
margin:0px;
}

/* 折りたたみコメント用 
------------------------------------------ */
.atlink{
 text-align:right;
 color:#55555;
 font-size:8pt;
 margin:0px 10px 0.5em 0;
 padding-right:0.5em;
}

.button{
background:#ffffff;
border:solid 1px #808cb3;
}

TEXTAREA{
border:solid 1px #808cb3;
}

.CommentName{
 color:#555555;
 font-size:0.8em;
 text-align:left;
 border-bottom: solid 1px #000000;
}

.CommentMsg{
 text-align:left;
 margin:0.5em 0.5em 1em 1em;
 color:#555555;
 font-size:0.8em;
 font-family:'MS UI Gothic','Osaka','Verdana','sans-serif';

}
.CommentNameStr{
 font-size:0.8em;
}

.CommentField{
 width:100%;
 border:solid 0px #808cb3;
 background:#f7f7f7;
 padding:0.5em;
 margin-right: none;
 margin-left: auto;
 font-family:'MS UI Gothic','Osaka','Verdana','sans-serif';
}

.cmnt_msg_view{
width:80%;
text-align:left;
background:#ffffff;
}

/* カレンダー
------------------------------------------ */
#calendar{
	background:#fff;
	text-align:center;
	margin : 0 auto;
}

#calendar .s_box {
	margin : 20px auto 15px 40px;
	text-align:left;

}

#calendar table {
	text-align:center;
	width : 150px;
}


.cmonth{
	text-align:center;font-weight:bold;
}

.cweek{
	font-weight:bold;
}

.csat{}
.csun{}

.chr {
	color:#000;
	background-color:#000;
	border:none;height:1px;
}

.cday{} 


/* 内容
------------------------------------------ */
#recentEntry .s_box ul,
#recentEntry .s_box_l ul {
	text-align : left;
	margin : 0 0 0 20px;
}


.navigation {
	clear:both;
	margin :10px 0 10px;
	width:320px;
}

.come {
	margin : 0 0 0 20px;
}


/*#footer {
	font-size : 10px;
	text-align : right;
	border-top : 1px solid #666;
	padding : 10px ;
	background : #fff;
	clear : both;
}*/

/*#footer p {
	line-height : 1.7;
	margin : 0 0 5px;
}*/








/* bannerブロック */
#banner {
	position: relative;
	width: 702px; /* necessary for ie win */
	padding: 0;
	background: #000;
}
#banner-inner {
	margin: 0 ;
	background:url(img/head.jpg) no-repeat top #000;
	height: 145px;
	border-width: 0 ;
}
#banner-inner img {
	margin: 0 10px ;
}
h1 {
	padding:0 0 0 1px;
    margin : 0;
	font-size: 11px;
	color:#fff;
	text-align:left;
	background:#000000;
	font-weight:normal;
}

#banner-header {
	position:absolute;
	background:url(img/logo.gif) no-repeat top;
	height: 42px;
	width: 241px;
    top: 10px;
    left:400px;
	text-indent: -9999px;
}
#banner-right {
	margin:0 5px 0 300px;
	font-size: 11px;
        width:392px;
	text-align:right;
}
#entry-day {background-color:#000;}
.banner_Right{
 float : right ;
 margin:0 4px 2px 0;
}
#banner-description {
position:absolute;
    font-size: 12px;
	color: #FF99CC;
    line-height: 1.125;
        top: 60px;
        left:400px;
	font-weight:normal;
    /*
	color: #000;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
    text-shadow: #36414d 0 1px 2px;
	*/
}


/* ヘッダーナビゲーション */
ul#h_navi {
	clear : both ;
	list-style : none ;
    	margin:0;
	padding : 0 ;
	overflow:hidden;
}
ul#h_navi img {
    margin:3px 40px 5px 0;
	float : left ;
}
ul#h_navi li {
    margin:0 5px 0 3px;
	width : 200px ;
	height : 30px ;
	float : left ;
}
ul#h_navi li a {
	display : block ;
	width : 100% ;
	height : 100% ;
	text-indent : -9999px ;
}

ul#h_navi li#h01 a { background : url(img/menu.gif) left top no-repeat ; }
ul#h_navi li#h02 a { background : url(img/menu.gif) -200px top no-repeat ; }

ul#h_navi li#h01 a:hover { background : url(img/menu.gif) left -30px no-repeat ; }
ul#h_navi li#h02 a:hover { background : url(img/menu.gif) -200px -30px no-repeat ; }


.entry-header {
    margin: 0;
    color: #666;
    font-size: 16px;
	font-weight:bold;
	/*line-height:1.4em;*/
}

.entry-footer {
	clear:both;
    margin: 0 auto;
    border-top: 1px solid #E6E6E6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
	width:360px;
}

.entry-footer2 {
    border: 1px solid #E6E6E6;
    padding: 1px;
    color: #666;
    font-size: 10px;
    text-align: center;
}

.entry-footer3 {
    float:right;
    border: 5px solid #E6E6E6;
    padding: 2px;
    color: #666;
    font-size: 10px;
	width:120px;
}

.module {
    margin: 5px 0 10px 0;
    padding: 0 0 5px 0;
    background: #fff;
    border-bottom:1px dotted #999999;
}
.module-cat {
    margin: 0 20px 0 0;
    border-width: 0;
    padding: 5px 10px;
	background: #595757;
}
.module-cat img {
    margin: 2px auto;
}

/* footer */
#footer{
width:700px;
background: #fff;
	border-top : 1px solid #666;
	padding : 10px 0 10px;
}

#copy1{
float:left;
margin:7px 0 5px 10px;
line-height:1.5;
text-align:left;
}

#copy2{
float:right;
margin:10px 5px 5px 0;
text-align:right;
width:300px;
}

#copy2 p{
margin:5px;
}

.CommentField{
	width:360px;
	margin:0 auto;
}


.postmetadata{
	clear:both;
	margin:0 18px 0 0;
	text-align:right;
}

.archtitle{
	font-size:130%;
}


.mds_entry{
	margin:0 0 15px 0;
}









/*WordPresデフォルトCSS　ブログ入力用*/

/* Begin Images */
p img {
	padding: 0;
	/*max-width: 100%;*/
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



.btn_01 a {
	float : left;
	overflow : hidden;
	display : block ;
	width : 192px;
	height : 47px;
	text-indent : -9999px;
	background : url(<?php bloginfo('stylesheet_directory'); ?>/img/btn_01.jpg) left top no-repeat;
}

.btn_01 a:hover {
	background : url(<?php bloginfo('stylesheet_directory'); ?>/img/btn_01.jpg) left bottom no-repeat;
}

.btn_02 a {
	float : left;
	overflow : hidden;
	display : block ;
	width : 192px;
	height : 47px;
	text-indent : -9999px;
	background : url(../img/btn_02.jpg) left top no-repeat;
}

.btn_02 a:hover {
	background : url(../img/btn_02.jpg) left bottom no-repeat;
}

.btn_03 a {
	float : left;
	overflow : hidden;
	display : block ;
	width : 192px;
	height : 47px;
	text-indent : -9999px;
	background : url(../img/btn_03.jpg) left top no-repeat;
}

.btn_03 a:hover {
	background : url(../img/btn_03.jpg) left bottom no-repeat;
}

.btn_04 a {
	float : left;
	overflow : hidden;
	display : block ;
	width : 192px;
	height : 47px;
	text-indent : -9999px;
	background : url(../img/btn_04.jpg) left top no-repeat;
}

.btn_04 a:hover {
	background : url(../img/btn_04.jpg) left bottom no-repeat;
}

.btn_05 a {
	float : left;
	overflow : hidden;
	display : block ;
	width : 192px;
	height : 47px;
	text-indent : -9999px;
	background : url(../img/btn_05.jpg) left top no-repeat;
}

.btn_05 a:hover {
	background : url(../img/btn_05.jpg) left bottom no-repeat;
}








