/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	color: #696153;
	font-size: 12px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

img{
	vertical-align:bottom;
}



.clearfix{
	display:inline-block;
	min-height:1%;
}

/*--- contents */


.news {  font-size: x-small; line-height: 1.25em}
.small {  font-size: x-small; line-height: 1.4em; color: #333333}
.xsmall {
	font-size: xx-small;
	line-height: 1.5em;
	color: #333333;
}
#contents {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}
#contents #blog {
	float: left;
	width: 410px;
	border: 1px solid #ff6666;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#contents #blog .text_area .photo {
	float: left;
	width: 106px;
}
#contents #information {
	float: right;
	text-align: left;
	width: 195px;
	padding-bottom: 20px;
}
#contents #blog .text_area {
	margin-bottom: 10px;
	clear: both;
}
#blog .text_area .text {
	float: left;
	margin-left: 20px;
	width: 260px;
	margin-bottom: 10px;
}
#blog .text_area .text .txet_midasi {
	font-size: 14px;
	font-weight: bold;
}

#blog .txet_midasi {
	font-size: 14px;
	font-weight: bold;
}
#blog .text_area .text .btn_nextpage {
	text-align: right;
}





#information li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(../top_img/point_pink.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-left: 20px;
}
#information .menu03 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(top_img/point_pink.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 12px;
}
#information .menu04 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(top_img/point_pink.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-left: 20px;
}
#information .menu05 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-bottom: 30px;
}
#information .title_sub {
	margin-top: 20px;
	margin-bottom: 10px;
}
#information .title_sub_1 {
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
#blog .blog_body {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

