@charset "utf-8";

/*基本設定*/
* {
	margin: 0;
	padding: 0;
}

::selection {
	background: #dfdfdf;
	color: #006;
}
::-moz-selection {
	background: #dfdfdf;
	color: #006;
}

body {
	width: 95%;
	min-width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #ffffff;
	font-size:16px;
	line-height: 32px;
	letter-spacing: 1px;
	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino kaku Gothic Pro','MS PGothic','Osaka',Arial,sans-serif;
	color: #333;
}

a {
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 3px 4px rgba(0, 0, 128, 0.2);
}

a:visited {
	text-shadow: 1px 3px 4px rgba(0, 0, 128, 0.2);
}

a:hover {
	color: #c00;
	text-shadow: 1px 8px 5px rgba(128, 0, 0, 0.3);
}

h1 {
	padding-left: 10px;
	margin-top: 20px;
}

#disp_type{
	width: 98%;
	text-align: right;
	font-size: 12px;
	color: #999;
}

#disp_type a{
	font-size: 12px;
	color: #999;
}

#disp_type a:hover{
	color: #009;
}

h2 {
	width: 98%;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	background-color: #eee;
	border-left: 5px solid #333;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-image: url("/img/bg_subtitle.gif");
	background-repeat: repeat-x;
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 2%;
	padding-bottom: 5px;
}

img{
	border: 0;
	vertical-align: bottom;
}

.h2c {
    -webkit-box-shadow: 0 5px 4px -4px #777;
       -moz-box-shadow: 0 5px 4px -4px #777;
            box-shadow: 0 5px 4px -4px #777;
	text-shadow: 1px 3px 4px rgba(0, 0, 128, 0.3);
}
.h2c img {
	vertical-align: middle;
}


/*************/
/* テーブル  */
/*************/
table.initial {
	margin-top: 1px;
	width:100%;
}

table.initial td {
	width:20%;
	height: 30px;
	vertical-align: middle;
	text-align: center;
}

