@charset "utf-8";
/*
Theme Name: agari official
Description: あがり症克服推進会オフィシャルサイト用テーマ
Author: Ryo Umezawa
*/

/* Structure */

* {
	margin: 0;
	padding: 0;
	zoom: 1;
	}

body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 150%;
	font-family: 'Lucida Grande', Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	background: #f4f4f5 url('img/bg_01.gif') repeat-x fixed left top;
	color: #666;
	text-align: center;
	}

#page {
	margin: 14px auto 0;
	padding: 0;
	width: 734px;
	background: url('img/bg_02.png') repeat-y center top;
	}

#page2 {
	margin: 0 auto;
	padding: 0;
	width: 730px;
	background: url('img/bg_02-2.gif') repeat-y center top;
	_zoom: 1;
	overflow: hidden;
	}
	
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	}
	
.clear hr {
	display: none; !important
	}

/* Structure */

/* Header */

#page2 h1 {
	padding-top: 0;
	margin: 0;
	font-size: 10px;
	line-height: 10px;
	}
	
#page2 .description {
	padding-top: 0;
	margin: 0;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	}

#header {
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -180px;
	padding: 0;
	width: 547px;
	height: 92px;
	z-index: 2;
	}

/* Header */

/* Sidebar */

#sidebar-logo {
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -367px;
	width: 187px;
	height: 188px;
	z-index: 2;
	}

#sidebar {
	font-family: 'Lucida Grande', Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	padding-left: 13px;
	margin: 168px 0 10px;
	width: 180px;
	float: left;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	}

#sidebar form {
	padding-top: 15px;
	margin: 0 0 10px 0;
	text-align: left;
	}
#sidebar #searchform #s {
	border: inset 2px #e04141;
	background-color: #fcb9a5;
	width: 102px;
	padding: 1px;
	margin-right: 2px;
	color: darkred;
	font-size: 12px;
	line-height: 12px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	color: darkred;
	}

#sidebar .menu01 {
	margin: 0 0 10px;
	}

#sidebar .menu01 .menu01-cate {
	background: url('img/category.gif') no-repeat left top;
	width: 172px;
	height: 29px;
	margin: 0;
	padding: 0;
	}

#sidebar .menu01 .menu01-recent {
	background: url('img/recent_posts.gif') no-repeat left top;
	width: 172px;
	height: 29px;
	margin: 0;
	padding: 0;
	}

#sidebar .menu01 .menu01-tag {
	background: url('img/tags.gif') no-repeat left top;
	width: 172px;
	height: 29px;
	margin: 0;
	padding: 0;
	}

#sidebar .menu01 .menu01-main {
	background: url('img/side_conte_01.gif') repeat-y left top;
	width: 172px;
	margin: 0;
	padding: 8px 0 2px 0;
	}

#sidebar .menu01 .menu01-bottom {
	background: url('img/side_conte_01_bottom.gif') no-repeat left top;
	width: 172px;
	height: 12px;
	margin: 0;
	padding: 0;
	}

/* Sidebar */

/* Sidebar Lists */

#sidebar ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul .menu01-main li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;
	}

#sidebar ul .menu01-main li a,
#sidebar ul .menu01-main li a:link,
#sidebar ul .menu01-main li a:visited {
	display: block;
	color: #ffe6d6;
	text-decoration: none;
	margin: 0 2px;
	padding: 4px 8px;
	}

#sidebar ul .menu01-main li a:hover,
#sidebar ul .menu01-main li a:active {
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0 2px;
	padding: 4px 8px;
	background: #f96901;
	}

#sidebar ul .menu01-main .tags {
	margin-bottom: 4px;
	padding: 4px 6px;
	_zoom: 1;
	overflow: hidden;
	}

#sidebar ul .menu01-main .tags ul.wp-tag-cloud li {
	float: left;
	}

#sidebar ul .menu01-main .tags ul.wp-tag-cloud li a,
#sidebar ul .menu01-main .tags ul.wp-tag-cloud li a:link,
#sidebar ul .menu01-main .tags ul.wp-tag-cloud li a:visited {
	color: #ffe6d6;
	text-decoration: none;
	margin: 0 2px;
	padding: 2px 2px;
	}

