@charset "euc-jp";

/* base 
.......................................................*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	
	background-color: #FFFFFF;
}

td {
	vertical-align: top;
	line-height: 18px;
}

#contener {
	width: 924px;
	margin: 0px auto;
	padding: 0px;
}


/* font other
.......................................................*/
.p10 { font-size: 10px; line-height: 15px; }
.p11 { font-size: 11px; line-height: 16px; }
.p12 { font-size: 12px; line-height: 18px; }
.p14 { font-size: 14px; line-height: 21px; }

a:link		{ color: #000000;	text-decoration: none; }
a:visited	{ color: #000000;	text-decoration: none; }
a:active	{ color: #000000;	text-decoration: none; }
a:hover		{ color: #e98300;	text-decoration: none; }

.red {
	color: #FF3300;
}
.red2 {
	color: #FF3300;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	margin: 10px auto;
}
a.red:link		{ color: #FF3300;	text-decoration: none; }
a.red:visited	{ color: #FF3300;	text-decoration: none; }

.blue {
	color: #0013FF;
}
a.blue:link		{ color: #0013FF;	text-decoration: none; }
a.blue:visited	{ color: #0013FF;	text-decoration: none; }

.orange {
	color: #E34F19;
}
a.orange:link		{ color: #E34F19;	text-decoration: none; }
a.orange:visited	{ color: #E34F19;	text-decoration: none; }

.gray_on {
	color: #000000;
}
a.gray_on:link		{ color: #000000;	text-decoration: none; }
a.gray_on:visited	{ color: #000000;	text-decoration: none; }
a.gray_on:hover	{ color: #DDDDDD;	text-decoration: none; }

.middle {
	vertical-align: middle;
}

.right {
	text-align: right;
}

.left {
	float: left;
}

.mini_ph {
	float: left;
	padding: 0 5px 5px 0;
}

.dot {
	border-style: dashed none none none; 
	border-top-width: 1px; 
	border-top-color: #858585; 
	height: 1px; 
}

.line {
	border-style: solid none none none; 
	border-top-width: 1px; 
	border-top-color: #858585; 
	height: 1px; 
}

.page_top {
	text-align: right;
	margin: 20px 10px 10px 0;
}

.page_top a {
	color: #0013FF;
	font-size: 10px;
	text-decoration: none;
}

.page_top a:visited {
	color: #0013FF;
	font-size: 10px;
	text-decoration: none;
}

.more_detail {
	text-align: right;
	margin: 10px 10px 0px 0;
}

.more_detail a {
	color: #0013FF;
	font-size: 10px;
	text-decoration: none;
}

.more_detail a:visited {
	color: #0013FF;
	font-size: 10px;
	text-decoration: none;
}

/* header 
.......................................................*/
#header {
	width: 924px;
	height: 138px;
	background-image: url(../img/img_top/bg_header.gif);
	background-position: right top;
}

#header h1 {
	margin: 0px;
	height: 88px;
	width: 395px;
	text-decoration: none;
}

#header #menu {
	margin-left: 2px;
	margin-top: 5px;
}

#header #menu ul {
	margin: 0px;
	padding: 0px;
}

#header #menu li {
	list-style: none;
	float: left;
	margin: 1px;
	padding: 0px;
	text-indent: -9000px;
	font-size: 1%;
	line-height: 0%;
}

#header #menu a#btn01 { width: 61px; height: 24px; display: block; }
#header #menu a#btn02 { width: 126px; height: 24px; display: block; }
#header #menu a#btn03 { width: 116px; height: 24px; display: block; }
#header #menu a#btn04 { width: 122px; height: 24px; display: block; }
#header #menu a#btn05 { width: 99px; height: 24px; display: block; }
#header #menu a#btn06 { width: 100px; height: 24px; display: block; }
#header #menu a#btn07 { width: 62px; height: 24px; display: block; }
#header #menu a#btn08 { width: 84px; height: 24px; display: block; }
#header #menu a#btn09 { width: 108px; height: 24px; display: block; }

#header #menu a#btn01 { background-image: url(../img/img_top/m_home.gif); }
#header #menu a#btn02 { background-image: url(../img/img_top/m_whats_genkimaru.gif); }
#header #menu a#btn03 { background-image: url(../img/img_top/m_news.gif); }
#header #menu a#btn04 { background-image: url(../img/img_top/m_event.gif); }
#header #menu a#btn05 { background-image: url(../img/img_top/m_event_report.gif); }
#header #menu a#btn06 { background-image: url(../img/img_top/m_interview.gif); }
#header #menu a#btn07 { background-image: url(../img/img_top/m_social.gif); }
#header #menu a#btn08 { background-image: url(../img/img_top/m_opinion_input.gif); }
#header #menu a#btn09 { background-image: url(../img/img_top/m_365div4.gif); }

#header #menu a:hover {
	background-position: 0px -24px;
}

/* footer 
.......................................................*/
#footer {
	color: #aaaaaa;
}

#footer a:link		{ color: #aaaaaa;	text-decoration: none; font-weight: bold; }
#footer a:hover		{ color: #e98300;	text-decoration: none; font-weight: bold; }
#footer a:visited	{ color: #aaaaaa;	text-decoration: none; font-weight: bold; }
#footer a:active	{ color: #aaaaaa;	text-decoration: none; font-weight: bold; }


/* main 
.......................................................*/
#main {
	margin: 0px;
	padding: 0px;
	width: 924px;
}


/* page 
.......................................................*/
#main #top_contents {
	width: 735px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#main #banner {
	margin: 0px;
	padding: 0px;
	width: 184px;
	float: right;
}

/* ----- right banner 右バナー ----- */

#main #banner ul {
	margin: 0px;
	padding: 0px;
}

#main #banner li {
	list-style: none;
	float: left;
	margin: 1px;
	padding: 0px;
	text-indent: -9000px;
	font-size: 1%;
	line-height: 0%;
}

#main #banner a { width: 172px; height: 64px; display: block; }

#main #banner a#bn01 { background-image: url(../img/img_top/bn_300.gif); }
#main #banner a#bn02 { background-image: url(../img/img_top/bn_josen.gif); }
#main #banner a#bn03 { background-image: url(../img/img_top/bn_media.gif); }
#main #banner a#bn04 { background-image: url(../img/img_top/bn_fund.gif); }
#main #banner a#bn05 { background-image: url(../img/img_top/bn_salon.gif); }
#main #banner a#bn08 { background-image: url(../img/img_top/bn_order.gif); }
#main #banner a#bn06 { background-image: url(../img/img_top/bn_thanks_project.gif); }
#main #banner a#bn07 { background-image: url(../img/img_top/bn_365blog.gif); }

#main #banner a:hover {
	background-position: 0px -64px;
}

#main #banner A#bn365 {
	DISPLAY: block; WIDTH: 172px; HEIGHT: 121px;
	BACKGROUND-IMAGE: url(../img/img_top/bn_365.gif);
}
#main #banner A#bn365:hover {
	BACKGROUND-POSITION: 0px -121px
}

