@charset "utf-8";

@import "curvycorner.css";
* {
}
a:link {
	color:#0044CC;
	text-decoration:none;
}
a:visited {
	color:#4B3962;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
}
a:active {
	color:#FF0000;
	text-decoration:none;
}
a img {
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
html {
	margin:0;
	padding:0;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS PGothic", sans-serif;
}
body {
	background:url(../img/bg_gradient.jpg) repeat-x #FFF;
	/*font-size:62.5%;*/
	font-size:10px;
	text-align:center;
	margin:0;
	padding:0;
}
#wrapper {
	text-align:left;
	width:1010px;
	margin:0 auto;
	padding-top:30px;
	position:relative;
}
#toolbar {
	position:absolute;
	top:5px;
	left:0;
	width:250px;
}
#bookmark {
	position:absolute;
	top:5px;
	right:0;
}
/* header section */
#header {
	background:url(../img/bg_header.gif) no-repeat 100% 0;
	width:1010px;
	margin-bottom:10px;
	padding:0;
}
#logo {
	width:350px;
	height:60px;
	margin:0;
	padding:0;
	float:left;
}
/* srchBox */
#search_bar {
	color:#FFFFFF;
	width:645px;
	text-align:right;
	padding-top:15px;
	padding-right:15px;
	float:left;
}
#search_bar form {
	width:645px;
	margin:0;
}
#search_bar input,
#search_bar textarea {
	margin: 0 0 0 5px;
	padding: 0 5px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}
#search_bar input {
	line-height: 1.2;
}
#search_bar input:hover,
#search_bar textarea:hover {
	border: 1px solid #aaa;
}
#search_bar input:focus,
#search_bar textarea:focus {
	border: 1px solid #000;
}
textarea {
	padding: 0.4em 10px;
}
#search_bar input#srchBox {
}
#search_bar input#yjWeb,
#search_bar input#yjInsite {
	background-color:transparent !important;
	border:none !important;
}
#search_bar input#srchBar {
	border:1px solid #444444;
	height:16px;
	line-height:1;
	vertical-align:top;
	margin-left:0.5em;
}
#search_bar input#srchBtn {
	height:18px;
	font-size:10px;
	padding:0 10px !important;
	vertical-align:top;
	line-height:1;
	cursor:pointer;
}
* html #search_bar input#srchBtn {
	margin:1px 0 0 !important;
}
#navigation {
	height:28px;
	background:url(../img/bg_navigation.gif) no-repeat;
	margin-bottom:0;
}
#navigation ul {
	list-style:none;
	color:#FFFFFF;
	font-size:12px;
	width:1010px;
	height:26px;
	padding:0;
	margin:0;
	overflow:hidden;
}
#navigation ul li {
	display:block;
	color:#FFFFFF;
	height:26px;
	font-size:12px;
	font-weight:bold;
	line-height:1;
	margin:0;
	text-decoration:none;
	overflow:hidden;
	float:left;
}
#description {
	color:#444444;
	background:url(../img/bg_description.gif) no-repeat;
	width:990px;
	height:10px;
	font-size:10px;
	line-height:1;
	padding:5px 10px 7px;
	margin:0;
	clear:both;
}
/* contents section */
#contents {
	width:1010px;
	line-height:1.8;
	margin:0;
}
#main {
	width:700px;
	float:left;
}
#main_banner {
	background-color:#99CCFF;
	border:1px solid #AAAAAA;
	margin-bottom:10px;
	text-align:center;
}
.contents_block {
	background-color:#FFFFFF;
	font-size:1.1em;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #AAAAAA;
}
#adspace {
	width:300px;
	min-height:40em;
	margin-left:10px;
	float:left;
}
.adspace_header {
	color:#FFFFFF;
	background-color:#235BD7;
	font-size:1.2em;
	line-height:1;
	padding:3px 1em;
	margin:0;
}
.widget {
	background-color:#F9F9F9;
	margin:10px 0 0 0;
	padding:8px;
	border:1px solid #AAAAAA;
	line-height:1.5;
}
.pr_link_header {
	font-weight:bold;
	font-size:1.4em;
	border-left:3px solid #22649F;
	padding-left:5px;
	margin-left:0;
	margin-bottom:5px;
	color:#0044CC;
	line-height:1;
}
.pr_link_description {
	margin-left:0;
	margin-right:0;
}

