
/* ---- */
/* base */
/* ---- */
html {
    overflow-y: scroll;
    margin-bottom:1px;
    height:100%;
}
body {
	background: #FFF url(../_images/bg.gif) repeat-x;
	border-bottom:1px solid #999;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height: 140%;
	color: #666;
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif, '‚l‚r ƒSƒVƒbƒN', Osaka;
}
table {
	line-height: 140%;
	color: #666;
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif, '‚l‚r ƒSƒVƒbƒN', Osaka;
}

input.text_padding {
    height: 1.8em;
    padding: 2px;
	font-family: Verdana, Helvetica, sans-serif, '‚l‚r ƒSƒVƒbƒN', Osaka;
}

textarea {
	font-size: 13px;
    padding: 4px;
	font-family: Verdana, Helvetica, sans-serif, '‚l‚r ƒSƒVƒbƒN', Osaka;
}

a { text-decoration: none; color: #3366FF; } /* #45ABE9 #4E8413 */
a:hover { text-decoration: underline; color: #45ABE9; }


br {
	letter-spacing: 0!important;/* for IE6 <br class="clear" /> bug */
}
.clear {
    zoom:1;/*for IE 5.5-7*/
    clear:both;
    visibility:hidden;
    height:0px;
}
.clear:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

span.red {
    color:#FF0000;
}

/* ------ */
/* layout */
/* ------ */
#wrap { margin: 0 auto; width: 979px; text-align: left; }

#logo { margin: 16px 0 0 0; height: 70px; display: block; }

#menu { float: left; height: 43px; margin: 5px 0 0 0; padding: 0 0 0 10px; position:relative; z-index: 2; }
#menu li { display: inline; }
#menu li a { float: left; margin: 0; padding: 5px; position: relative; z-index: 2; }

#content-top { clear: both; height: 26px; background: url(../_images/content-top.gif) no-repeat; position: relative; margin: 0 !important; margin: -12px 0 0; }
#content-middle { padding: 0 19px 20px; background: url(../_images/content-middle.gif) repeat-y; }
#content-wrap {
	clear:both;
	width:940px;
	height:auto;
	position:relative;
}
#content-wrap div#new_alert {
	display:block;
	position:absolute;
	left:-100px;
	top:-18px;
}
#content-bottom { clear: both; padding: 6px 0 7px; background: url(../_images/content-bottom.gif) no-repeat left bottom; }

#footer {
	padding: 50px 0;
	text-align: center;
	color: #999;
	background-color:#CCC;
}
#footer .links a { margin: 0 0 0 15px; }

#path_area {
    margin: 0px auto;
    padding: 0 0 10px 0;
    width: 940px;
    text-align: left;
    font-size: 85%;
}

/* ---------- */
/* layout box */
/* ---------- */

div.contents_full
{
	width:940px;
	float:left;
	display:block;
	word-break: break-all;
	height:auto;
	margin-bottom:10px;
}

div.contents_main
{
	width:690px;
	float:right;
	overflow:hidden;
	word-break: break-all;
	height:auto;
}

div.contents_menu
{
	width:240px;
	float:left;
	overflow:hidden;
	word-break: break-all;
	height:auto;
}

/* ----------- */
/* content_box */
/* ----------- */

div.contents_inner
{
	padding: 5px;
	background: #FBF8EF;
	margin-bottom: 10px;
}

div.contents_inner_catch
{
	border-right:  1px solid #CCC;
	border-left:   1px solid #CCC;
}
div.contents_inner_header
{
	border-right:  1px solid #CCC;
	border-left:   1px solid #CCC;
}
div.contents_inner_source
{
	padding: 5px;
	border-right:  1px solid #CCC;
	border-left:   1px solid #CCC;
}
div.contents_inner_source p.catch
{
	display:block;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	width:99%;
}
div.contents_inner_bottom
{
	margin-bottom: 10px;
}

div.contents_inner_topics
{
	background:url(../_images/bg_line_orange.gif) 0 0;
	padding: 5px 10px;
	margin-bottom: 10px;
}

div.contents_inner_topics div.topics_box
{
	background-color: transparent;
	display: block;
	margin-bottom: 10px;
}

