@charset "utf-8";

/*　スタイルのリセット */
* {
    margin: 0;
    padding: 0;
	text-decoration: none;
	font-style: normal;
    font-size: 100%;
	list-style: none;
}

/*　bodyスタイル設定 */
body {
	margin: 0px;
	padding: 0px;
	color: #555555;
	background: #ffffff;
	font-family: Verdana,"MS PGothic","ＭＳ Ｐゴシック",Osaka,Arial,sans-serif;
    font-size: 80%;
    line-height: 1.3;
}

/* コンテンツ内リンク表示設定 */
a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.p_samnT a:link {
	color: #0000ff;
	text-decoration: none;
}

.p_samnT a:visited {
	color: #0000ff;
	text-decoration: none;
}

.p_samnT a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/* メイン枠 */
#main {
	width: 822px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	border-top: 3px solid #dad5d0;
	border-right: 1px solid #0000ff;
	border-bottom: 1px solid #0000ff;
	border-left: 1px solid #0000ff;
}

/* 寄稿画像のメイン枠 */
#submain {
	width: 822px;
	margin: 10px auto;
	padding: 2px;
	border: 1px solid #000000;
}

/* トップページの設定 */
#topSeo {
	width: 828px;
	margin: 0 auto;
	padding: 0;
}

.topCopy {
	float: left;
	width: 360px;
	margin: 0;
	padding-top: 3px;
	color: #666666;
}

.topLang {
	float: right;
	width: 110px;
	margin: 3px auto 0;
	text-align: right;
}

.topImage {
	float: left;
	width: 382px;
	margin-left: 3px;
	margin-bottom: 10px;
}

.top_left {
	margin: 0 auto;
	padding: 8px;
	float: left;
	width: 390px;
}

.top_right {
	margin: 0;
	padding-top: 8px;
	float: right;
	width: 400px;
	line-height: 1.1;
}

.new_title {
	float: left;
	width: 382px;
	margin-left: 3px;
	padding: 5px 0;
	font-weight: bolder;
	background-color: #1680f6;
	color: #ffffff;
	text-align: center;
}
.new_title_right {
	float: left;
	width: 382px;
	margin-left: 3px;
	margin-top: 43px;
	padding: 7px 0;
	font-weight: bolder;
	background-color: #cc6600;
	color: #ffffff;
	text-align: center;
}

.new_subtitle_right {
	float: left;
	width: 382px;
	margin-left: 3px;
	padding: 5px 0;
	font-weight: bolder;
	
	background-color: #cc6600;
	color: #ffffff;
	text-align: center;
}
.new_box {
	float: left;
	width: 370px;
	margin-left: 3px;
	padding: 5px;
	background-color: #d7ebff;
	border: 1px solid #1680f6;
}

.new_conte_right {
	clear: both;
	float: left;
	width: 368px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}


.new_box_right {
	float: left;
	width: 370px;
	margin-left: 3px; 
	padding: 5px;
	background-color: #ffffcc;
	border: 1px solid #cc6600;
}
.newlang_box_right {
	float: left;
	width: 370px;
	margin-left: 3px; 
	padding: 5px;
}
.new_conte {
	clear: both;
	float: left;
	width: 368px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}
.newlang_conte {
	float: right;
	width: 368px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.photo_cor {
	float: left;
	margin-top: 7px;
	padding: 0 7px;
	text-align: center;
}

dl.new_dl dt {
	float: left;
}

dl.new_dl dd {
	padding-left: 270px;
}
dl.newlang_dl dt {
	float: right;
    padding-right: 10px;
}

dl.newlang_dl dd {
	padding-left: 20px;
	padding-top: 3px;
}

.top_aboutus {
	float: left;
	width: 286px;
	margin-top: 10px;
	margin-left: 3px;
	padding: 15px 50px;
	background-color: #f3f3f3;
	text-align: left;
}

.top_aboutus ul {
	margin-top: 10px;
	padding: 5px;
}

.top_aboutus ul li {
	margin-left: 20px;
	padding-left: 3px;
	text-align: left;
	list-style-type: square;
}


.top_cm {
	float: left;
	padding: 5px 0;
	width: 130px;
	height: 150px;
	font-size: 11px;
	text-align: center;
}

.top_cm img {
	border: 1px solid #000000;
}

.top_cm p {
    font-family: "MS PGothic","ＭＳ Ｐゴシック",Osaka,Arial,sans-serif;
	line-height: 1;
}

.cm_title p {
	margin: 0 0 5px 2px;
	padding: 5px 10px;
	width: 365px;
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}

/* ヘッダー枠 */
#header {
	clear: both;
	width: 828px;
	height: 60px;
	margin: 0 auto;
	padding: 0px;
    background: url(../img/header_02.gif) no-repeat right;
}