#sidebar ul .menu01-main .tags ul.wp-tag-cloud li a:hover,
#sidebar ul .menu01-main .tags ul.wp-tag-cloud li a:active {
	color: #fff;
	text-decoration: none;
	margin: 0 2px;
	padding: 2px 2px;
	background: #f96901;
	}

#sidebar ul .menu01-main .gotoalltags {
	font-size: 10px;
	line-height: 10px;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;
	}

#sidebar ul .menu01-main .gotoalltags a,
#sidebar ul .menu01-main .gotoalltags a:link,
#sidebar ul .menu01-main .gotoalltags a:visited {
	display: block;
	color: #ffcbaa;
	text-decoration: none;
	margin: 0 2px;
	padding: 4px 8px;
	}

#sidebar ul .menu01-main .gotoalltags a:hover,
#sidebar ul .menu01-main .gotoalltags a:active {
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0 2px;
	padding: 4px 8px;
	background: #f96901;
	}

/* Sidebar Lists */

/* footer */

#footer {
	padding: 0;
	margin: 0 auto 10px;
	width: 734;
	clear: both;
	background: url('img/footer.gif') no-repeat center top;
	border: none;
	}

#footer .text {
	padding-top: 20px;
	text-align: center;
	font-size: 80%;
	line-height: 150%;
	color: #666;
	}

#footer .text a,
#footer .text a:link,
#footer .text a:visited {
	text-decoration: none;
	color: #666;
	}

#footer .text a:hover,
#footer .text a:active {
	text-decoration: underline;
	color: #444;
	}

/* footer */

/* content */

#content {
	margin: 80px 0 0 194px;
	width: 524px;
	font-size: 100%;
	}

.content-top {
	background: url('img/contents_top.gif') no-repeat left top;
	height: 12px;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	}

.content-main {
	background: url('img/contents.gif') repeat-y left top;
	padding: 0;
	min-height: 300px;
	margin: 0;
	_zoom: 1;
	overflow: hidden;
	}

.content-bottom {
	background: url('img/contents_bottom.gif') no-repeat left top;
	height: 12px;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	}

.narrowcolumn {
	float: left;
	padding: 0 28px;
	margin: 0;
	width: 468px;
	text-align: left;
	}

.narrowcolumn .entry {
	line-height: 1.6em;
	}

.post-cate {
	font-size: 86%;
	line-height: 100%;
	padding-bottom: 2px;
	margin: 4px 0 20px;
	border-bottom: 1px dotted #aaa;
	}
.post-cate a,
.post-cate a:link,
.post-cate a:visited {
	color: #be0000;
	text-decoration: none;
	}

.post-cate a:hover,
.post-cate a:active {
	color: #f96901;
	text-decoration: none;
	}

.postlinks1_box {
	border-top: 1px dotted #aaa;
	margin-top: 30px;
	padding-top: 10px;
	margin-bottom: 20px;
	}

.postlinks1 a,
.postlinks1 a:link,
.postlinks1 a:visited {
	margin-left: 4px;
	color: #006498;
	text-decoration: none;
	}

.postlinks1 a:hover,
.postlinks1 a:active {
	margin-left: 4px;
	color: #0088ce;
	text-decoration: underline;
	}

.content-foot {
	border-top: 1px dotted #aaa;
	padding-top: 10px;
	}

.content-foot2 {
	padding-top: 10px;
	}

.bmarks {
	float: left;
	text-align: left;
	}

.backtotop {
	margin-top: 4px;
	float: right;
	text-align: right;
	}


/* content */

/* .post */

.post {
	margin: 0 0 20px;
	text-align: left;
	}
	
.post .entry {
	padding: 0 4px 0;
	}

.post h2 {
	font-size: 135%;
	color: #006498;
	margin: 16px 0 16px -2px;
	padding-left: 16px;
	background: url('img/pointer01.gif') no-repeat left 3px;
	}

.post h2 a,
.post h2 a:link,
.post h2 a:visited {
	color: #006498;
	text-decoration: none;
	display: block;
	}

.post h2 a:hover,
.post h2 a:active {
	color: #0088ce;
	text-decoration: underline;
	}