/*--ボタン追加用（ありプロ・発注コーナー）--*/
#thanks_head_btn { 
	background-image: url(../img/img_top/thanks_head_btn_s00.gif);
	width:172px;
	height:33px;
}

#center_btn_form { 
	background-image: url(../img/img_top/btn_center_s00.gif);
	width:162px;
	height:30px;
	padding:7px 5px 5px 5px;
}

#center_btn_txt {
	margin:3px 2px 3px 2px;
}
	


/*--ボタンイメージラフ変更用--*/

#main #banner A#bn365_02 {
	DISPLAY: block; WIDTH: 172px; HEIGHT: 121px;
	BACKGROUND-IMAGE: url(../img/img_top/bn_365_02.gif);
}
#main #banner A#bn365_02:hover {
	BACKGROUND-POSITION: 0px -121px
}

/* ----- top_contents トップページコンテンツ ----- */

#top_contents #login {
	background-image: url(../img/img_top/w_login.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 10px;
}

#top_contents #login h3 {
	width: 215px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border-bottom: #858585 1px solid;
}

#top_contents #login h3 a {
	font-weight: normal;
}

#top_contents #login #login_txt {
	margin: 4px 0 4px 0;
}

#top_contents #login input.door {
	margin: 0 8px 0 8px;
}

