@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 auto;
	font-family:'Osaka','Verdana','sans-serif';
	font-size:75%;
	line-height: 1.5;
	/*background: url(img/bg_line.jpg) repeat-y #73113A;
	background-position: center;*/ 
	background: url(img/bg.jpg) no-repeat;
	background-position: center top ; 
	color: #000;
	text-align:center ;
}

#bg {
	background: url(img/bg_line.jpg) repeat-y;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, form {
	font-size : 100% ;
	margin : 0 ;
	padding : 0 ;
}
table,td,th{
	border:none;
	vertical-align:middle;
	font-size: 8pt;
}
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:steelblue; 
	font-weight:normal; 
	text-decoration:none;
}

a:hover { 
	color:#6CB3B2; 
	font-weight:normal;
	text-decoration:underline;
}



/* 外枠部分 
------------------------------------------ */
#baseline { 
margin : 0 auto;
width: 702px;
padding: 0px;
/*border-right:solid 1px #000000; 
border-left:solid 1px #000000;*/ 
background-image: url( img/bg_head.jpg); 
background-repeat: no-repeat;
background-position:center top; 
}



/* 日記タイトル
------------------------------------------ */
#hptitle {
font-family:,'Osaka','Verdana','sans-serif';
color:steelblue;
font-size:26pt;
text-align: center;
width: 702px;
height: 25px; 
padding : 125px 0 0 0;
letter-spacing: 1em;
}


/* 日記サブタイトル
------------------------------------------ */
#hptitle_s {
text-align: right;
height: 15px; 
padding-top: 100px;
padding-bottom: 20px;
width: 702px;
}


/* ヘッダ内、メニューバー(未適用）
------------------------------------------ */
.h_menu {
font-family:'Verdana','Osaka','sans-serif';
width: 672px;
height: auto;
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:'Verdana','Osaka','sans-serif';
color:white;
font-weight:bold;
}

/* ヘッダ下、左右の枠 
------------------------------------------ */
#left { 
float:left; 
width: 460px; 
border-right:solid 1px #000000;

}

#right { 
float:right; 
width: 240px;
text-align: center;
}

/* 小枠のヘッダ 
------------------------------------------ */
.s_box_l {
height: auto; 
background:transparent; 
text-align: center;
margin : 0 20px;
color: #555555;
font-weight: bold; 
font-family:'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; 
}

/* 小枠 
------------------------------------------ */
.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-right: 20px;
margin-left: 20px;
width: 420px;
}

/* タイトル枠
------------------------------------------ */
.title_l { 
border-bottom:solid 1px #000000;
margin-right:1em;
margin-left:1em;
padding-bottom: 0.3em;
padding-top: 0.3em;
}

/* タイトル書式 
------------------------------------------ */
.title { 
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#555555;
font-size:10pt;
font-weight:bold;
}

/* タイトル書式（日付）
------------------------------------------ */
.date { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-color:#000000;
font-size:9pt;
padding-left:1em;
line-height:130%;
}

/* 記事内カテゴリ表示
------------------------------------------ */
.category { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-color:#000000;
font-size:8pt;
padding-left:2em;
}

/* 記事本文 
------------------------------------------ */
.article { 
color:#555555;
font-size:10pt;
font-family:'Osaka','MS UI Gothic','sans-serif';
//line-height:130%;
margin: 1em ;
background: transparent;
overflow:hidden;
width:395px;
}

.tb { 
font-size:8pt; 
}

form{
margin:0px;
}

/* 折りたたみコメント用 
------------------------------------------ */
.atlink{
 width:90%;
 text-align:right;
 color:#55555;
 font-size:8pt;
 margin:15px 20px 30px auto;
 padding-right:0.5em;
 clear:both;
}

.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:'Osaka','MS UI Gothic','sans-serif';

}
.CommentNameStr{
 font-size:0.8em;
}

.CommentField{
 width:95%;
 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;
}

#commentArea{
 margin:0 0 20px;
}

/* カレンダー
------------------------------------------ */
#calendar{
	background:#fff;
	text-align:center;
	margin : 0 auto;
}

#calendar .s_box {
	margin : 20px auto 15px 40px;
	text-align:left;
	wdit j :300px;
}

#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;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;	
	}

img.alignright {
	padding: 4px;
	margin: 0 0 5px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */