@charset "utf-8";


body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
table,th,td,
form,input,textarea,
p {
	margin: 0;
	padding: 0;
}
img,abbr,acronym,fieldset {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
    vertical-align: top;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/* font */
/* -------------------------------------------------- */

body{
	/* font-family: Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
}
/* safari only \*/
html[xmlns*=""] body {
	font-family: 'Hiragino Kaku Gothic Pro';
}

/* for IE7 */
*:first-child+html body { font-size: 75%; }

/* for IE 6 */
* html body { font-size: 75%; }

.xx-large  { font-size:150%;    line-height:1.7; } /*18px*/
.x-large   { font-size:133.3%;  line-height:1.6; } /*16px*/
.large     { font-size:116.6%;  line-height:1.6; } /*14px*/
.mid       { font-size:100%;    line-height:1.5; } /*12px*/
.small     { font-size:91.6%;   line-height:1.5; } /*11px*/
.x-small   { font-size:83.3%;   line-height:1.5; } /*10px*/

/* clearfix */
/* -------------------------------------------------- */
.clearfix:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* blog */
/* -------------------------------------------------- */

#blog #container{
	margin: 0px auto;
	width: 800px;
}
#blog #header{
	position:relative;
	background-image: url(../../blog/img/bg_header.jpg);
	background-repeat: no-repeat;
	height: 233px;
	width: 772px;
	padding-top: 15px;
	padding-left: 28px;
	margin-bottom: 25px;
	zoom:1;
}
#blog h1{
	margin-top: 60px;
}
#blog #header p {
	position:absolute;
	top:auto;
	left:30px;
	bottom:20px;
}
#blog #wrap{
	width: 800px;
}
#blog #sidebar{
	float: left;
	width: 205px;
	padding-left: 2px;
}
#blog #main{
	float: right;
	width: 522px;
	border: 1px solid #CCCCCC;
	padding: 28px 24px 18px 22px;
}
/* main */

#blog .blog_title01{
	font-size: 17px;
	font-weight: bold;
	color: #673535;
	border-bottom: 1px solid #999999;
	padding-bottom: 11px;
	padding-left: 4px;
	margin-bottom: 10px;
}
#blog .blog_date{
	color: #991D42;
	text-align: right;
	padding-right: 9px;
	margin-bottom: 17px;
}
#blog .blog_text01{
	margin-bottom: 24px;
}
#blog #blog_wrap01{
	padding-left: 8px;
	padding-bottom: 20px;
}
#blog .pic_content01{
	width: 509px;
	margin-top: 9px;
}
#blog .pic_content01_left{
	float: left;
	width: 250px;
}
#blog .pic_content01_right{
	float: right;
	width: 250px;
}
#blog .button_wrap01{
	text-align: right;
	margin-top: 20px;
}

/* sidebar */

#blog .sidebar_title01{
	margin-bottom: 8px;
}
#blog #calendar_top{
	color: #FFFFFF;
	background-color: #9B2145;
	text-align: center;
}
#blog #calendar_top a{
	color: #FFFFFF;
}
#blog #calendar_top span{
	font-weight: bold;
	margin-right: 30px;
	margin-left: 30px;
}
#blog #calendar_wrap{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 6px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin-bottom: 23px;
}
#blog #calendar_table01{
}
#blog #calendar_table01 th{
	border-left: 4px solid #FFFFFF;
	background-color: #DAD7D7;
	text-align: center;
	font-weight: normal;
}
#blog #calendar_table01 td{
	border-bottom: 1px dashed #999999;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
#blog #calendar_table01 .color_text01{
	color: #FF0000;
}
#blog #calendar_table01 .color_text02{
	color: #009900;
}
#blog #calendar_table01 #color_bg01{
	background-color: #FFCCCC;
}
#blog #calendar_table01 #color_bg02{
	background-color: #CCEBCC;
}

#blog #calendar_table01 #no_border td{
	border-bottom-style: none;
}
#blog .sidebar_content01{
	border: 1px solid #CCCCCC;
	padding-left: 15px;
	padding-top: 19px;
	padding-right: 10px;
	margin-bottom: 33px;
}
#blog .sidebar_content01 li{
	list-style: none;
	background-image: url(../../blog/img/icon01.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 2px;
	font-size: 11px;
	margin-bottom: 18px;
}
#blog .sidebar_content01 .sidebar_list01 li{
	margin-bottom: 10px;
}	