#top_contents #login h4 {
	width: 215px;
	font-size: 12px;
	color: #F76E01;
	margin-bottom: 2px;
	text-align: center;
	border-bottom: #858585 1px solid;
}

#top_contents a#btn_tour {
	float: left;
	margin: 0 8px 0 4px;
	padding: 0px;
	text-indent: -9000px;
	font-size: 1%;
	line-height: 0%;
}

#top_contents a#btn_tour { width: 41px; height: 74px; display: block; }
#top_contents a#btn_tour { background-image: url(../img/img_top/b_visitor.gif); }

#top_contents a#btn_tour:hover {
	background-position: 0px -74px;
}

.waku_w {
	background-image: url(../img/img_top/w_middle_w.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 2px 10px 0px 10px;
}

.waku_g {
	background-image: url(../img/img_top/w_middle_g.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 2px 10px 0px 10px;
}

.waku_g2 {
	background-image: url(../img/img_top/w_middle_g2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 2px 10px 0px 10px;
}

#top_contents dl {
	margin: 0px;
	padding: 0px;
}
#top_contents dt {
 float:left;
 width:50px;
 padding:0px 0px 0px 5px;
 clear:both;
 font-weight:normal;
}
#top_contents dd {
 width:145px;
 margin-left:50px;
 padding:0px 5px 0px 10px;
}

/* ----- contents コンテンツ共通 ----- */

#main #contents {
	width: 735px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#contents #left_menu #left_selectbox {
	font-size: 0.8em;
	width: 120px;
}

#contents #left_menu ul {
	margin: 0px;
	padding: 0px;
}

#contents #left_menu li {
	list-style: none;
	margin: 2px;
	padding: 0 0 0 5px;
	font-size: 10px;
}

#contents #left_menu #m2_h {
	margin: 0px;
	padding: 0px;
}

#contents #left_menu #m2_m {
	width: 117px;
	background-image: url(../img/img_top/m2_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 5px 0 5px 5px;
}

#contents #left_menu #m2_m2 {
	width: 117px;
	background-image: url(../img/img_top/m2_background2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 5px 0 5px 5px;
}

#contents #left_menu #m2_f {
	height: 8px;
	width: 125px;
	background-image: url(../img/img_top/m2_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

#contents #detail_h {
	width: 550px;
	height: 15px;
	background-image: url(../img/img_top/bg_detail_h.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contents #detail_f {
	width: 550px;
	height: 15px;
	background-image: url(../img/img_top/bg_detail_f.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contents #detail_m {
	background-color: #F2F2F2;
	margin-right: 25px;
	padding: 0 10px;
}

#contents #detail_lecturer_h {
	background-color: #F2F2F2;
	margin: 5px 25px 1px 0px;
	padding: 5px 10px 5px 10px;
	background-color:#e6e6e6;
}

#contents #detail_lecturer_f {
	background-color: #F2F2F2;
	margin-right: 25px;
	margin: 0px 25px 20px 0px;
	padding: 10px 10px 10px 10px;
}

#contents #detail_lecturer_f #lecturer_name {
	font-size:12px;
	width:auto;
	height:auto;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#contents #detail_lecturer_f #title {
	width:auto;
	height:auto;
	margin: 5px 10px 0px 15px;
	padding: 0px 0px 0px 0px;
}

#contents #detail_lecturer_f #title_name {
	width:auto;
	height:auto;
	margin: 5px 10px 20px 15px;
	padding: 0px 0px 0px 10px;
	color: #e98300;
	font-weight: bold;
}