/*　ヘッダー内ローカルナビ設定 */
#header .snavi {
    margin-top: 36px;
    float: right;
	margin-right: 5px;
	text-align: right;
}

/*　グローバルナビ設定 */
#gnavi {
	width: 826px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	border-top: 0;
	border-right: 1px solid #0000ff;
	border-left: 1px solid #0000ff;

}

#gnavi ul,#gnavi ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#gnavi ul .gn_home a {
	width: 117px;
	height: 25px;
	background: url(../img/gnavi_home.gif) no-repeat left top;
	border-right: 1px solid #cccccc;
}

#gnavi ul .gn_pforio a {
	width: 117px;
	height: 25px;
	background: url(../img/gnavi_portforio.gif) no-repeat left top;
	border-right: 1px solid #cccccc;
}

#gnavi ul .gn_tech a {
	width: 117px;
	height: 25px;
	background: url(../img/gnavi_tech.gif) no-repeat left top;
	border-right: 1px solid #cccccc;
}

#gnavi ul .gn_archive a {
	width: 117px;
	height: 25px;
	background: url(../img/gnavi_archive.gif) no-repeat left top;
	border-right: 1px solid #cccccc;
}

#gnavi ul .gn_event a {
	width: 117px;
	height: 25px;
	background: url(../img/gnavi_event.gif) no-repeat left top;
	border-right: 1px solid #cccccc;
}

#gnavi ul .gn_contact a {
	width: 117px;
	height: 25px;
	background: url(../img/gnavi_contact.gif) no-repeat left top;
	border-right: 1px solid #cccccc;
}

#gnavi ul .gn_comp a {
	width: 117px;
	height: 25px;
	background: url(../img/gnavi_comp.gif) no-repeat left top;
	border-right: 1px solid #cccccc;
}

#gnavi ul li a {
	display: block;
	width: 117px;
	height: 25px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

#gnavi ul li.gn_home a:hover {
	background: url(../img/gnavi_home.gif) no-repeat left -25px;
}

#gnavi ul li.gn_pforio a:hover {
	background: url(../img/gnavi_portforio.gif) no-repeat left -25px;
}

#gnavi ul li.gn_tech a:hover {
	background: url(../img/gnavi_tech.gif) no-repeat left -25px;
}

#gnavi ul li.gn_archive a:hover {
	background: url(../img/gnavi_archive.gif) no-repeat left -25px;
}

#gnavi ul li.gn_event a:hover {
	background: url(../img/gnavi_event.gif) no-repeat left -25px;
}

#gnavi ul li.gn_contact a:hover {
	background: url(../img/gnavi_contact.gif) no-repeat left -25px;
}

#gnavi ul li.gn_comp a:hover {
	background: url(../img/gnavi_comp.gif) no-repeat left -25px;
}

#gnavi ul .homeNow {
	width: 117px;
	height: 25px;
	background: url(../img/gnavi_home.gif) no-repeat left -50px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	border-right: 1px solid #cccccc;
}

#gnavi ul .pforioNow {
	width: 117px;
	height: 25px;
	background: url(../img/gnavi_portforio.gif) no-repeat left -50px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	border-right: 1px solid #cccccc;
}

#gnavi ul .techNow {
	width: 117px;
	height: 25px;
	background: url(../img/gnavi_tech.gif) no-repeat left -50px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	border-right: 1px solid #cccccc;
}

#gnavi ul .archiveNow {
	width: 117px;
	height: 25px;
	background: url(../img/gnavi_archive.gif) no-repeat left -50px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	border-right: 1px solid #cccccc;
}

#gnavi ul .eventNow {
	width: 117px;
	height: 25px;
	background: url(../img/gnavi_event.gif) no-repeat left -50px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	border-right: 1px solid #cccccc;
}