div.contents_inner_topics div.topics_box div.top
{
	background-color: transparent;
	border-top: none;
	border-bottom: 2px solid white;
	font-size: 1px;
	height: 1px;
	margin: 0 1px;
	padding: 0 1px;
	display: block;
}
div.contents_inner_topics div.topics_box div.top div
{
	background-color: white;
	font-size: 1px;
	height: 1px;
	margin: 0 1px;
	padding: 0 1px;
	display: block;
}
div.contents_inner_topics div.topics_box div.middle
{
	background-color: white;
	margin: 0;
	padding: 10px;
	display: block;
}

div.contents_inner_topics div.topics_box div.bottom
{
	background-color: transparent;
	border-top: 2px solid white;
	border-bottom: none;
	font-size: 1px;
	height: 1px;
	margin: 0 1px;
	padding: 0 1px;
	display: block;
}
div.contents_inner_topics div.topics_box div.bottom div
{
	background-color: white;
	font-size: 1px;
	height: 1px;
	margin: 0 1px;
	padding: 0 1px;
	display: block;
}

div.menubox
{
	background-image:url(../_images/menubox_top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom: 10px;
}

div.menubox_content
{
	background-image:url(../_images/menubox_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:5px;
}

div.menubox_content img,
div.menubox_content p
{
	display:block;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

div.menubox_content .last
{
	margin-bottom: 0;
}

div.menubox_content ul.portfolio
{
	margin: 0 3px;
}

div.menubox_content ul.portfolio li
{
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 5px;
}


#ticker_index {
    padding:0 0 0 1em;
}

#tabs h2 {
    font-weight: bold;
    margin: 15px 10px 15px 0;
    padding: 3px 10px;
    border-left: 5px solid #77C;
}

#tabs .tab_text_content {
    margin: 0px 10px 15px 0;
    padding: 0px 10px 3px 15px;
}

#tabs .tab_table table {
	border-spacing: 1px 1px;
	border: none;
	border-collapse: separate;
	margin: 0px;
	padding: 0px;
	width: 550px;
}
#tabs .tab_table table td.subject {
	background-color: #E1E2E6;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 2px 5px;
	text-align: left;
	vertical-align: middle;
	width: 150px;
	word-break: break-all;
}
#tabs .tab_table table td.body {
	background-color: #EFF2F3;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 2px 5px;
	text-align: left;
	vertical-align: middle;
	width: auto;
	word-break: break-all;
}
#tabs .tab_text_content ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style-type: disc;
}
#tabs .tab_text_content ol {
	margin: 0;
	padding: 0 0 0 25px;
	list-style-type: decimal;
}

#tabs div.text_talk {
	padding: 0 10px;
}

/* ------------ */
/* import_login */
/* ------------ */

table#import_login{
	border-spacing: 0px 0px;
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 230px;
}
table#import_login td.subject{
	width: 80px;
	text-align:center;
}
table#import_login td.body{
	width: 150px;
}
table#import_login input.text_padding {
	height: 1.8em;
	margin: 2px 0;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	width: 90%;
	border-width: 0px;
	border-style: none;
	border: 1px solid #999999;
	background-color: #ffffee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table#import_login input:focus {
	background: #eeeeff;
}
/* ------ */
/* topics */
/* ------ */

h3.topics_header
{
	margin: 5px 0 3px 0;
}

* html body dl.list dd div{
   display:inline-block;
}

div.topics_entry dl
{
	border-bottom:1px solid #CCC;
}

div.topics_entry dt
{
	float:left;
	width:10em;
	border-top:1px solid #CCC;
	padding: 5px 0 0 0;
}

div.topics_entry dd
{
	margin: 0 0 0 10em;
	padding: 5px 5px 5px 0;
	border-top:1px solid #CCC;
}

div.topics_entry ul
{
    list-style: none;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
}

div.topics_entry li
{
	background: url(../_images/arrow_blue_right.gif) no-repeat 0px 6px;
	margin: 0 0 0 10px;
	padding: 2px 0px 2px 15px;
}