/* overture ss */
#adspace_content #overture_ss a.pr_link {
	display:block;
	float:left;
	width:320px;
	padding:5px;
	cursor:pointer;
}

#adspace_content #overture_ss a.pr_link:hover {
	background-color:#eee;
}

#overture_ss a .pr_link_thumbnail {
	width:60px;
	margin-right:5px;
	border:1px solid #ccc;
	float:left;
}

#overture_ss a .pr_link_header {
	display:block;
	font-weight:bold;
	font-size: 12px;
	margin-left:0;
	margin-bottom:10px;
	color:#0044CC;
	line-height:1;
}

#overture_ss a .pr_link_description {
	color:#666;
	width:250px;
	float:left;
}

#overture_ss a .pr_link_host {
	color:#339900;
	width:250px;
	float:left;
}

#overture_ss a:hover .pr_link_description {
	color:#666;
}

#overture_ss a:hover .pr_link_host {
	color:#339900;
}

#overture_ss .pr_link_label {
	color:#999;
	text-align:right;
	font-size:10px;
	margin-top:10px;
	margin-bottom:0;
	clear:both;
}

/* 右カラム対応 */
/* IE6 */
#adspace #adspace_content #overture_ss a.pr_link {
	_width:286px;
}
#adspace #adspace_content #overture_ss a .pr_link_description {
	_width:230px;
}
#adspace #adspace_content #overture_ss a .pr_link_host {
	_width:235px;
}



/* footer section */
#footer {
	width:1010px;
	background-color:#FFFFFF;
	text-align:left;
}
.footer_sm,
.footer_sm_rightend {
	width:245px;
	margin-right:10px;
	margin-bottom:10px;
	padding:0;
	float:left;
	overflow:hidden;
}
.footer_sm_rightend {
	margin-right:0;
}
.footer_sm_header {
	color:#FFFFFF;
	font-size:1.4em;
	margin:0;
}
.footer_sm ul,
.footer_sm_rightend ul {
	list-style:none;
	padding:0;
	margin:0;
	border:1px solid #AAAAAA;
	border-bottom:none;
}
.footer_sm ul li,
.footer_sm_rightend ul li {
	background-color:#E5EDF7;
	border-bottom:1px solid #AAAAAA;
	margin:0;
}
.footer_sm ul li a,
.footer_sm_rightend ul li a {
	display:block;
	padding:0.5em 1em;
	margin:0;
}
.footer_sm ul li a:hover,
.footer_sm_rightend ul li a:hover {
	color:#FFFFFF;
	background-color:#0044CC;
	padding:0.5em 1em;
}
#footer_link {
	line-height:1;
	padding:0.5em 0;
}
#footer_link ul {
	list-style:none;
	margin:0 10px;
	padding:0;
}
#footer_link ul li {
	display:block;
	height:1em;
	float:left;
}
#footer_link ul li a {
	color:#666666;
}
#footer_link ul li a:hover {
	text-decoration:underline;
}
#copyright {
	color:#FFFFFF;
	background:url(../img/bg_copyright.gif) no-repeat;
	width:1010px;
	height:40px;
	text-align:right;
	padding:0;
	margin-bottom:18px;
	position:relative;
}
#copyright ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:5px;
	left:5px;
}
* html #copyright ul {
	top:5px;
	left:-10px;
}
#copyright ul li {
	display:block;
	color:#FFFFFF;
	margin:0 10px;
	float:left;
}
#copyright ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
#copyright ul li a:hover {
	text-decoration:underline;
}
#copyright span {
	position:absolute;
	bottom:5px;
	right:5px;
}
/* mail form template setting */
.form_confirm {
	padding:10px;
}
.form_alert_header {
	font-size:14px;
}
.form_alert {
	color:#CC0000;
	background-color:#FFFFCC;
	line-height:1.5;
	font-weight:bold;
	margin:0;
	padding:10px;
	border:1px dotted #CC0000;
}
.form_authorized {
	background-color:#FFFFE5;
	margin:20px 0 0 0;
	padding:10px;
	border:1px solid #AAAAAA;
}
/* adsense setting */
.adsense_bigbanner {
	background-color:#F9F9F9;
	padding:5px 140px;
	margin-bottom:10px;
	border:1px solid #AAAAAA;
}
.adsense_ul_300_250 {
	margin:1px 0 5px 0px;
	padding:0;
	list-style-type:none;
}