#contents #detail_m img {
	padding: 0 10px 10px 0;
}

#contents #detail_m h3 {
	margin: 0 0 5px 0;
	padding: 0px;
}

#contents #main_contents h2 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0px;
}

#contents #main_contents #catch {
	margin-left: 15px;
}

#contents #main_contents #button {
	margin:5px auto;
	text-align: center;
}

#main_contents #comment {
	width: 600px;
	font-size: 10px;
	margin: 20px auto;
}

#main_contents #comment_red {
	width: 600px;
	font-size: 10px;
	margin: 20px auto;
	border: #FF3300 1px solid;
	padding: 15px;
}

#main_contents #error {
	width: 600px;
	margin: 20px auto;
	border: #FF6633 1px solid;
	background-color: #FFEEEE;
	padding: 15px;
	color: #FF6633;
}

#main_contents #page_list {
	text-align: center;
}

#main_contents #page_list a {
	color: #0013FF;
	font-size:12px;
}

#main_contents #page_list a:hover {
	color: #FF6633;
}

/* ----- interview 乗組員インタビュー ----- */

#main_contents #interview {
	margin: 0 auto;
}

#main_contents #interview #interview_w {
	width: 104px;
	background-image: url(../img/img_top/bg_interview.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-size: 10px;
	padding: 0 3px 0 3px;
}

#main_contents #interview #interview_w #kaisha_mei {
	width: 100px;
	height: 35px;
	text-align: center;
	font-size: 10px;
	line-height: 11px;
	padding-top: 3px;
}

#main_contents #interview #interview_w_none {
	width: 104px;
	height: 124px;
	background-image: url(../img/img_top/bg_interview_none.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-size: 10px;
	padding: 0 3px 0 3px;
}

#main_contents #interview #interview_f {
	width: 110px;
	height: 9px;
	background-image: url(../img/img_top/bg_interview_f.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_contents #interview_detail_h {
	width: 550px;
	height: 15px;
	background-image: url(../img/img_top/bg_interview_detail_h.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_contents #interview_detail_f {
	width: 550px;
	height: 15px;
	background-image: url(../img/img_top/bg_interview_detail_f.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_contents #interview_detail_h2 {
	width: 575px;
	height: 15px;
	background-image: url(../img/img_top/bg_interview_detail_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_contents #interview_detail_f2 {
	width: 575px;
	height: 15px;
	background-image: url(../img/img_top/bg_interview_detail_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*
#main_contents #interview_detail_title {
	background-color: #F2F2F2;
	height: 125px;
	margin-right: 25px;
	padding: 0 10px;
}
*/
#main_contents #interview_detail_title {
	background-color: #F2F2F2;
	width: 555px;
	height: 125px;
	margin-right: 25px;
	padding: 0 10px;
}
#main_contents #interview_detail_title #photo {
	float: left;
	width: 145px;
	text-align: center;
}

#main_contents #interview_detail_title #title {
	float: right;
	width: 400px;
}

#main_contents #interview_detail_title #title h3 {
	margin: 0;
	padding: 0;
}

#main_contents #interview_detail_title #title h2 {
	color: #E34F19;
}
/*
#main_contents #interview_detail {
	background-color: #F2F2F2;
	margin-right: 25px;
	padding: 0 10px;
}
*/
#main_contents #interview_detail {
	background-color: #F2F2F2;
	margin-right: 25px;
	padding: 0;
}

#main_contents #interview_detail #question {
	color: #1B368B;
	padding-top: 10px;
}

#main_contents #interview_detail #answer {
	padding: 10px 0;
	border-bottom: #858585 1px dashed;
}

#main_contents #interview_detail #comment {
	color: #333333;
	width: 80%;
	padding: 20px;
	margin-top: 20px;
	border: #1B368B 1px solid;
	background-color: #F3F3FF;
}

/* ----- josen 乗船申込フォーム ----- */