#gnavi ul .contactNow {
	width: 117px;
	height: 25px;
	background: url(../img/gnavi_contact.gif) no-repeat left -50px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	border-right: 1px solid #cccccc;
}

#gnavi ul .compNow {
	width: 117px;
	height: 25px;
	background: url(../img/gnavi_comp.gif) no-repeat left -50px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	border-right: 1px solid #cccccc;
}

/*　パンくずリスト */
#panList {
	margin: 0;
	padding: 0;
}

ol.pan {
	margin: 5px 0;
	padding: 0;
}

ol.pan li {
	display: inline;
	margin-left: 5px;
	line-height: 1.3;
	list-style-type: none;
}

ol.pan li a{
	padding-right: 12px;
	background: url(../img/pan_allow.gif) no-repeat right top;
}


/*　問合せ、採用情報、リンクページのコンテンツ枠　*/
#s_contents {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 634px;
	height: auto;
	background-color: #FFFFFF;
	line-height: 1.3;
}

/*　採用情報、リンクページのタイトル設定 */
#s_contents .index_ttl {
	padding-left: 5px;
	margin: 15px 5px 2px 5px;
	border-left: 5px solid #800000;
	border-bottom: 2px solid #800000;
	font-size: 125%;
	font-weight: bolder;
}

/*　サイドバー有りコンテンツ枠 */
#contents {
	float: right;
	padding: 0 5px 5px 8px;
	width: 633px;
	height: auto;
	border-left: 1px solid #c0c0c0;
	margin-left: 5px;
	background-color: #FFFFFF;
	line-height: 1.3;
}

/*　サイドバー、メニュー共通設定（施工例除く） */
#sidebar {
	float: left;
	width: 165px;
	margin: 0px;
	padding: 7px 0 5px 5px;
	height: auto;
	background: #cee4fb url(../img/sidebar_bg.gif) no-repeat top;
}

#sidebar ul,#sidebar ul li {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar ul li a {
	float: left;
	width: 146px;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	line-height: 1.5;
	border-bottom: 1px solid #ffffff;
	border-left: 3px solid #cccccc;
	text-decoration: none;
}

#sidebar ul li a:hover {
	background-color: #ffffff;
	padding-left: 10px;
	border-left: 3px solid #ce6700;
}

#sidebar .now_s {
	float: left;
	width: 146px;
	height: auto;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	line-height: 1.5;
	border-left: 3px solid #0000ff;
	border-bottom: 1px solid #ffffff;
	background-color: #9bd8d8;
	font-weight: bolder;
}	
	
/*　共通設定 */
#contents hr {
	clear: both;
}

#header h1 {
    float: left;
    width: 311px;
    padding: 0;
}

h2 {
	margin-top: 0px;
	margin-bottom: 8px;
}

h2.ptitle_h {
	margin: 0 auto;
	width: 633px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 2px 0 2px 10px;
	font-size: 140%;
}

h3 span {
    font-size: 80%;
}

.index_ttl {
	padding-left: 8px;
	margin-top: 6px;
	margin-bottom: 2px;
	border-left: 5px solid #0080c0;
	border-bottom: 2px solid #0080c0;
	font-size: 125%;
	font-weight: bolder;
}

div.index_ttl a {
	text-decoration: none;
}

.pagetop {
	clear: both;
	margin: 5px 0 0;
	padding: 3px 0 0;
	text-align: right;
}

img {
	border: 0;
}

img.img_right {
	float: right;
	margin-left: 5px;
}

img.img_left {
	float: left;
	margin-right: 5px;
}

ul.pul, ul.base_ul {
	padding: 3px 0;
}

ul.pul li {
	margin-left: 34px;
	line-height: 1.5;
	list-style-type: disc;
}

ul.base_ul li {
	margin-left: 18px;
	list-style-type: disc;
}


th,td {
   padding: 5px 8px;
   line-height: 1.3;
   text-align: left;
   vertical-align: top;
}

.page_title {
    width: 633px;
    margin: 0;
	background: #47c4f8 url(../img/ptitle_bg2.gif) no-repeat bottom;
}

.page_title h3 {
    padding: 5px 10px;
    margin: 0;
	background: url(../img/ptitle_bg1.gif) no-repeat top; 
    color: #ffffff;
    font-weight: bolder;   
}

.m_conte {
	clear: both;
	margin: 0 0 20px;
	padding: 0;
}

