@charset "UTF-8";
@import url("reset-fonts.css");


/*=================================================================
/ basic style
/=================================================================*/

html {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	padding: 0;
	color: #222222;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Arial, sans-serif;
}

/* basic elements */

a {
	outline: 0 none;
	color: #222222;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #00ACB9;
}
/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	min-height:1px;
}
* html .clearfix {
	height:1px;
	/*促*//*/
	height:auto;
	overflow:hidden;
	/**/
}
.center    {text-align:center;}
.left      {text-align:left;}
.right     {text-align:right;}
.fleft     {float:left;}
.fright    {float:right;}
.both      {clear:both;}



/* form elements */

input[type="text"],
input[type="password"],
textarea {
	outline: 0 none;
	border: 1px solid #747474;
	padding: 6px 2px 5px;
}

.ie input[type="text"],
.ie input[type="password"],
.ie textarea,
.win.chrome input[type="text"],
.win.chrome input[type="password"],
.win.chrome textarea {
	vertical-align: middle;
	padding: 3px 2px;
}

.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 textarea,
.win.gecko input[type="text"],
.win.gecko input[type="password"],
.win.gecko textarea {
	padding: 4px 2px 3px;
}

input[type="radio"],
input[type="checkbox"] {
	outline: 0 none;
}

select {
	outline: 0 none;
	border: 1px solid #747474;
	padding: 6px 4px 5px 2px;
}

.ie select,
.win.chrome select {
	padding: 3px 4px 3px 2px;
}

.ie7 select,
.win.gecko select {
	padding: 4px 4px 3px 2px;
}

input[type="text"].error,
input[type="password"].error,
textarea.error,
select.error {
	border: 1px solid #bb0000;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #00ACB9;
}

input[type="text"].null,
input[type="password"].null,
textarea.null {
	color: #747474;
}

button:hover {
	cursor: pointer;
}

label:focus,
label:hover,
label.hover {
	color: #00ACB9;
}

.must{
	color: #00ACB9;
	font-size: 91.6%;
}
.main-error {
	padding: 4px 10px;
	background-color: #f8e5e5;
	color: #bb0000;
	margin:10px 0px 20px;	
	}
.main-finished {
	padding: 4px 10px;
	background-color: #E5F7F8;
	color: #00ACB9;
	margin:10px 0px 20px;	
}
.w120{
width:120px;
}
.w180{
width:180px;
}
.left{
text-align:left;
	}
.center{
text-align:center;
	}
#comments{
	font-size: 84.6%;	
	padding:10px 15px;;
}

#comments #header{
	text-align:left;
	padding-bottom:12px;
	background: #ffffff url(/_common/img/myblog/line_2.png) repeat-x scroll left bottom;
	
}
#comments #contentsTitle h1{
	font-size:135%;
	font-weight:bold;
	padding:10px 0;
	line-height: 1.0;
	border-bottom:1px solid #222;
}
.box{
	border:1px solid #222;
	margin:10px 0px;
}

.tableBorder{
	border-top:1px solid #747474;
	border-bottom:1px solid #747474;
}

.entry-title{
		margin:3px 0px 0px 0px;
	border-top:2px solid #fff;
	padding:5px 10px;
	background: url(/_common/img/myblog/td_dot_line_ur.gif) no-repeat scroll right bottom;
}
.entry-title-r{
		margin:3px 0px 0px 0px;
	border-top:2px solid #fff;
	padding:5px 10px;
	background: url(/_common/img/myblog/td_dot_line_r.gif) no-repeat scroll right bottom;
}
.entry-body{
		margin:3px 0px 0px 0px;
	border-top:2px solid #fff;
	padding:5px 10px;
	background: url(/_common/img/myblog/td_dot_line_u.gif) repeat-x scroll right bottom;
}
.entry-body-2{
		margin:3px 0px 0px 0px;
	border-top:2px solid #E5F7F8;
	padding:5px 10px;
	background:#E5F7F8 url(/_common/img/myblog/td_dot_line_u.gif) repeat-x scroll right bottom;
}
.entry-body-r{
		margin:3px 0px 0px 0px;
	border-top:2px solid #fff;
	padding:5px 10px;
	background: url(/_common/img/myblog/td_dot_line_r.gif) no-repeat scroll right bottom;
}
.entry-body-2-r{
		margin:3px 0px 0px 0px;
	border-top:2px solid #E5F7F8;
	padding:5px 10px;
	background:#E5F7F8 url(/_common/img/myblog/td_dot_line_r.gif) no-repeat scroll right bottom;
}
.entry-body-no{
		margin:3px 0px 0px 0px;
	border-top:2px solid #fff;
	padding:5px 10px;
}
.entry-body-2-no{
		margin:3px 0px 0px 0px;
	border-top:2px solid #E5F7F8;
	background:#E5F7F8;
	padding:5px 10px;
}

div.textBt220{
	width:220px;
	background: url(/_common/img/myblog/bt_bg_w220.png) no-repeat scroll left top;
	color:#fff;
		height:25px;
	text-align:center;
	margin:20px auto;
	line-height:1.0;
}
div.textBt220:hover{
	background: url(/_common/img/myblog/bt_bg_w220.png) no-repeat scroll left -25px;
	color:#fff;
	height:25px;
	margin:20px auto;
	cursor:pointer;
}
.textBt220 a{
	display:block;
	width:220px;
	color:#fff;
	margin:0px auto;
	padding:8px 0px 0px 0px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
input.textBt220{
	width:220px;
	background: url(/_common/img/myblog/bt_bg_w220.png) no-repeat scroll left top;
	color:#fff;
	height:25px;
	text-align:center;
	margin:20px auto;
	line-height:1.0;
	border:0;
}
input.textBt220:hover{
	background: url(/_common/img/myblog/bt_bg_w220.png) no-repeat scroll left -25px;
	color:#fff;
	height:25px;
	cursor:pointer;
}
a.textBt220{
	display:block;
	width:220px;
	background: url(/_common/img/myblog/bt_bg_w220.png) no-repeat scroll left top;
	color:#fff;
	line-height:25px;
	text-align:center;
	margin:5px 0;
	border:none;
	text-decoration:none;
}
a.textBt220:hover{
	background: url(/_common/img/myblog/bt_bg_w220.png) no-repeat scroll left -25px;
	color:#fff;
	margin:5px 0;
	border:none;
	cursor:pointer;
}
.windowClose a.textBt220{
	display:block;
	width:220px;
	background: url(/_common/img/myblog/bt_bg_w220.png) no-repeat scroll left top;
	color:#fff;
	line-height:25px;
	text-align:center;
	margin:5px auto;
	border:none;
	text-decoration:none;
}
.windowClose a.textBt220:hover{
	background: url(/_common/img/myblog/bt_bg_w220.png) no-repeat scroll left -25px;
	color:#fff;
	margin:5px auto;
	border:none;
	cursor:pointer;
}
.comment_text{
margin-top:10px;
}