@charset "utf-8";

/*
 * 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: #FFF;
	color:#000000;
	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;
}
#logo {
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}
#head_menu {
	float: right;
	vertical-align: bottom;
	width: 648px;
	display: none;
}
.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: 10px;
	padding-bottom: 15px;
}
#toplink {
	float: right;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
}#main {
	width: 637px;
	margin-top: 20px;
	margin-left: 25px;
	float: left;
	display: inline;
	text-align: center;
	margin-bottom: 30px;
}
#sidenavi {
	width: 202px;
	margin-right: 25px;
	float: right;
	margin-top: 20px;
	display: none;
	background-repeat: repeat-y;
	background-image: url(../img/side_line.gif);
	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;
	display: none;
}
#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;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}
#icon_topics {
	width: 630px;
	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: 630px;
	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: 630px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 6px;
	vertical-align: text-botom;
}

/*
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;
}
#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 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;
}
.list {
	text-align: left;
	font-size: 12px;
	clear: both;
}
.list_title {
	width: 135px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
	padding: 5px 5px 5px 7px;
	float: left;
	background-color: #F7F7F7;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #2D72E4;
}
.list_text {
	display: block;
	width: 477px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
	float: right;
}
.list_title2 {
	width: 135px;
	display: block;
	padding: 5px 5px 5px 7px;
	float: left;
	background-color: #F7F7F7;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #2D72E4;
}
.list_text2 {
	display: block;
	width: 477px;
	padding: 5px;
	float: right;
}
.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;
}
#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;
}
input,textarea {
	border: 1px solid #C8C8C8;
	background-color: #F7F7F7;
}
#send {
	clear: both;
	margin-top: 10px;
}
.recruit_job {
	width: 622px;
	padding: 3px 3px 3px 7px;
	font-weight: bold;
	border-top: 1px solid #2D72E4;
	border-right: 1px solid #2D72E4;
	border-bottom: 1px solid #2D72E4;
	border-left: 4px solid #2D72E4;
	text-align: left;
	display: block;
}
.recruit_title {
	width: 134px;
	display: block;
	padding: 5px 5px 5px 7px;
	float: left;
	background-color: #EEEEEE;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #707070;
}
.recruit_text {
	display: block;
	width: 477px;
	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;
}
.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;
}