#article_r {
	float: right;
	width: 310px;
	margin-top: 8px ;
	padding-right: 5px;
}

#article_r2 {
	float: right;
	width: 310px;
	margin-top: 8px ;
	padding-right: 5px;
}

#article_r p {
    margin-left: 15px;
    line-height: 1.5;
}

#article_l {
	float: left;
	width: 310px;
	margin-top: 7px ;
}

/* p、dl設定 */
p {
	margin-top: 5px;
	margin-left: 3px;
	line-height: 1.4;
}

.pOnly {
	padding:5px 10px ;
	line-height: 1.5;
	text-align: left;
}

.pOnly2 {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	text-align: left;
}

.pOnly3 {
	margin-top: 10px;
	padding:5px 10px ;
	line-height: 1.5;
	text-align: left;
	background-color: #e6e6ff;
}

.pOnly4 {
	margin-top: 2px;
	padding: 0;
	line-height: 1.2;
	text-align: center;
}

ol.pol {
	margin-top: 7px;
}

ol.pol li {
	margin-left: 45px;
	line-height: 1.3;
	list-style-type: decimal;
}

ol.pol2 {
	margin: 20px 0 0 0;
	padding-left: 3px;
}

ol.pol2 li {
	margin-left: 23px;
	padding-left: 5px;
	line-height: 1.3;
	list-style-type: decimal;
}

ol.pol3 {
	margin-top: 2px;
}

ol.pol3 li {
	margin-left: 25px;
	line-height: 1.3;
	list-style-type: decimal;
}

/*　ぺーじめくりの表示設定　*/
#p_page {
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 5px 3px;
	background-color: #fff2ec;
	text-align: center;
}

#p_page ul li {
	display: inline;
}

#p_page a {
	margin: 0 10px;
	line-height: 1.5;
}
	
#p_page .num a {
	border: 1px solid #cccccc;
	margin: 0 2px;
	padding: 2px 5px;
}

#p_page .num a:hover {
	border: 1px solid #000000;
	background-color: #ffa2a2;
	color: #000000;
}

#p_page li.pNow {
	margin: 0 2px;
	padding: 2px 5px;
	font-weight: bolder;
}

#p_page a:link {
	color: #0000ff;
	text-decoration: none;
}

#p_page a:visited {
	color: #0000ff;
	text-decoration: none;
}

#p_page a:hover {
	color:#ff0000;
	text-decoration: none;
}

/* 作品例ページのサイドメニュー設定 */
#sidebar_p {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 5px;
	background: #cee4fb url(../img/sidebar_bg.gif) no-repeat top;
}

#sidebar_p .sb_ttl {
	padding-left: 3px;
    color: #000000;
    font-weight: bolder;
}

#sidebar_p .sb_ttl2 {
	padding-left: 3px;
}

#sidebar_p a:link {
    color: #0000ff;
    text-decoration: none;
}

#sidebar_p a:visited {
    color: #0000ff;
    text-decoration: none;
}

#sidebar_p a:hover {
    color: #ff0000;
    text-decoration: underline;
}

/*　作品例ページ設定 */
.pforio_type {
	float: right;
	width: 628px;
	padding-top: 2px;
	padding-right: 3px;
	text-align: right;
}

ol.pf_type {
	margin: 0;
	padding: 0;
}

ol.pf_type li {
	display: inline;
	list-style-type: none;
}

ol.pf_type li a {
	padding-right: 14px;
	background: url(../img/slash.gif) no-repeat right 2px;
}

ol.pf_type li a.typeEnd {
	padding-right: 0;
	background: none;
}
.ixsTop {
	clear: both;
	float: left;
	margin: 5px auto;
	padding: 0;
	width: 633px;
}

.ixsTop_l {
	float: left;
	margin:0;
	padding: 3px;
	width: 303px;
	background-color: #f7faff;
	border: 1px solid #c8e2ff;
}

.ixsTop_r {
	float: right;
	margin:0;
	padding: 3px;
	width: 303px;
	background-color: #f7faff;
	border: 1px solid #c8e2ff;
}

.ixsTop_dl {
	margin-left: 2px;
}

.ixsTop_dl dt {
	margin: 0;
	font-size: 110%;
	font-weight: bolder;
}

.ixsTop_dl dd {
	margin-top: 3px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #666666;
	font-size: 90%;
}

