@charset "utf-8";

@import "topics.css";


/*
 * Site Name : 
 * Version   : 0.1
 * Author    : webdev@deltaport.net
 */

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

body {
	margin: 0px;
	padding: 0px;
	background: url(../img/line_bg.gif);
	color:#434343;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS ゴシック", sans-serif;
	text-align: center;
	font-style: normal;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	display: block;
	margin: 0px;
	font-size:small;
}
table {margin : 0;empty-cells: show; font-size:small;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;
	vertical-align:bottom
}
li { list-style: none; }/* link do not want a dot */

p{
	font-size: 12px;
}

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ===========================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */
a{
	color: #2d72e4;
	text-decoration: none;
}
a:hover{
	color: #2d72e4;
	text-decoration: underline;
}

/*
===== 5: id setting ===========================
*/

#container {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e1e1e1;
	border-left-color: #e1e1e1;
	width: 929px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/line_color.gif);
	background-position: bottom;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#logo {
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}
#head_menu {
	float: right;
	vertical-align: bottom;
	width: 648px;
}
.float_l {
	float: left;
}
#header {
	background-image: url(../img/line_color.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	width: 100%;
	padding-top: 3px;
}
.float_r {

	float: right;
}
.float_clear {
	clear: both;
}
#caption {
	font-size: 10px;
	float: left;
	padding-top: 15px;
	padding-bottom: 20px;
}
#toplink {
	float: right;
	font-size: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-right: 10px;
}
#main {
	width: 682px;
	margin-top: 20px;
	float: left;
	display: inline;
	text-align: center;
	margin-bottom: 30px;
	margin-left: 13px;
}
#sidenavi {
	width: 202px;
	margin-right: 12px;
	float: right;
	margin-top: 20px;
	display: inline;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	text-align: left;
	background-image: url(../img/footer_line.gif);
	background-repeat: repeat-y;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
}
#flasharea{
	margin:auto;
	padding:0px;
	width:100%;
}

#noflash{
	margin:auto;
	padding:10px;
	background:#ffffff;
    width:929px;
}

#noflash .messagebox{
	text-align:center;
	background:#ffffff;
	margin  :0px;
	padding :10px;
}
#side_top {
	background-image: url(../img/side_top.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 202px;
	overflow: hidden;
}
#side_under {
	background-image: url(../img/side_under.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 202px;
	background-position: bottom;
}
/*
===== 1: CLEARFIX ==========================================
*/
.clearfix{
	zoom:1;
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}
#icon_topics {
	width: 672px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 11px;
	background-image: url(../img/dotline2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: text-botom;
}
.topics {
	width: 662px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 11px;
	background-image: url(../img/dotline1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: text-botom;
}
.topics_list {
	width: 662px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 6px;
	vertical-align: text-botom;
}

.topics_dl {

}

.topics_dl dl {
	width: 662px;
	background-image: url(../img/dotline1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 10px;
	padding: 5px 0 5px 0;
}

.topics_dl dt {
	float: left;
	width: 150px;
	margin-right: 10px;
}

.topics_dl dd {
	float: left;
	width: 490px;
	text-align: left;
}

#acc {
	background-repeat: repeat-y;
	background: url(../img/side_line.gif);
}

/*
accordion
*/
.accordion_toggle {/*05*/
	display: block;
	padding: 0;
	outline: none;
	color: #000000;
	cursor: pointer;
	margin: 0;
}
.accordion_toggle_active {
}
.accordion_content {
	overflow: hidden;
	padding: 5 5px;
	font-size:10pt;
	text-align: left;
}
.side_link {
	padding-left: 20px;
	padding-top: 5px;
}
.side_link li {
	background-image: url(../img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
.normal_text {
	font-size: 12px;
	text-align: left;
	width: 100%;
	padding: 7px;
}
.normal_text2 {
	font-size: 12px;
	text-align: left;
	width: 80%;
	padding: 7px 7px 8px;
	background-image: url(../img/dotline1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 5px;
}
.normal_text3 {
	font-size: 12px;
	text-align: left;
	padding: 20px 35px 20px 35px;
	margin-left: 0px;
}

#pagetop {
	position: absolute;
	left: 930px;
	padding-top: 100px;
}
#footer_area {
}
#footer_top {
	background-image: url(../img/footer_top.gif);
	height: 8px;
	width: 896px;
	background-repeat: no-repeat;
	background-color: #000000;
	overflow: hidden;
}
#footer_link_area {
	background-image: url(../img/footer_3color.gif);
	height: 86px;
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 30px;
}
#footer_link_area ul {
	line-height: 1.2;
	float: left;
	width: 115px;
}
#footer_link_area #p_mark {
	width: 76px;
	margin-top: 12px;
	margin-left: 86px;
}
#footer_link_area a {
    font-size: 10px; /* モダンブラウザ向け */
    *font-size: xx-small; /* IE 7向け */
    *font: xx-small; /* IE 6以下 */
	color: #888888;
}
#footer_link_area a.bold {
	font-weight: bold;
	font-size: 10px;
}
#cp {
	text-align: right;
	font-size: 10px;
	margin-right: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bar_space {
	margin-bottom: 20px;
}
.showcase_bg {
	background-image: url(../img/dot_bg.gif);
	padding-top: 10px;
	padding-bottom: 10px;
}
.showcase_icon {
	text-align: left;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../img/dotline1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
.showcase_link {
	background-image: url(../img/dotline2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	padding-bottom: 6px;
	margin-bottom: 35px;
}
.arrow_red {
	background-image: url(../../showcase/img/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	padding-left: 20px;
}
.sub_title {
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #2D72E4;
	border-left-color: #707070;
	text-align: left;
	padding-left: 8px;
	margin-bottom: 5px;
	font-weight: bold;
}
#site_map {
	text-align: left;
	font-size: 12px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #2d72e4;
	border-left-color: #707070;
	padding-left: 10px;
	margin-right: 400px;
	margin-left: 10px;
	padding-bottom: 2px;
}
#site_map a {
	color: #888888;
}
.list_space {
	padding-left: 15px;
}
#access {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
	padding: 5px 5px 5px 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #2D72E4;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C8C8C8;
	border-bottom-color: #C8C8C8;
	font-size: 12px;
	margin-top: 10px;
}#print {
	text-align: right;
	margin-top: 10px;
	padding-right: 20px;
}
.font_red {
	color: #EF1616;
}
.font_blue {
	color: #2d72e4;
}

