/** ‹¤’Ê **/
html {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	background-image:url('../img/bg_body.gif');
	background-repeat:repeat-x;
	background-position:center top;
	font-size:12px;
	line-height:13px;
	font-family : sans-serif ;
}

blockquote {
	margin:0;
	padding:0;
}

a {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.kwd {
	color:black;
	text-decoration:underline;
}
a.kwd:hover {
	color:gray;
	text-decoration:underline;
}
.h {
	display:none;
}
div#main {
	background-image:url(../img/bg_main_middle.gif);
	background-repeat:repeat-y;
	background-position:center;
	width:1100px;
	margin-right:auto;
	margin-left:auto;
	z-index:-1;
}
div#header {
	background-image:url(../img/bg_main_head.gif);
	background-repeat:no-repeat;
	background-position:center top;
	width:1100px;
	margin-right:auto;
	margin-left:auto;
	z-index:1;
	padding-top:35px;
}
.top_header {
	height:150px;
	background-image:url(../img/top/bg_header.gif);
	background-repeat:no-repeat;
	background-position:center top;
	width:950px;
	margin-right:auto;
	margin-left:auto;
}
.header {
	height:67px;
	background-image:url(../img/bar_logo.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:900px;
	margin-right:auto;
	margin-left:auto;
}
.header div.header_click {
	position:relative;
	top:8px;
	left:0px;
	width:380px;
	height:55px;
	cursor:pointer;
}
.header div.header_input {
	position:relative;
	top:-30px;
	left:620px;
	width:220px;
}
.header div.header_input input {
	background-image:url(../img/menu/bg_searchbar.gif);
}
div#footer {
	background-image:url(../img/bg_main_foot.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:32px;
	width:1100px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
}
div#footer_link {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
div#contents {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
}
div.line_gray {
	height:3px;
	background-image:url(../img/line_gray.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
div.line_gray02 {
	height:5px;
	background-image:url(../img/line_gray02.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin-top:5px;
	margin-bottom:20px;
}
div.line_gray03 {
	height:3px;
	background-image:url(../img/line_gray03.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin:15px 0px;
}
div#pnkz {
	font-weight:bold;
}
table#container {
	width:900px;
	empty-cells:show;
}
table#container td#left {
	width:230px;
}
table#container td#right {
	width:646px;
	padding-left:14px;
}
div.case_bg {
	background-image:url(../img/bg_case_bg.gif);
	margin-top:10px;
	margin-bottom:20px;
	padding:10px 10px;
	width:626px;
}
div.case_bg_title {
	background-image:url(../img/bg_case_bg_title.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:30px;
}
table.case_bg_table {
	margin:5px 0px;
	width:626px;
	empty-cells:show;
}
table.case_bg_table td {
	width:310px;
}
table.case_table {
	width:310px;
	margin-top:5px;
	empty-cells:show;
	background:white;
	border:2px dashed orange;
	height:140px;
}
table.case_table td {
	width:185px;
	padding-right:5px;
}
table.case_table td.image {
	padding:5px;
	width:110px;
}
table.case_table td.image img {
	width:100px;
}
table.case_table_inner {
	empty-cells:show;
	color:#330000;
}
table.case_table_inner td {
	color:#330000;
}
div#menu {
	background-image:url(../img/menu/bg_menubox.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:394px;
	margin-bottom:10px;
	width:240px;
}
div#menu_list {
	position:relative;
	width:230px;
	margin:2px;
	top:60px;
	left:8px;
	height:340px;
	overflow:hidden;
}
div#menu_list table {
	position:relative;
	left:13px;
	margin-bottom:10px;
}
div#menu_list table td {
	height:24px;
}
div.warn_top {
	margin-top:15px;
	border:3px solid #F9F9F9;
	color:red;
	font-size:10px;
	padding:12px;
}
div.warn {
	margin:15px 0px;
	border:3px solid #F9F9F9;
	color:red;
	font-size:10px;
	padding:12px;
	width:620px;
}

/** TOP **/
div#top_title {
	background-image:url(../img/top/title.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:38px;
	
}
div#top_title div {
	margin-top:5px;
	font-size:13px;
	line-height:14px;
	margin-left:auto;
	margin-right:0px;
	color:#666666;
	font-weight:bold;
	width:36em;
}
table.top {
	width:900px;
	empty-cells:show;
}
table.top td {
	width:440px;
	padding:10px 5px;
}
table.top td.line {
	width:900px;
}