.post .entry hr {
	color: #fff;
	border-bottom: 1px dotted #aaa;
	}

.post .entry a,
.post .entry a:link,
.post .entry a:visited {
	color: #be0000;
	text-decoration: none;
	}

.post .entry a:hover,
.post .entry a:active {
	color: #be0000;
	text-decoration: underline;
	}

.post .entry .border-entry {
	width: 100%;
	border-bottom: 1px dotted #aaa;
	display: block;
	}

.empha_red {
	font-weight: bold;
	color: #be0000;
	}

.empha_blue {
	font-weight: bold;
	color: #006498;
	}
.margin_left10 {
	margin-left: 10px;
	}
.margin_left20 {
	margin-left: 20px;
	}

.post-tags {
	color: #999;
	font-size: 90%;
	margin: -10px 0 10px 2px;
	font-weight: bold;
	}

.post-tags a,
.post-tags a:link,
.post-tags a:visited {
	color: #888;
	text-decoration: none;
	font-weight: normal;
	}

.post-tags a:hover,
.post-tags a:active {
	color: #006498;
	text-decoration: underline;
	font-weight: normal;
	}

.post-tags2 {
	color: #aaa;
	font-size: 84%;
	margin: -10px 0 10px 16px;
	font-weight: normal;
	}

.post-tags2 a,
.post-tags2 a:link,
.post-tags2 a:visited {
	color: #aaa;
	text-decoration: none;
	font-weight: normal;
	}

.post-tags2 a:hover,
.post-tags2 a:active {
	color: #006498;
	text-decoration: underline;
	font-weight: normal;
	}

.content-main .narrowcolumn .post .entry ul {
	margin: 0;
	}
.content-main .narrowcolumn .post .entry ul li {
	color: #555;
	margin: 10px 0 10px 0;
	padding-left: 26px;
	background: url('img/pointer02.gif') no-repeat left 4px;
	}

.post-tags2 {
	color: #aaa;
	font-size: 84%;
	margin: -10px 0 10px 16px;
	font-weight: normal;
	}

.post-tags2 a.post-edit-link,
.post-tags2 a:link.post-edit-link,
.post-tags2 a:visited.post-edit-link {
	margin: 0 6px 0 0;
	color: #666;
	}

.post-tags2 a:hover.post-edit-link,
.post-tags2 a:active.post-edit-link {
	color: #006498;
	}

/* .post */

/* Category */

.post h3 {
	font-size: 120%;
	color: #006498;
	margin: 0 0 8px -2px;
	padding-left: 16px;
	background: url('img/pointer01.gif') no-repeat left 3px;
	}

.post h3 a,
.post h3 a:link,
.post h3 a:visited {
	color: #006498;
	text-decoration: none;
	display: block;
	}

.post h3 a:hover,
.post h3 a:active {
	color: #0088ce;
	text-decoration: underline;
	}

.category_description{
	padding: 0 4px 12px;
	border-bottom: 1px dotted #aaa;
	font-weight: bold;
	}

.cate-list {
	margin-top: 24px;
	}

.cate-list .post .entry {
	padding-left: 16px;
	}

.archive .entry a.more-link,
.archive .entry a.more-link:link,
.archive .entry a.more-link:visited {
	margin: 10px 0 0 -2px;
	display: block;
	width: 103px;
	height: 25px;
	text-decoration: none;
	background: url('img/more-1.gif') no-repeat left top;
	}

.archive .entry a:hover.more-link,
.archive .entry a:active.more-link {
	margin: 10px 0 0 -2px;
	display: block;
	width: 103px;
	height: 25px;
	text-decoration: none;
	background: url('img/more-1.gif') no-repeat left -25px;
	}

.counceling .entry a.more-link,
.counceling .entry a:link.more-link,
.counceling .entry a:visited.more-link {
	margin: 10px 0 0 10px;
	display: block;
	width: 177px;
	height: 25px;
	text-decoration: none;
	background: url('img/more-2.gif') no-repeat left top;
	}

.counceling .entry a.more-link:hover,
.counceling .entry a.more-link:active {
	margin: 10px 0 0 10px;
	display: block;
	width: 177px;
	height: 25px;
	text-decoration: none;
	background: url('img/more-2.gif') no-repeat left -25px;
	}