input,textarea {
	border: 1px solid #C8C8C8;
	background-color: #F7F7F7;
	cursor: hand;
}
#send {
	clear: both;
	margin-top: 10px;
}
.system_title {
	width: 200px;
	display: block;
	padding: 5px 5px 5px 7px;
	float: left;
	background-color: #EEEEEE;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #707070;
}
.system_text {
	display: block;
	width: 411px;
	padding: 5px;
	float: right;
	background-color: #F7F7F7;
}
.to_form {
	clear: both;
	text-align: right;
	background-image: url(../img/dotline2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	padding-top: 3px;
	margin-bottom: 25px;
	margin-top: 5px;
	padding-right: 10px;
}
.detail_title {
	text-align: left;
	background-image: url(../img/dotline2.gif);
	padding-bottom: 5px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 5px;
	font-weight: bold;
}
.topics_day {
	text-align: right;
	background-image: url(../img/dotline1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}
#idea_text {
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
}
#idea_pic {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
}
.technology_title {
	text-align: left;
	color: #2D72E4;
	padding-left: 7px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D72E4;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #707070;
	margin-top: 10px;
}
#flash_title {
	margin-top: 10px;
	padding-bottom: 3px;
	padding-left: 7px;
	text-align: left;
	font-weight: bold;
	color: #434343;
	border-top: 1px solid #EF1616;
	border-right: 1px solid #EF1616;
	border-bottom: 1px solid #EF1616;
	border-left: 4px solid #EF1616;
}
.flash_text {
	text-align: left;
	margin-top: 5px;
	border-bottom: 1px solid #F98F2B;
	font-weight: bold;
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F98F2B;
}
.circle {	
	padding: 0px 35px 0px 35px;
}
.circle li {
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 35px;
}
#flashcontent {
	clear:both;
	height:309px;
	margin-top: 15px;
}
.to_company {
	text-align: left;
	display: block;
	padding-left: 8px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #707070;
	color: #434343;
	padding-right: 8px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #707070;
	margin-bottom: 20px;
}
.to_company:hover {
	padding-left: 8px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #2d72e4;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #2d72e4;
	padding-right: 8px;
}
.line_table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C8C8C8;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}
.r_td {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	text-align: left;
	padding: 5px;
	width: 75%;
}
.l_td {
	font-size: 12px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C8C8C8;
	border-left-color: #2d72e4;
	text-align: left;
	padding: 5px;
	width: 25%;
	background-color: #F7F7F7;
	font-weight: bold;
}
.job {
	font-size: 12px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #2d72e4;
	border-left-color: #2d72e4;
	text-align: left;
	padding: 5px;
	font-weight: bold;
}
.to_top {
	text-align: right;
	display: block;
	padding: 2px 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
	margin-top: 20px;
}
.showcase_box {
	margin-top: 30px;
	display: block;
	width: 652px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
.dot_line1 {
	background-image: url(../img/dotline1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}
.comment {
	background-image: url(../img/dot_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
}

.site_title {
	background-color: #e9e9e9;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #2d72e4;
	padding-left: 5px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}

div.bannerBox {
	margin: 15px 0px 0px 0px ;
	background: #fff;
}
div.bannerBox img {
	margin: 0;
	padding: 0;
}
div.bannerBox p{
	margin: 0px 0px 5px 0px;
	font-size: 80%;
	line-height: 1em;
	text-align: left;
}