#main_contents #josen_form {
	width: 530px;
	height: 375px;
	margin-left: 15px;
	padding: 100px 75px 100px 75px;
	background-image: url(../img/img_top/bg_clipboard.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
}

#main_contents #josen_form td {
	text-align:left;
}

#main_contents #josen_form h3 {
	text-align: center;
	margin: 0;
}

#main_contents #josen_form #left {
	width: 260px;
	float: left;
}
#main_contents #josen_form #right {
	width: 260px;
	float: right;
}

#main_contents #josen_form input {
	font-size: 12px;
	border:#BBBBBB 1px solid;
	background: #F0F0F0;
}
#main_contents #josen_form select {
	font-size: 12px;
	border:#BBBBBB 1px solid;
	background: #F0F0F0;
	width: 145px;
}
#main_contents #josen_form textarea {
	width: 165px;
	height: 10em;
	font-size: 12px;
	border:#BBBBBB 1px solid;
	background: #F0F0F0;
}

#main_contents #josen_form .answer_area {
	width: 145px;
	background: #F0F0F0;
}

#main_contents #josen_form .answer_area2 {
	width: 190px;
	background: #F0F0F0;
}

/* ----- inquiry お問い合わせ ----- */

#main_contents #inquiry_form {
	width: 530px;
	height: 298px;
	margin-left: 15px;
	padding: 100px 75px 100px 75px;
	background-image: url(../img/img_top/bg_clipboard2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
}

#main_contents #inquiry_form td {
	text-align:left;
}

#main_contents #inquiry_form h3 {
	text-align: center;
	margin: 0;
}

#main_contents #inquiry_form #left {
	width: 520px;
	float: left;
}

#main_contents #inquiry_form input {
	font-size: 12px;
	border:#BBBBBB 1px solid;
	background: #F0F0F0;
}
#main_contents #inquiry_form select {
	font-size: 12px;
	border:#BBBBBB 1px solid;
	background: #F0F0F0;
	width: 145px;
}
#main_contents #inquiry_form textarea {
	width: 275px;
	height: 10em;
	font-size: 12px;
	border:#BBBBBB 1px solid;
	background: #F0F0F0;
}

#main_contents #inquiry_form .answer_area {
	width: 145px;
	background: #F0F0F0;
}

#main_contents #inquiry_form .answer_area2 {
	width: 275px;
	background: #F0F0F0;
}

/* ----- normal_form その他の一般フォーム ----- */

#main_contents #normal_form {
	width: 444px;
	margin: 10px auto;
}
#main_contents #normal_form #title {
	float: left;
	padding: 5px 3px 0px;
	width: 94px;
	height: 25px;
	background-color: #E6E6E6;
	font-weight: bold;
	border-bottom: #FFFFFF 2px solid;
}

#main_contents #normal_form #input {
	float: right;
	padding: 5px 3px 0px;
	width: 338px;
	height: 25px;
	background-color: #F0F0F0;
	border-bottom: #FFFFFF 2px solid;
}

#main_contents #message {
	margin: 50px auto;
	width: 500px;
}

/* 特別会員表示 20100603 */
#special_user_box {
	width: 100%;
	padding:10px 0 20px;
	color: #666666;
}

#special_user_box a:link		{ color: #666666;	text-decoration: none;}
#special_user_box a:hover		{ color: #e98300;	text-decoration: none;}
#special_user_box a:visited	{ color: #666666;	text-decoration: none;}
#special_user_box a:active	{ color: #e98300;	text-decoration: none;}

#special_user_box #user_l {
	width: 100%;
	margin: 10px 10px 10px 10px;
	color:#666666;
	padding:10px 0 20px;
}

#special_user_box #user_r {
	width: 100%;
	margin: 10px 10px 10px 10px;
	color:#666666;
	padding:10px 0 20px;
}

	
/* SEO-CSS 20090128 */
#add-text {
	color:#666666;
	padding:10px 0 20px;
	line-height:160%;
}