/* Category */

/* Search */

h2.serarch_result_title {
	font-size: 106%;
	font-weight: normal;
	color: #be0000;
	margin: 6px 0 2px 0;
	padding: 0 0 4px 2px;
	border-bottom: 1px dotted #aaa;
	}

.serarch_result_title_empha01 {
	color: #be0000;
	font-weight: bold;
	}
.serarch_result_title_number01 {
	font-size: 110%;
	color: #be0000;
	font-weight: bold;
	}
.serarch_result_title_number02 {
	color: #be0000;
	font-weight: normal;
	}

.serarch_result_box {
	margin-top: 20px;
	}

.serarch_result {
	margin: 0 0 20px -2px;
	}

.serarch_result .post h3 {
	font-size: 120%;
	color: #006498;
	margin: 0;
	padding-left: 16px;
	background: url('img/pointer01.gif') no-repeat left 3px;
	}

.serarch_result .post h3 a,
.serarch_result .post h3 a:link,
.serarch_result .post h3 a:visited {
	color: #006498;
	text-decoration: none;
	display: block;
	}

.serarch_result .post h3 a:hover,
.serarch_result .post h3 a:active {
	color: #0088ce;
	text-decoration: underline;
	}

.serarch_result .page h3 {
	font-size: 120%;
	color: #006498;
	margin: 0;
	padding-left: 16px;
	background: url('img/pointer01.gif') no-repeat left 3px;
	}

.serarch_result .page h3 a,
.serarch_result .page h3 a:link,
.serarch_result .page h3 a:visited {
	color: #006498;
	text-decoration: none;
	display: block;
	}

.serarch_result .page h3 a:hover,
.serarch_result .page h3 a:active {
	color: #0088ce;
	text-decoration: underline;
	}

.serarch_result-meta {
	font-size: 90%;
	}

.serarch_result .tags-caregory {
	color: #aaa;
	font-weight: normal;
	}

.serarch_result .tags-caregory a,
.serarch_result .tags-caregory a:link,
.serarch_result .tags-caregory a:visited {
	color: #aaa;
	text-decoration: none;
	font-weight: normal;
	}

.serarch_result .tags-caregory a:hover,
.serarch_result .tags-caregory a:active {
	color: #006498;
	text-decoration: underline;
	font-weight: normal;
	}

.serarch_result .post-tags2 {
	color: #aaa;
	margin: 0 0 0 2px;
	padding: 0 0 0 4px;
	font-weight: normal;
	border-left: 1px solid #ddd;
	}

.serarch_result .post-tags2 a,
.serarch_result .post-tags2 a:link,
.serarch_result .post-tags2 a:visited {
	color: #aaa;
	text-decoration: none;
	font-weight: normal;
	}

.serarch_result .post-tags2 a:hover,
.serarch_result .post-tags2 a:active {
	color: #006498;
	text-decoration: underline;
	font-weight: normal;
	}
	
.post-tags_categories {
	margin: 0 6px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #ddd;
	}

.come-link-categories {
	white-space: nowrap;
	}


.serarch_form_box {
	margin-top: 4px;
	padding-top: 0;
	border-top: 1px dotted #aaa;
	}
	
.serarch_form_box2 {
	padding-top: 40px;
	text-align: center;
	}

/* Search */

/* Tags */

.tags-caregory {
	color: #aaa;
	font-size: 90%;
	margin: -10px 0 10px 16px;
	font-weight: normal;
	}

.tags-caregory a,
.tags-caregory a:link,
.tags-caregory a:visited {
	color: #aaa;
	text-decoration: none;
	font-weight: normal;
	}

.tags-caregory a:hover,
.tags-caregory a:active {
	color: #006498;
	text-decoration: underline;
	font-weight: normal;
	}

.all_tag-list {
	margin: 0 10px;
	padding: 10px 4px 30px;
	}

.all_tag-list a,
.all_tag-list a:link,
.all_tag-list a:visited {
	color: #999;
	text-decoration: none;
	white-space: nowrap;
	line-height: 140%;
	margin-left: 2px;
	}

.all_tag-list a:hover,
.all_tag-list a:active {
	color: #006498;
	text-decoration: underline;
	white-space: nowrap;
	line-height: 140%;
	}