table.top td div.title {
	background-position:center bottom;
	background-repeat:no-repeat;
	height:48px;
}
table.top td div.title img {
	position:relative;
	top:15px;
	left:370px;
}
div.top_q {
	background-image:url(../img/top/q.gif);
	background-position:left center;
	background-repeat:no-repeat;
	height:34px;
	line-height:15px;
	padding-top:13px;
	padding-left:40px;
}
div.top_a {
	background-image:url(../img/top/a.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	line-height:15px;
	padding-left:40px;
	padding-bottom:10px;
	border-bottom:1px dashed gray;
}
div.top_a_bottom {
	background-image:url(../img/top/a.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:34px;
	line-height:15px;
	padding-left:40px;
}
table.top_subparts {
	width:900px;
	margin-left:25px;
	margin-right:25px;
	empty-cells:show;
}
table.top_subparts td {
	width:225px;
}
div.top_keyword_title {
	background-image:url(../img/top/bg_keyword_title.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:39px;
	border:1px solid #3399cc;
	border-bottom-width:0px;
	margin:0px;
}
div.top_keyword {
	background-image:url(../img/top/bg_keyword.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:177px;
	border:1px solid #3399cc;
	border-top-width:0px;
	margin-bottom:10px;
}
div.top_case {
	border:1px solid #3399cc;
}
div.top_case_title {
	background-image:url(../img/top/bg_case_title.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:39px;
	margin:0px;
}
div.top_case_lead {
	height:39px;
	margin:10px 0px;
	padding:0px 20px;
	font-size:16px;
	line-height:19px;
	color:#666666;
	font-weight:bold;
}
div.top_case_bg {
	background-image:url(../img/bg_case_bg.gif);
	width:810px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:25px;
	padding:10px 20px;
}
table.top_case_bg_table {
	margin:5px 0px;
	width:810px;
	empty-cells:show;
}
table.top_case_bg_table td {
	width:400px;
}
table.top_case_table {
	width:400px;
	margin-top:5px;
	empty-cells:show;
	background:white;
	border:2px dashed orange;
	height:140px;
}
table.top_case_table td {
	width:255px;
	padding-right:5px;
}
table.top_case_table td.image {
	padding:5px;
	width:130px;
}
table.top_case_table td.image img {
	width:120px;
}
table.top_case_table_inner {
	empty-cells:show;
}
table.top_case_table_inner td {
	color:#330000;
}
div.top_navi {
	margin:10px 0px;
}
div.top_keyword_lead {
	position:relative;
	top:5px;
	left:322px;
	width:569px;
	height:44px;
	overflow:hidden;
}
div.top_keyword_link {
	word-break: keep-all;
	position:relative;
	top:32px;
	left:335px;
	width:540px;
	height:46px;
	overflow:hidden;
	color:#0066CC;
}
div.top_keyword_list {
	position:relative;
	top:33px;
	left:720px;
	width:170px;
	height:27px;
}

/** Category **/
div.category_outer {
	width:644px;
	border:1px solid #3399cc;
}
div.category_w_desc {
	overflow:hidden;
}
div.category_keyword {
	margin: 0px 10px;
	margin-top:5px;
	padding-bottom:1px;
	border:0px dashed #3399cc;
	height:19px;
	border-bottom-width:1px;
	width:626px;
}
div.category_keyword div {
	overflow:hidden;
	height:15px;
}
div.category_keyword div.category_keyword_name {
	width:150px;
	float:left;
}
div.category_keyword div.category_keyword_desc {
	width:470px;
	float:left;
}
div.category_more {
	border:0px solid #3399cc;
	border-top-width:1px;
}
div.category_link_inner {
	margin:0px 40px;
	color:#0066CC;
	word-break: keep-all;
	line-height:20px;
}
div.category_top {
	background-position:left bottom;
	background-repeat:no-repeat;
	height:45px;
	margin:10px 0px;
}
div.category_keyword_top {
	background-position:left bottom;
	background-repeat:no-repeat;
	height:36px;
	margin:5px 0px;
}

/* kwd */
div.kwd_title {
	background-image:url(../img/kwd/bg_maintitle.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:43px;
	margin-bottom:20px;
}
div.kwd_title h1{
	color:#0066CC;
	margin-left:20px;
	padding-top:15px;
	font-size:18px;
}
div.kwd_description_outer {
	background-image:url(../img/kwd/bg_word.gif);
	border:1px solid #0066CC;
	width:644px;
}
div.kwd_description_outer div {
	margin:10px 20px;
}
div.kwd_description_title {
	border:0px dashed #0066CC;
	border-bottom-width:2px;
}
div.kwd_description_title h2 {
	color:orange;
	font-size:16px;
	line-height:18px;
	padding: 5px 0px;
	margin:0;
}
div.kwd_faq {
	margin:10px 0px;
	width:646px;
}
div.kwd_subtitle {
	background-image:url(../img/kwd/bg_subtitle.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:32px;
	margin-bottom:10px;
}
div.kwd_subtitle h1 {
	color:#0066CC;
	margin-left:40px;
	line-height:18px;
	font-size:18px;
	padding: 5px 0px;
}
div.kwd_subtitle h2 {
	color:#0066CC;
	margin-left:40px;
	line-height:18px;
	font-size:18px;
	padding: 5px 0px;
}
div.kwd_q {
	background-image:url(../img/top/q.gif);
	background-position:left center;
	background-repeat:no-repeat;
	height:30px;
	padding-top:13px;
	padding-left:40px;
}
div.kwd_d {
	height:45px;
	padding-left:40px;
	padding-bottom:10px;
	border-bottom:1px dashed gray;
}
div.kwd_d_bottom {
	height:35px;
	padding-left:40px;
}
div.case_bg_title h2 {
	color:#DA592C;
	margin:0;
	padding-top:6px;
	margin-left:10px;
	line-height:28px;
}

table.paging {
	border-collapse: separate;
	border-spacing: 10px 0px;
	margin-left:auto;
	margin-right:auto;
}
table.paging td {
	background-image:url(../img/kwd/bg_pager.gif);
	height:20px;
	padding:0px 10px;
	border:1px solid gray;
	color:#0066CC;
	cursor:pointer;
}
table.paging td.current {
	cursor:default;
	font-weight:bold;
	color:black;
}
table.paging td.over {
	background-image:url(../img/kwd/bg_pager_over.gif);
	cursor:pointer;
	color:white;
	text-decoration:underline;
}
div.faq_question {
	border:2px dashed orange;
	margin-bottom:10px;
	padding:0px 10px;
	padding-top:10px;
	width:622px;
}
div.faq_question div{
	background-image:url(../img/top/q.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:35px;
	padding-bottom:15px;
	margin-top:5px;
	line-height:18px;
	font-size:15px;
}
div.faq_answer {
	border:2px dashed red;
	margin-bottom:10px;
	padding:0px 10px;
	padding-top:10px;
	width:622px;
}
div.faq_answer div{
	background-image:url(../img/top/a.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:35px;
	padding-bottom:15px;
	margin-top:5px;
	line-height:18px;
	font-size:15px;
}
