@charset "utf-8";

/* -------------------------------------------------- */
/* file   : blog.css                                   */
/* update : 2011/03/04 T.S                            */
/* -------------------------------------------------- */

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%;
}
li {
	list-style: none;
}
li img{
	vertical-align: bottom;
}

/* font */
/* -------------------------------------------------- */

body{
	/* font-family: Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	line-height: 1.7;
}
/* 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*/


/* body */
/* -------------------------------------------------- */
body{
	color: #666666;
	background-color: #FAF5F4;
}

/* link */
/* -------------------------------------------------- */
a:link{
    
}
a:visited{
    
}
a:hover{
    
}
a:focus{
    
}
a:active{
    
}

/* container */
/* -------------------------------------------------- */
#container {
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	margin: 0px auto;
	width: 898px;
	margin-bottom: 30px;
}

/* header */
/* -------------------------------------------------- */
#header {

}

/* g_menu */
/* -------------------------------------------------- */
#g_menu {

}
#g_menu li {
    list-style: none;
}


/* wrap */
/* -------------------------------------------------- */
#wrap {
	background-image: url(../../../blog/img/bg_wrap.gif);
	background-repeat: repeat-y;
	width: 860px;
	padding-right: 19px;
	padding-left: 19px;
	padding-bottom: 30px;
}

/* main */
/* -------------------------------------------------- */
#wrap #main {
	float: left;
	width: 642px;
	padding-top: 30px;
}
.main_title01{
	background-image: url(../../../blog/img/bg_main_title01.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 25px;
	width: 636px;
	padding-left: 6px;
	padding-top: 3px;
}
.main_title02{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dashed #FF6666;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 22px;
}
.blog_wrap01{
	padding-left: 30px;
}
.blog_wrap01 p{
	margin-bottom: 15px;
}
.pic_content01_wrap{
	width: 600px;
	margin-bottom: 15px;
}
.pic_content01{
	float: left;
	width: 160px;
	margin-right: 20px;
}

/* sidebar */
/* -------------------------------------------------- */
#sidebar {
	float: right;
	width: 184px;
	padding-top: 5px;
}
#sidebar_text01{
	text-align: right;
	margin-bottom: 15px;
}
#sidebar_text01 a{
	color: #666666;
	text-decoration: none;
}
#sidebar_text02{
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
#sidebar_text02 span{
	margin-right: 15px;
	margin-left: 15px;
}
#sidebar_text02 a{
	color: #666666;
	text-decoration: underline;
}
#sidebar_table01{
	margin-bottom: 20px;
}
#sidebar_table01 th{
	text-align: center;
	width: 26px;
	vertical-align: middle;
}
#sidebar_table01 td{
	text-align: center;
	vertical-align: middle;
}
#sidebar_table01 td a{
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}
#sidebar_table01 .color01{
	color: #CC0000;
}
#sidebar_table01 .color02{
	color: #003399;
}
.sidebar_title01{
	background-image: url(../../../blog/img/bg_sidebar_title01.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 184px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
}
.sidebar_list01{
	padding-left: 16px;
	margin-bottom: 20px;
}
.sidebar_list01 li a{
	color: #666666;
}
#sidebar_list02 li{
	margin-bottom: 9px;
}
/* footer */
/* -------------------------------------------------- */
#footer {

}

/* h */
/* -------------------------------------------------- */
h1 {
    
}
h2 {

}
h3 {

}

/* layout */
/* -------------------------------------------------- */
.section {
    
}

.col2wrap {
	width: 100%;
}
.col2left {
	width: 50%;
	float: left;
}
.col2right {
	width: 50%;
	float: right;
}


/* border */
/* -------------------------------------------------- */
.border01 {
    
}

/* ohter */
/* -------------------------------------------------- */
#container #wrap .no_margin_b {
	margin-bottom: 0px;    
}
.space01{
	margin-bottom: 5px;
}
.space02{
	margin-bottom: 10px;
}
.space03{
	margin-bottom: 15px;
}
.space04{
	margin-bottom: 20px;
}
.space05{
	margin-bottom: 25px;
}
.space06{
	margin-bottom: 35px;
}
.space07{
	margin-bottom: 40px;
}

/* table */
/* -------------------------------------------------- */

.table01 {
}
.table01 th, .table01 td {

}
.table01 th {

}
.table01 td {

}

/* topic_path */
/* -------------------------------------------------- */
#topic_path {

}

/* clearfix */
/* -------------------------------------------------- */
.clearfix:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