.gotoalltags01 {
	color: #999;
	font-size: 90%;
	margin: 0 0 -5px 2px;
	font-weight: bold;
	}

.gotoalltags01 a,
.gotoalltags01 a:link,
.gotoalltags01 a:visited {
	color: #888;
	text-decoration: none;
	font-weight: normal;
	}

.gotoalltags01 a:hover,
.gotoalltags01 a:active {
	color: #be0000;
	text-decoration: none;
	font-weight: normal;
	}

/* Tags */

/* Counseling */

.counceling-list {
	margin-top: 24px;
	}

.cate_f_counceling{
	margin: 6px 0 2px 0;
	}

.cate_f_counceling a,
.cate_f_counceling a:link,
.cate_f_counceling a:visited {
	color: #f96901;
	text-decoration: none;
	font-weight: bold;
	background: url('img/arrow_1.gif') no-repeat left 54%;
	padding-left: 12px;
	}

.cate_f_counceling a:hover,
.cate_f_counceling a:active {
	color: #f96901;
	text-decoration: underline;
	font-weight: bold;
	background: url('img/arrow_1.gif') no-repeat left 54%;
	padding-left: 12px;
	}

.counsel-q-title {
	color: #f9a76b;
	font-size: 96%;
	line-height: 116%;
	font-weight: bold;
	}

.counsel-q {
	background: #fffef3;
	padding: 10px;
	margin: 0 0 2px;
	border: 1px dotted #f9a76b;
	}

.counsel-q-note {
	color: #f9a76b;
	font-size: 84%;
	line-height: 130%;
	margin: 2px 4px 20px;
	}

.counceling-list .post .entry .counsel-q-title {
	color: #f9a76b;
	font-size: 96%;
	line-height: 116%;
	font-weight: bold;
	margin-left: 12px;
	}

.counceling-list .post .entry .counsel-q {
	background: #fffef3;
	padding: 10px;
	margin: 0 12px 2px;
	border: 1px dotted #f9a76b;
	}

/* Counseling */

/* Free counseling order */

.mailform .title1 {
	color: #006498;
	font-size: 96%;
	line-height: 100%;
	margin-bottom: 4px;
	font-weight: bold;
	}

.mailform .textarea {
	font-family: 'Lucida Grande', Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	padding: 2px 1px;
	font-size: 96%;
	width: 400px;
	height: 180px;
	border: 1px solid #aaa;
	}

.post .entry .go_counseling_ans a,
.post .entry .go_counseling_ans a:link,
.post .entry .go_counseling_ans a:visited {
	color: #f96901;
	text-decoration: none;
	font-weight: bold;
	background: url('img/arrow_1.gif') no-repeat left 54%;
	padding-left: 12px;
	}

.post .entry .go_counseling_ans a:hover,
.post .entry .go_counseling_ans a:active {
	color: #f96901;
	text-decoration: underline;
	font-weight: bold;
	}

/* Free counseling order */

/* mail form */

.mailform {
	text-align: left;
	margin-left: 10px;
	}

.mailform .subm_bottom {
	color: #006498;
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	}

.mailform .title2 {
	color: #006498;
	font-size: 96%;
	line-height: 100%;
	margin: 10px 0 2px;
	font-weight: bold;
	}

.mailform .text01 {
	font-family: 'Lucida Grande', Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	padding: 2px 1px;
	font-size: 96%;
	width: 200px;
	border: 1px solid #aaa;
	}

.mailform .textarea2 {
	font-family: 'Lucida Grande', Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	padding: 2px 1px;
	font-size: 96%;
	width: 340px;
	height: 180px;
	border: 1px solid #aaa;
	}

.mailform .must {
	font-size: 86%;
	margin-top: 4px;
	color: #be0000;
	}

/* mail form */

/* Top Page */

.top_banner {
	text-align: center;
	}

.top_banner_01 {
	width: 466px;
	margin: 0 auto 14px;
	}

.banner_conte {
	margin: 0;
	padding: 4px 0 0;
	font-size: 94%;
	line-height: 120%;
	}