/* -- */
/* it */
/* -- */
div.contents_inner_source h3
{
	background: #E5E5E5;
	color: #333;
	padding: 5px 9px 4px;
	margin-bottom: 10px;
	font-weight: bold;
}
div.contents_inner_source h4
{
	background: url(../_images/dotline_side.gif) repeat-x 0% 100%;
	padding: 0 10px 4px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #666;
}
div.contents_inner_source div.description
{
	width:100%;
	padding-bottom: 20px;
}
div.contents_inner_source div.description img.border
{
	margin: 5px 0;
	padding: 2px;
	border: 1px solid #CCC;
}
div.contents_inner_source ul.problem
{
	list-style: none;
	margin: 0;
	padding: 20px 0;
}
div.contents_inner_source ul.problem li
{
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../_images/arrow_gray_right.gif) no-repeat 5px center;
	color: #ff0000;
}
div.contents_inner_source div.description .left
{
	float: left;
}
div.contents_inner_source div.description .right
{
	float: right;
}
div.contents_inner_source div.description div.image_banner
{
	width: 240px;
	margin: 0 0 0 5px;
}
div.contents_inner_source div.description div.image
{
	margin: 0 5px 0 5px;
}
div.contents_inner_source div.description div.text
{
	float: right;
	width: 650px;
	margin-right: 2px;
	line-height: 1.7em;
}
div.contents_inner_source div.description div.text p.price
{
	text-align:right;
	padding-top: 20px;
	padding-right: 5px;
}

/* ------- */
/* company */
/* ------- */

div.company table {
	border-spacing: 1px 1px;
	border: none;
	border-collapse: separate;
	margin: 0px;
	padding: 0px;
	width: 95%;
}
div.company table td.subject {
	background-color: #E1E2E6;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 2px 5px;
	text-align: left;
	vertical-align: middle;
	width: 100px;
	word-break: break-all;
}
div.company table td.body {
	background-color: #EFF2F3;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 2px 5px;
	text-align: left;
	vertical-align: middle;
	width: auto;
	word-break: break-all;
}
div.company table td ol {
	margin: 0;
	padding: 0 0 0 25px;
	list-style-type: decimal;
}


/* ------- */
/* inquiry */
/* ------- */
div.inquiry table {
	border-spacing: 0px 0px;
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
    width: 550px;
}
div.inquiry table td.subject {
	background-color: #E1E2E6;
    border:1px solid #CCCCCC;
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
/*	width: 150px;
*/	word-break: break-all;
}
div.inquiry table td.body {
	background-color: #F9F9F9;
    border:1px solid #CCCCCC;
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
/*	width: auto;
*/	word-break: break-all;
}

div.inquiry table td.nec {
	background-image: url(../_images/icon_nec.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

div.inquiry table td .middle {
	width: 265px;
    height: 2em;
    line-height: 1.5em;
}

div.inquiry table td .long {
	width: 480px;
}

div.inquiry table td .text {
	background: #EEEEEE;
	border: none;
	padding: 5px;
}

div.inquiry table td textarea {
	font-family: monospace;
    line-height: 1.5em;
}

div.inquiry .inquiry_button {
    margin: 20px 0 20px 180px;
}

/* ------- */
/* product */
/* ------- */

div.product_list ul
{
    list-style: none;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
}

div.product_list li
{
	background: url(../_images/arrow_blue_right.gif) no-repeat 0px 6px;
	margin: 0 0 0 10px;
	padding: 2px 0px 2px 10px;
}

div.product_point {
    text-align:center;
}
div.product_point img{
    display:block;
    margin:auto;
}

div.support_explain {
    border:1px solid red;
    border-bottom:1px solid red;
    margin-top:5px;
    margin-bottom:5px;
    padding-top:5px;
    padding-bottom:15px;
    background: white url(../_images/bg_slash.gif);
}


/* ------- */
/* recruit */
/* ------- */

div.contents_inner_source div.description table.recruit
{
	margin-left:30px;
	margin-right:30px;
	margin-top:10px;
}
div.contents_inner_source div.description table.recruit th
{
	background-color: #FFFAE3;
	border: solid 1px #BEBEBE;
	padding: 15px;
	white-space: nowrap;
	text-align: center;
}
div.contents_inner_source div.description table.recruit td
{
	border: solid 1px #BEBEBE;
	padding: 15px;
	width: 100%;
}

/* ---- */
/* test */
/* ---- */

.twitter_update_list li {
	padding-top: 5px;
	border-bottom: 1px dashed #ababab;
}
.twitter_update_list li.first {

}
.twitter_update_list li.last {
	border-bottom: none;
}

div.section pre {
	width: 97%;
	overflow: hidden;
}

#pitch { background: url(../_images/pitch.jpg) no-repeat; height: 208px; }