.ixs_title {
	clear: both;
	margin: 5px auto 0;
	padding: 3px;
	width: 627px;
	background-color: #cee4fb;
	font-size: 130%;
	font-weight: bolder;
	text-align: center;
}

.ixs_com {
	clear: both;
	margin: 5px auto 0;
	padding: 10px 15px;
	width: 601px;
	text-align: left;
	border: 1px solid #cccccc;
}

.ixs_com2 {
	clear: both;
	margin: 5px auto 0;
	padding: 10px 15px;
	width: 601px;
	text-align: left;
	border: 1px solid #cccccc;
	background: url(../portforio/img/pforio_image.jpg) no-repeat top right;
}

.ixs_l {
	float:left;
	margin-top: 5px;
	width: 193px;
	padding: 5px;
	text-align: left;
	background-color: #efefef;
}

.ixs_m {
	float:left;
	margin-top: 5px;
	margin-left: 11px;
	width: 193px;
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
}

.ixs_r {
	float:left;
	margin-top: 5px;
	margin-left: 11px;
	width: 193px;
	padding: 5px;
	text-align: left;
	background-color: #efefef;
}

.pro_tbl {
	margin-left: 10px;
	padding: 0;
}

.pro_tbl table {
	border-collapse: collapse;
}

.pro_tbl table th {
	margin: 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.pro_tbl table td {
	margin: 0;
	padding: 5px 5px 5px 8px;
}

.inAo {
	margin-bottom: 2px;
	font-weight: bolder;
}

.ulAo {
	padding-left: 20px;
}

.ulAo li {
      line-height: 1.7;
	  list-style-type: disc;
}

.others {
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
}

/*  受賞項目表示設定  */
.win {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding: 5px 2px 4px 34px;
	width: 259px;
	background: url(../img/crown.gif) no-repeat left top;
	line-height: 1.2;
}

/*　写真の並べ方表示設定　*/
.photo_l {
	float: left;
	margin-top: 7px;
	padding: 0 7px;
	text-align: center;
}

.photo_l2 {
	float: left;
	width: 150px;
	margin-top: 7px;
	padding: 0 2px;
	text-align: center;
}

.photo_l3 {
	float: left;
	width: 183px;
	margin-top: 15px;
	padding: 0 10px 5px;
	text-align: center;
}

.photo_l3m {
	float: left;
	width: 183px;
	margin-top: 15px;
	padding: 0 8px 5px;
	text-align: center;
	border-right: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
}

.photo_l p, .photo_l2 p {
	margin-top: 0;
	padding-top: 0;
}
.photo_topr {
	float: right;
	margin-top: 7px;
	padding: 0 7px;
	text-align: center;
}



table.p_samnT {
	border-collapse: collapse;
	margin: 15px 0 8px 11px;
	text-align: center;
	border: 1px solid #0080c0;
}

table.p_samnT th {
	background-color: #0080c0;
	text-align: center;
	font-size: 130%;
	color:#ffffff;
}

table.p_samnT td {
	padding: 5px;
	text-align: center;
	vertical-align: top;
	line-height: 1.3;
	background-color:#ffffff;
	border: 1px solid #0080c0;
}

.photoLine {
	clear: both;
	float: left;
	width: 620px;
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	text-align: center;
}

/*　コンテンツ内の枠設定　*/
.conteLine {
	clear: both;
	float: left;
	width: 620px;
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
}

.conteLine2 {
	clear: both;
	float: left;
	width: 620px;
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.conteLine3 {
	clear: both;
	float: left;
	width: 565px;
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
}

/*　造船技術／用語解説ページの表示設定　*/
.termDl  {
	float: left;
	padding: 10px 20px 0;
	margin-bottom: 0;
	width: 570px;
}

.termDl dt {
	font-weight: bolder;
	background: #ffeeff;
	padding: 3px 10px;
}

.termDl dd {
	margin-bottom: 15px;
	margin-top: 10px;
	line-height: 1.5;
}

.termDl ul {
	list-style-type: none;
	margin-top: 0;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 15px;
}

/*　造船技術／コールテン鋼とは、ページの表示設定　*/

.termcorten  {
	float: left;
	padding: 20px 20px;
	margin-bottom: 20px;
	margin-left: 100px;
	width: 570px;
	text-align: left;
	background: #f3f3f3;
}

.corten_ttl {
	clear: both;
	padding: 5px 5px;
	margin-top: 15px;
    margin-left: 120px;
	margin-bottom: 2px;
	width: 550px;
	font-size: 150%;
	font-weight: bolder;
}

.p_about_coten_right {
    float: right;
    font-weight: bolder;
    margin: 7px 20px;
}

.faq_q {
	margin-top: 15px;
	margin-left: 30px;
	width: 540px;
	height: auto;
	padding: 3px 3px 3px 35px;
	font-weight: bolder;
	line-height: 1.4;
	border-bottom: 2px solid #cccccc;
	background: url(../tech/corten/img/img_q.gif) no-repeat left top #eaeaea;
}

.faq_a {
	margin-left: 30px;
	width: 533px;
	height: auto;
	padding: 5px 8px 5px 35px;
	line-height: 1.4;
	background: url(../tech/corten/img/img_a.gif) no-repeat left top;
}

/* 雑誌・TVページ設定 */
dl.tbl_dl {
	float: left;
	width: 600px;
	margin: 5px 0 5px;
	padding: 0 10px 10px;
	border-bottom: 1px dotted #d8d8d8;
}

dl.tbl_dl dt {
	clear: both;
	float: left;
	width: 160px;
	height: 50px;
	padding: 4px 0;
	font-weight: bolder;
	line-height: 1.5;
}

dl.tbl_dl dd {
	float: left;
	margin-left: 0px;
	width: 420px;
}
	
dl.lect_dl dt {
	float: left;
	font-weight: bolder;
}

dl.lect_dl dd {
	margin-left: 50px;
	padding-left: 0px;
}

dl.dl_num {
	margin-bottom: 10px;
	padding: 0;
}

dl.dl_num dt {
	margin: 0;
	padding: 0;
	font-weight: bolder;
}

dl.dl_num li {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

/* 寄稿ページ設定 */
.c_conte {
	float: left;
	width: 616px;
	margin-top: 15px;
	padding: 7px;
	border-bottom: 1px dotted #cccccc;
}

.c_conte a:link {
	color: #0000ff;
	text-decoration: none;
}

.c_conte a:visited {
	color: #0000ff;
	text-decoration: none;
}

.c_conte a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.book_img {
	float: left;
	width: 100px;
	margin-right: 10px;
	padding-left: 5px;
}

.c_right {
	float: left;
	width: 490px;
	margin: 0;
	padding: 5px;
	text-align: left;
}

/*　講演・イベントページ設定 */
.event_ttl {
	clear: both;
	padding: 3px 12px;
	margin-top: 15px;
	margin-bottom: 2px;
	border-bottom: 2px solid #0000cc;
	background: #e0edfc;
	font-size: 125%;
	font-weight: bolder;
	line-height: 1.4;
}

dl.event_dl {
	margin-top: 10px;
	margin-left: 11px;
	padding: 0;
}

dl.event_dl dt {
	margin-top: 10px;
	padding: 0;
	font-weight: bolder;
}

dl.event_dl dd {
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
}

blockquote {
	clear: both;
	margin: 10px;
	padding: 15px;
	font-style: normal;
	line-height: 1.2;
	background-color:#efefef;
}

.lectArti_l {
	float: left;
	width: 360px;
	margin: 8px 0 0;
	padding-right: 5px;
	line-height: 1.5;
}

.lectPhoto_r {
	float: right;
	margin: 8px 0 3px;
	padding: 0;
}

.arti_title {
	clear: both;
	margin: 7px auto 0;
	padding: 5px;
	width: 580px;
	font-weight: bolder;
	background-color: #1680f6;
	color: #ffffff;
	text-align: center;
}

.arti_conte {
	margin: 0 auto;
	padding: 5px;
	width: 578px;
	border: 1px solid #1680f6;
}

.conte_box {
	clear: both;
	margin: 7px auto 5px;
	padding: 7px;
	width: 500px;
	text-align: center;
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
}

/*　会社案内ページの設定　*/
.comp_tbl {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
	padding: 0;
}

.comp_tbl table {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 610px;
}

.comp_tbl th {
	border: 1px solid #cccccc;
}

.comp_tbl td {
	border: 1px solid #cccccc;
}

.comp_tbl2 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
	padding: 0;
}

.comp_tbl2 table {
	border-collapse: collapse;
}

.comp_tbl2 th {
	width: 80px;
}

.m_photo {
	clear: both;
	text-align: center;
}

.m_photo table {
	border-collapse: collapse;
	margin: 10px auto 0;
	padding: 0;
}

.m_photo table td {
	margin: 0;
	padding: 5px;
	text-align: center;
}

.comp_his {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 4px;
	padding: 0;
}

.pdl {
	margin-top: 12px;
	padding-left: 10px;
}

.pdl dt {
	padding-left: 40px;
	background: url(../img/crown.gif) no-repeat left top;
}
.pdl dd {
	margin-bottom: 15px;
	margin-left: 40px;
}

.tbl_ul {
	margin-top: 0;
	margin-left: 16px;
	padding: 0;
	line-height: 1.5;
}

.tbl_ul li {
	list-style-type: disc;
}

/*　リンクページの設定　*/
table.link_tbl {
	border-collapse: collapse;
	width: 600px;
	margin:10px auto;
}

table.link_tbl th {
	width: 170px;
	padding: 5px 10px;
	vertical-align: top;
	border: 1px solid #cccccc;
}	

table.link_tbl td {
	padding: 5px 10px;
	vertical-align: top;
	border: 1px solid #cccccc;
}

/*　採用情報ページの設定　*/
table.emp_tbl {
	border-collapse: collapse;
	width: 500px;
	margin:10px auto;
}

table.emp_tbl th {
	padding: 5px 10px;
	vertical-align: top;
	border: 1px solid #cccccc;
}	

table.emp_tbl td {
	padding: 5px 10px;
	vertical-align: top;
	border: 1px solid #cccccc;
}

dl.emp_dl {
	margin:8px 0 8px 35px;
}

dl.emp_dl dt {
	float: left;
	padding: 3px;
	font-weight: bolder;
}

dl.emp_dl dd {
	margin-left: 60px;
	padding: 3px;
}

/*　サイトマップページの設定　*/
#smap_l {
	float: left;
	margin-left: 10px;
	width: 340px;
}

#smap_r {
	float: right;
	margin-right: 15px;
	width: 340px;
}