.top_banner_01 a .banner_conte,
.top_banner_01 a:link .banner_conte,
.top_banner_01 a:visited .banner_conte {
	display: block;
	background: url('img/top/top_button_conte.gif') repeat-y left top;
	text-decoration: none;
	color: #146;
	}

.top_banner_01 a:hover .banner_conte,
.top_banner_01 a:active .banner_conte {
	display: block;
	background: url('img/top/top_button_conte-over.gif') repeat-y left top;
	text-decoration: none;
	color: #146;
	}
	
.banner_counseling {
	height: 39px;
	}
.banner_mailmag {
	height: 80px;
	}
.banner_bottom {
	height: 20px;
	}

.top-title01 {
	margin: 20px 0 0 0;
	padding-bottom: 2px;
	border-bottom: 1px dotted #aaa;
	font-size: 94%;
	line-height:100%;
	font-weight: bold;
	}

.top-botton-conte {
	margin-top: 26px;
	text-align: center;
	}

.top-botton01 {
	width: 214px;
	margin: 0 10px;
	float: left;
	}

.top-botton01 .description01 {
	font-size: 96%;
	line-height: 120%;
	margin-bottom: 14px;
	padding-top: 4px;
	}

.top-botton01 a .description01,
.top-botton01 a:link .description01,
.top-botton01 a:visited .description01 {
	display: block;
	color: #555;
	}

.top-botton01 a:hover .description01,
.top-botton01 a:active .description01 {
	display: block;
	color: #be0000;
	}
	
.top-catelist {
	font-size: 84%;
	text-align: 100%;
	color: #777;
	}

.top-catelist a,
.top-catelist a:link,
.top-catelist a:visited {
	text-decoration: none;
	color: #777;
	}

.top-catelist a:hover,
.top-catelist a:active {
	text-decoration: underline;
	color: #444;
	}

.post .entry p a.home-conte,
.post .entry p a:link.home-conte,
.post .entry p a:visited.home-conte {
	margin-left: 2px;
	font-size: 90%;
	color: #be0000;
	text-decoration: none;
	}

.post .entry p a:hover.home-conte,
.post .entry p a:active.home-conte {
	margin-left: 2px;
	font-size: 90%;
	color: #be0000;
	text-decoration: underline;
	}

/* Top Page */

/* mail magazine */

.mailmag_empha {
	font-weight: bold;
	color: #be0000;
	}

.mailmag_form {
	margin: 30px 0 30px;
	}

.mailmag_title01 {
	font-size: 94%;
	line-height: 100%;
	color: #006498;
	margin-bottom: 8px;
	}

.mailmag_check01 {
	font-size: 94%;
	line-height: 100%;
	color: #555;
	margin-bottom: 8px;
	font-weight: bold;
	}

.mailmag_input {
	font-family: 'Lucida Grande', Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	padding: 2px 1px;
	font-size: 96%;
	width: 90px;
	border: 1px solid #aaa;
	}

.mailmag_input2 {
	font-family: 'Lucida Grande', Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	padding: 2px 1px;
	font-size: 96%;
	width: 215px;
	border: 1px solid #aaa;
	}

.mailmag_subm_bottom {
	color: #006498;
	font-size: 100%;
	font-weight: bold;
	}

.mailmag_note {
	font-size: 86%;
	margin-top: 2px;
	color: #be0000;
	}

.mailmag-come1 {
	color: #777;
	font-size: 90%;
	line-height: 150%;
	padding: 20px 10px 0 10px;
	border-top: 1px dotted #aaa;
	}

.post .entry .mailmag-come1 .readerdl {
	font-size: 90%;
	margin: 10px 0;
	width: 300px;
	}
.post .entry .mailmag-come1 .readerdl img{
	margin-bottom: -4px;
	}

.post .entry .mailmag-come1 .readerdl a,
.post .entry .mailmag-come1 .readerdl a:link,
.post .entry .mailmag-come1 .readerdl a:visited {
	color: #c10000;
	display: block;
	text-decoration: none;
	}

.post .entry .mailmag-come1 .readerdl a:hover,
.post .entry .mailmag-come1 .readerdl a:active {
	color: #ff9c00;
	display: block;
	text-decoration: none;
	}