.adsense_300_250 {
	width:300px;
	margin:0 0 10px 0;
	padding:0;
	display:none;
}
.adsense_234_60 {
	background:url(../img/bg_adsense_234_60.gif) no-repeat;
	width:234px;
	padding:3px;
}
.adsense_linkunit_468_15 {
	background-color:#F9F9F9;
	width:678px;
	border:1px solid #AAAAAA;
	margin-bottom:10px;
	padding:3px 10px;
}

.adsense_linkunit_120_90 {
	background-color:#F9F9F9;
	width:130px;
	border:1px solid #AAAAAA;
	padding:3px 3px;
}

.adsense_468_60 {
	background-color:#F9F9F9;
	width:468px;
	border:1px solid #AAAAAA;
	margin-bottom:10px;
	padding:3px 114px;
}
/* debuging */
pre {
	text-align: left;
}
/* error massages */
.massages_error {
	color: #c00;
	font-size: 120%;
	margin: 10px 10px 10px 10px;
}
/* optional */
.clear {
	clear:both;
	height:0;
	line-height:0;
}
.left {
	float:left;
}

.right {
	float:right;
}
img.left {
	margin:0 10px 10px 0;
}
img.right {
	margin:0 0 10px 10px;
}
.hissu {
	color:#CC0000;
}
.red {
	color:#CC0000;
}
.green {
	color:#579922;
}
.blue {
	color:#22649F;
}
.list_firstchild {
	border-top:1px solid #AAAAAA !important;
}
.list_lastchild {
	border-bottom:none !important;
}
.odd_line {
	background-color:#F5F5F5;
}
img.midashi {
	margin-bottom:18px;
}
.arrow_b {
	background:url(../img/arrow_a.gif) no-repeat 0 50%;
	padding-left:15px;
}
.page-break-after {
	page-break-after:always;
}
div.dir_icon{
	font-weight:bold;
	margin-bottom:8px;
	font-size:12px;
}
div.dir_icon span{
	cursor:pointer;
}


<!--
table.switch_btn tr td{
	cursor:pointer;
	border-collapse: separate;
	background-repeat: repeat-x;
	border: none;
	height:20px;
	width:20px;
	display:block;
}
table.switch_btn td.switch_btn_01{
	background-image: url(/img/icon_number/01_df.gif);
	
}

table.switch_btn td.switch_btn_02{
	background-image: url(/img/icon_number/02_df.gif);
}-->

/* QA searchform */

div#qaSearch {
	width: 240px;
	height: 40px;
	margin: 2px 0 0;
	text-align: right;
	float: right;
}

#qaSearch form#searchF {
	margin:0;
	padding:0;
}

.qaKeywordWrapper {
	width: 148px;
	padding: 0;
	margin: 4px 0 0;
	border: 1px solid #AAA;
	background-color: #F5F5F5;
	float: left;
}

.qaKeyword {
	font-size:14px;
	width: 117px;
	margin: 5px;
	border: none;
}

.qaKeyword:hover,
.qaKeyword:focus {
	border: none;
}

.qaSubmit {
	display: block;
	width: 80px;
	height: 32px;
	font-weight: bold;
	color: #444;
	background-color:#E5E5E5;
	border: 1px outset #CCC;
	margin: 0;
	cursor:pointer;
	line-height:1.5;
	float: right;
}

.qaRecentlyPost,
.qaUsefulPost {
	position: relative;
	background-color:#FFF;
	margin:10px 0 34px;
	padding: 20px 10px 10px;
	border:1px solid #AAA;
}

.qaUsefulPost {
	margin-bottom: 14px;
}

.qaCatTitle {
	position: absolute;
	top: -32px;
	left: 0;
}

.qaRecentlyPostTitle {
	background: url(../img/midashi/midashi_oshiete2_recently_icon.gif) 0 2px no-repeat;
	line-height: 1;
	padding: 5px 0 5px 20px;
	overflow: hidden;
}

.qaUsefulPostTitle {
	background: url(../img/midashi/midashi_oshiete2_useful_icon.gif) 0 2px no-repeat;
	line-height: 1;
	padding: 5px 0 5px 20px;
	overflow: hidden;
}