table.initial td a {
	background-color: #eee;
	text-align: center;
	display: block;
	padding: 18px 8px 18px 8px;
	margin: 2px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 2px #e7e7e7;
	box-shadow: 1px 1px 2px #e7e7e7;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #f1f1f1),
	color-stop(0.5, #f1f1f1),
	color-stop(0.99, #dfdfdf),
	to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	text-shadow: 1px 4px 3px rgba(0, 0, 128, 0.3);
}

table.initial td a:visited {
	text-shadow: 1px 4px 3px rgba(128, 0, 0, 0.3);
}

table.initial td a:hover {
	text-shadow: 1px 8px 5px rgba(128, 0, 0, 0.3);
	background-color: #fff;
}

/*************/
/* HTML5タグ */
/*************/
/* ヘッダ */
.header {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
}

.header a {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
}

.aside {
	clear: both;
	display: block;
}

.nav {
	clear: both;
	display: block;
}

.article {
	clear: both;
	display: block;
}

.section {
	clear: both;
	display: block;
}

/* フッター */
.footer {
	width: 100%;
	height: auto;
	background-color: #ccc;
	border-top: 3px solid #333;
	text-align: center;
	display: block;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

.menu {
	width:99%;
	padding:5px 0px 5px 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}
.menu li {
	float:left;
	padding:0;
	margin:0;
	text-align:center;
	border: 1px solid #ccc;
	border-radius: 3px 3px 5px 5px;
	-moz-border-radius: 3px 3px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
.menu li a {
	font-size: 14px;
	width:auto;
	font-weight:bold; 
	padding:5px 0px 5px 0px;
	text-decoration:none;
	display:block;
	background-color: #eee;
    -webkit-box-shadow: 0 5px 4px -4px #777;
       -moz-box-shadow: 0 5px 4px -4px #777;
            box-shadow: 0 5px 4px -4px #777;
	border-radius: 3px 3px 5px 5px;
	-moz-border-radius: 3px 3px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.menu li a:hover {
	background-color: #fff;
    -webkit-box-shadow: 0 5px 4px -4px #777;
       -moz-box-shadow: 0 5px 4px -4px #777;
            box-shadow: 0 5px 4px -4px #777;
}

.menu_li_01 {
	width:14%;
}
.menu_li_02 {
	width:12%;
}
.menu_li_03 {
	width:16%;
}
.menu_li_04 {
	width:12%;
}
.menu_li_05 {
	width:12%;
}
.menu_li_06 {
	width:18%;
}
.menu_li_07 {
	width:14%;
}
.menu_block {
	display: block;
	width: 100%;
	height: auto;
	clear: both;
}

.menu_block2 {
	display: block;
	width: 100%;
	height: auto;
	clear: both;
	border-top: 1px solid #333;
	line-height: 36px;
}

/*************/
/* その他 */
/*************/
/* メイン */
#main_head_navi {
	clear: both;
	margin-top: 55px;
	margin-bottom: -5px;
	width: 98%;
	padding-left: 25px;
	font-size: 14px;
}

#main_head_navi a {
	font-size: 14px;
}

#main {
/*	width: 480px;*/
	width: 76%;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#main2 {
/*	width: 480px;*/
	width: 98%;
	padding-left: auto;
	padding-right: auto;
}

/* サイドメニュー */
#main_right {
	width: 21%;
	float: left;
}

/* アドセンス */
/* ads dummy start */
.ads3{
	width: 100%;
	height: auto;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
/*	border: 1px solid #ccc; */
	background-color: #fff;
}

.ads4{
	width: 200px;
	height: auto;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #fff;
}

.ads4-2{
	width: 200px;
	height: auto;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid #ccc; */
	background-color: #fff;
}

.ads_label {
	color: #333;
	font-size: 10px;
	padding-left: 15px;
}
.ads_label2 {
	color: #333;
	font-size: 10px;
	margin-bottom: -5px;
}

.ads_box {
	width: 100%;
}

.word3{
	width: 100%;
	height: auto;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
/*	border: 1px solid #ccc; */
	background-color: #fff;
}

.word4{
	width: 200px;
	height: auto;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #fff;
}

.word4-2{
	width: 200px;
	height: auto;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid #ccc; */
	background-color: #fff;
}

.word4-2-book {
	width: 200px;
	height: auto;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
/*	border: 1px solid #eee; */
	background-color: #fff;
}

.word4-2-book img {
	border: 1px solid #eee;
}

.word_label {
	color: #333;
	font-size: 10px;
	padding-left: 15px;
}
.word_label2 {
	color: #333;
	font-size: 10px;
	margin-bottom: -5px;
}

.word_box {
	width: 100%;
}
/* ads dummy end */

/* リンク */
.link_item {
	text-align: center;
	width: 100%;
	height: auto;
	padding: 5px;
}

/*************/
/* 共通 */
/*************/
/* 文字 */
.accent_wd {
	font-size:18px;
	color: #c00;
	font-weight: bold;
/*	text-shadow: 1px 5px 5px rgba(128, 0, 0, 0.3);*/
	text-shadow: 0px 1px 0px rgba(128, 0, 0, 0.2);
}
.accent {
	color: #ff0000;
}
.sup {
	font-size: 14px;
	color: #666;
}

.explain {
	color: #600;
}

.disclaimer {
	font-size: 14px;
}

/* コマンド例 */
.ex_cmd {
	color: #060;
	font-weight: bold;
}

.ex_cmd a {
	color: #060;
	font-weight: bold;
	text-decoration: underline;
}

/* コマンドオプション説明（英語） */
.cmd_en_explain {
	font-size: 14px;
	color: #666;
}

/* 文章の中で文字の一部を強調表示したいとき */
.ex_exp {
	color: #930;
	font-weight: bold;
}

.ex_exp .brackets {
	color: #930;
	font-weight: bold;
}

/* 英語の読み */
.en_yomi {
	font-size: 12px;
	color: #666;
}

/* カッコ書き */
.brackets {
	font-size: 15px;
	color: #555;
}
.brackets a {
	font-size: 15px;
}

/* サンプルコード */
.sample_code {
	color: #003300;
	display: block;
	width: 95%;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: -16px;
	margin-left: auto;
	margin-right: auto;
	font-size:14px;
	line-height: 21px;
	word-break: break-all;
}

.sample_code a {
	font-size:14px;
	line-height: 21px;
}

/* サンプル結果 */
.sample_ex {
	color: #003300;
	display: block;
	width: 95%;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: -16px;
	margin-left: auto;
	margin-right: auto;
	font-size:14px;
	line-height: 21px;
	word-break: break-all;
}

.sample_ex a {
	font-size:14px;
	line-height: 21px;
}

/* その他の例（1行丸々） */
.ex_etc {
/**	color: #006600; **/
	color: #006;
	font-weight: bold;
}

.ex_etc a {
	color: #006;
	font-weight: bold;
	text-decoration: underline;
}

.ex_etc .brackets {
	color: #006;
	font-weight: bold;
}

/* HTMLタグ */
.html_tag {
	color: #006600;
	font-weight: bold;
}

/* メタタグ */
.meta_tag {
	color: #006600;
	font-weight: bold;
}


/* 検索条件 */
#search_area {
	margin-bottom: 2px;
	width: 100%;
}
#search_sub_area {
	margin-top: 5px;
	width: 100%;
}
#q {
	background-color: #eeffff;
	width: 98%;
	height: 34px;
	font-size: 18px;
	line-height: 24px;
	padding-left: 5px;
	padding-top: 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#lt {