.mailmag_title2 {
	font-size: 120%;
	line-height: 120%;
	text-align: center;
	font-weight: bold;
	color: #006498;
	margin-top: 40px;
	}

.mailmag_contents {
	margin-top: 40px;
	}

.mailmag_contents02 {
	margin-top: 40px;
	}

.mailmag_button {
	text-align: center;
	margin-top: 40px;
	}

.mailmag_button01 {
	color: #006498;
	font-size: 90%;
	font-weight: normal;
	}

.mailmag_button_back {
	width: 224px;
	padding-top: 40px;
	text-align: right;
	padding-right: 10px;
	float: left;
	}

.mailmag_button_sent {
	width: 224px;
	padding-top: 40px;
	text-align: left;
	padding-left: 10px;
	float: left;
	}

.mailmag_button02 {
	color: #006498;
	font-size: 90%;
	font-weight: normal;
	}

.mailmag_title3 {
	font-size: 110%;
	line-height: 110%;
	text-align: center;
	font-weight: bold;
	color: #be0000;
	margin-top: 30px;
	}

.mailmag_form2 {
	margin: 20px 0 50px 0;
	}

/* mail magazine */

/* program */

.program01-img01 {
	float: left;
	width: 212px;
	margin: 20px 0 -2px -4px;
	}

.program01-img02 {
	float: left;
	margin: 70px 0 0 5px;
	width: 253px;
	}

.program_01-link1 {
	float: left;
	margin: 30px 0 0 22px;
	width: 214px;
	height: 43px;
	}

.narrowcolumn .post .program_01-link1 a,
.narrowcolumn .post .program_01-link1 a:link,
.narrowcolumn .post .program_01-link1 a:visited {
	text-decoration: none;
	background: url('img/product/product01_button.gif') no-repeat left top;
	width: 214px;
	height: 43px;
	display: block;
	}

.narrowcolumn .post .program_01-link1 a:hover,
.narrowcolumn .post .program_01-link1 a:active {
	text-decoration: none;
	background: url('img/product/product01_button.gif') no-repeat left -43px;
	width: 214px;
	height: 43px;
	display: block;
	}

.jiea {
	text-align: left;
	margin: 0 4px 10px 0;
	}

.jiea_img { /* jiea< */
	width: 176px;
	height: 174px;
	text-align: left;
	float: left;
	}
.jiea_contents { /* jiea< */
	text-align: left;
	_zoom: 1;
	overflow: hidden;
	padding: 42px 0 0 6px;
	}
.jiea_contents .title1{
	text-align: left;
	font-size:104%;
	line-height:120%;
	font-weight: bold;
	color: #51a1ca;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #ddd;
	}
.jiea_contents .title1_name{
	font-weight: normal;
	font-size: 96%;
	}
.jiea_contents .title2{
	font-size:90%;
	line-height:120%;
	font-weight: bold;
	color: #999;
	margin-bottom: 4px;
	padding-left: 2px;
}
.jiea_contents .body1{
	font-size:88%;
	line-height:140%;
	color: #999;
	padding-left: 2px;
}


/* program */

/* Page Title */

.pagetitle_top {
	background: url('img/h2-bg_01.gif') no-repeat left top;
	height: 10px;
	font-size: 0;
	line-height: 0;
	margin: 4px -10px 0 -10px;
	}

h2.pagetitle {
	background: url('img/h2-bg_02.gif') repeat-y left top;
	font-size: 130%;
	line-height:120%;
	color: #be0000;
	margin: 0 -10px 0 -10px;
	padding: 1px 0 1px 14px;
	}

.pagetitle_bottom {
	background: url('img/h2-bg_03.gif') no-repeat left top;
	height: 10px;
	font-size: 0;
	line-height: 0;
	margin: 0 -10px 14px -10px;
	}

/* Page Title */

/* Blog Ranking */

.blog_ranking {
	margin: 50px 0 -18px 4px;
	font-size: 86%;
	line-height: 100%;
	
	}

.blog_ranking img {
	margin: 0 1px -3px 0;
	}

.blog_ranking a,
.blog_ranking a:link,
.blog_ranking a:visited {
	color: #999;
	display: block;
	text-decoration: none;
	}