#smap_l dd p, #smap_r dd p {
	margin: 0;
	padding: 0;
	color: #555555;
}

#smap_l dl, #smap_r dl{
	clear: both;
	margin-top: 15px;
	margin-left: 5px;
}

#smap_l dt, #smap_r dt {
	padding: 5px 5px 5px 10px;
	background-color: #f0f0f0;
	font-weight: bolder;
	border-bottom: 1px solid #808080;
}

#smap_l dd, #smap_r dd {
	margin-top: 5px;
	margin-left: 18px;
}

#smap_l li, #smap_r li {
	margin-left: 7px;
	padding-left: 10px;
	background: url(../sitemap/img/smap_allow1.gif) no-repeat left 6px;
	line-height: 1.8;
}

#smap_l li.itemEnd, #smap_r li.itemEnd {
	padding-left: 10px;
	background: url(../sitemap/img/smap_allow2.gif) no-repeat left 6px;
	line-height: 1.8;
}

#smap_l ol, #smap_r ol {
	margin-left: 5px;
}

#smap_l a:link, #smap_r a:link {
	color: #0000ff;
	text-decoration: none;
}

#smap_l a:visited, #smap_r a:visited {
	color: #0000ff;
	text-decoration: none;
}

#smap_l a:hover, #smap_r a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/*　フッター枠の設定　*/
#footer {
	clear: both;
	width: 822px;
	margin: 5px 0 0;
	padding: 1px 0 5px;
	background-color: #ecf3ff;
	text-align: center;
}

address {
	clear: both;
	margin: 3px auto 0;
	font-weight: normal;
	text-align: center;
}

/*　フッターメニューの設定　*/
#footer ul {
	margin-top: 7px;
}

#footer ul li {
	display: inline;
	margin-right: 3px;
	padding-left: 7px;
	border-left: 1px solid #999999;
}

#footer ul li.home {
	padding-left: 0;
	border-left: 0;
}

#footer ul li.fmNow {
	font-weight: bolder;
}

/*　工事中表示 */
.const {
	margin-top: 20px;
	font-size: 150%;
	text-align: center;
	font-weight: bolder;
}