/*	background-color: #eeffff; */
	width: 98%;
	height: 34px;
	font-size: 18px;
	line-height: 24px;
	padding-left: 5px;
	padding-top: 5px;
}

#ln {
/*	background-color: #eeffff; */
	width: 98%;
	height: 34px;
	font-size: 18px;
	line-height: 24px;
	padding-left: 5px;
	padding-top: 5px;
}

#submitSearch {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 60%;
	font-size: 18px;
}

strong {
	color: #660033;
/*	text-shadow: 1px 3px 5px rgba(128, 0, 0, 0.3); */
}

strong a{
	color: #660033;
	font-weight: bold;
/*	text-shadow: 1px 3px 5px rgba(128, 0, 0, 0.3); */
}

/* 邪魔ピヨ */
#jama_piyo_area {
	position: relative;
}
#jama_piyo_area2 {
/**	width: 202px;
	height: 142px;
	position: absolute;
	top: -175px;
	left: 10px;
	z-index: 10;***/
	width: 118px;
	height: 57px;
	position: absolute;
	top: -75px;
	left: 100px;
	z-index: 10;
}
/* NEWピヨ */
.new_piyo_area {
	position: relative;
}
.new_piyo_area2 {
	width: 71px;
	height: 85px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: -1px;
	left: 55px;
	z-index: 10;
}

.sub_service {
	width: 230px;
	float: left;
	border: 1px solid #aaa;
	height: 35px;
	background-image: url("/img/wa3piyo2.png");
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0pt 10pt;
}
.sub_service a {
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 0px;
	display: block;
	width: 100%;
	height: 100%;
}

/* 注釈エリア */
.note_of_caution {
	display: block;
	width: 95%;
	color: #666;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: -32px;
	margin-left: auto;
	margin-right: auto;
	font-size:14px;
	line-height: 21px;
	word-break: break-all;
}

.note_of_caution a {
	font-size: 14px;
	text-decoration: underline;
}

/* 注釈（略語エリア */
.note_of_abbr {
	display: block;
	width: 95%;
	color: #666;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: -32px;
	margin-left: auto;
	margin-right: auto;
	font-size:14px;
	line-height: 21px;
	word-break: break-all;
}

.note_of_abbr a {
	font-size: 14px;
	text-decoration: underline;
}

.note_of_abbr_end {
	display: block;
	width: 95%;
	color: #666;
	border: 1px solid #999;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size:14px;
	line-height: 21px;
	word-break: break-all;
}

.note_of_abbr_end a {
	font-size: 14px;
	text-decoration: underline;
}

.wa3_link {
	width :100%;
	text-align: right;
	padding-right: 10px;
}

.wa3_link a {
	font-size: 12px;
	color: #aaa;
	font-weight: normal;
	text-shadow: 0px 0px 0px rgba(128, 0, 0, 0.3); 
}

.wa3_link a:hover {
	text-decoration: underline;
}