.blog_ranking a:hover,
.blog_ranking a:active {
	color: #be0000;
	display: block;
	text-decoration: underline;
	}

.blog_ranking a img,
.blog_ranking a img:link,
.blog_ranking a img:visited {
	text-decoration: none;
	}

.blog_ranking a img:hover,
.blog_ranking a img:active {
	text-decoration: none;
	}

#sidebar ul .sidebar_blog_ranking {
	font-size: 96%;
	line-height: 120%;
	margin: 12px 0 14px 4px;
	}

#sidebar ul .sidebar_blog_ranking img {
	margin-top: 2px;
	}

#sidebar ul .sidebar_blog_ranking a,
#sidebar ul .sidebar_blog_ranking a:link,
#sidebar ul .sidebar_blog_ranking a:visited {
	display: block;
	color: #ffe6d6;
	text-decoration: none;
	}

#sidebar ul .sidebar_blog_ranking a:hover,
#sidebar ul .sidebar_blog_ranking a:active {
	display: block;
	color: #fff;
	text-decoration: underline;
	}

#sidebar ul .sidebar_blog_ranking a img,
#sidebar ul .sidebar_blog_ranking a img:link,
#sidebar ul .sidebar_blog_ranking a img:visited {
	text-decoration: none;
	}

#sidebar ul .sidebar_blog_ranking a img:hover,
#sidebar ul .sidebar_blog_ranking a img:active {
	text-decoration: none;
	}

/* Blog Ranking */

/* h styles */

h1,
h2,
h3 {
	font-family: 'Lucida Grande', Arial, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: bold;
	}

h2 {
	font-size: 130%;
	color: #333;
	}

h2 a,
h2 a:link,
h2 a:visited {
	color: #333;
	text-decoration: none;
	}

h2 a:hover,
h2 a:active {
	color: #06c;
	text-decoration: none;
	}

h3 {
	font-size: 120%;
	color: #333;
	}

h3 a,
h2 a:link,
h3 a:visited {
	color: #333;
	text-decoration: none;
	}

h3 a:hover,
h3 a:active {
	color: #06c;
	text-decoration: none;
	}

/* h styles */

/* links styles */

.entry p a:visited {
	color: #b85b5a;
	}

a:hover,
a:active {
	color: #147;
	text-decoration: underline;
	}

/* links styles */

/* Typography & Colors */

.thread-alt {
	background-color: #f8f8f8;
	}
.thread-even {
	background-color: white;
	}
.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

small, .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* Typography & Colors */


/* Other Structure */

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

/* Other Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	list-style: none;
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */



/* Comments*/

h3#comments {
	font-size: 114%;
	line-height: 100%;
	padding: 0;
	margin: 0;
	color: #be0000;
	}

ol.commentlist {
	padding: 0;
	margin: 4px 0 30px 0;
	_zoom: 1;
	overflow: hidden;
	border: 1px solid #ddd;
	}

ol.commentlist p {
	font-weight: normal;
	font-size: 90%;
	line-height: 140%;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}

ol.commentlist li {
	font-family: 'Lucida Grande', Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	font-weight: normal;
	margin-top: -1px;
	padding: 10px 5px 10px 10px;
	list-style: none;
	border-top: 1px dotted #ddd;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	_zoom: 1;
	overflow: hidden;
	}

ol.commentlist li.even {
	background: #fff;
	}
ol.commentlist li.odd {
	background: #eefff;
	}

ol.commentlist li ul li {
	font-size: 90%;
	margin-right: -5px;
	margin-left: 10px;
	}


ol.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

ol.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	line-height: 110%;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
	}
#commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-size: 86%;
	line-height: 100%;
	font-weight: normal;
	margin: 0;
	display: block;
	margin-top: 0;
	color: #999;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#respond {
	padding: 0;
	margin: 0 0 10px 0;
	}

#respond h3 {
	font-size: 114%;
	line-height: 100%;
	padding: 0;
	margin: 0;
	color: #be0000;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform input#author {
	border: 1px solid #bbb;
	}

#commentform {
	margin: 5px 10px 0 0;
	display: inline;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #bbb;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	color: #999;
	margin: 14px 0 14px 16px;
	padding: 6px 0 6px 12px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

