/* 水上会計 基本設定CSS */

/*

	1. 基本設定
	2. 段落設定
	3. 共通設定

*/

/* *************************************************
   1. 基本設定
************************************************* */

* {
	margin:0;
	padding:0;
	font-family:Verdana, helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background: url(images/common/bg_body.jpg) repeat-x top #FFFFFF;
	color:#333333;
}

h1 a {
	width:243px;
	height:60px;
	display:block;
	background:url(images/common/logo.gif) no-repeat;
	text-indent:-10000px;
}

img {
	border: 0;
}


/* リンクカラー */

a {
	color:#2865C2;
}

a:hover {
	color:#FF8B35;
}

/* フォントサイズ */

.fsMid {
	font-size:80%;
	line-height:140%;
}

.fsSml {
	font-size:60%;
	line-height:120%;
}

.fs14 {
	font-size:90%;
}

input, select, textarea {
	font-size:12px;
}

/* フォントカラー */

/* H2とH3のブルー */

.fcBlueH2 {
	color:#22497D;
}

.fcBlueH3 {
	color:#255EBB;
}

.fcRed {
	color:#CC0000;
}

.fcGray {
	color: #666666;
}



/* *************************************************
   2. 段落設定
************************************************* */

#container {
	width:780px;
	margin:0 auto;
	background-color:#FFFFFF;
	border-left:2px solid #CBCDD2;
	border-right:2px solid #CBCDD2;
}

#header {
	height:60px;
	padding:0 10px 0 0;
}

#globalMenu {
	height:48px;
	border-bottom:1px solid #DFE1E4;
}

#footer {
	clear:both;
	border-top:1px solid #BBBBBB;
	background-color:#FFFFFF;
	padding:10px;
}

#footer p {
	padding:5px;
}

#footer td {
	line-height: 1;
}

/* --------- トップページ --------- */

.topArea {
	padding:10px 10px 30px;
	background:url(images/uniq/bg_toparea.gif) repeat-y #FFFFFF;
}

.topMain {
	width:540px;
	float:left;
}

.topSide {
	width:200px;
	float:right;
}


/* --------- 2階層目以降 --------- */

.sideMenu {
	width:190px;
	margin:10px 0 30px 10px;
	float:left;
}

.mainContents {
	width:550px;
	margin:10px 10px 30px 0;
	float:right;
}


/* --------- ClearFix --------- */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.clear {
	clear: both;
}


/* *************************************************
   3. 共通設定
************************************************* */

/* ----------- トップメイン部分 ----------- */

.topMain h2 {
	margin:0 0 10px;
}

.topMain p {
	margin: 0 0 20px 13px;
}

.cellLine {
	width:250px;
	padding:8px;
	border:1px solid #C9CED1;
	vertical-align:top;
}

.cellLine h3 {
	margin:0;
}

.cellLine p {
	margin:5px 0;
}

.otherContents {
	margin:10px 0 0;
}

.otherContents h3 {
	margin:0 0 5px;
}

.otherContents table {
	margin-bottom: 15px;
}



/* 右サイド */

.sideBnr {
	margin:15px 0 0;
	text-align:center;
}

.sideBnr img {
	margin:0 0 15px;
}

.sideBnr a.last img {
	margin-bottom:0;
}

.sideBnr a.underTxt img {
	margin-bottom: 5px;
}

.infoArea {
	margin:0 0 20px;
}

.infoArea h3 {
	margin:5px 0 5px;
	padding:0 0 0 10px;
}

.infoArea p {
	padding:0 0 10px 13px;
	margin-bottom: 10px;
}

.infoArea table {
	margin:5px 0 0;
}

.infoArea td {
	vertical-align:top;
}

.pastInfoArea {
	background: #E9EEF2;
	padding: 10px 15px;
}

.pastInfoArea p.last {
	margin-bottom: 0;
	padding-bottom: 0;
}

.size180 {
	width:180px;
	border:1px solid #BBBBBB;
}

.bgTriangle {
	background: url(images/common/left_triangle.gif) no-repeat left center;
	padding-left: 13px;
}

.pastInfoArea .bgTriangle {
	background: url(images/common/left_triangle_bgblue.gif) no-repeat left center;
	padding-left: 13px;
}

.mgnLft13px {
	margin-left: 13px;
}

.dotLineBtm {
	background: url(images/common/line_dot.gif) repeat-x bottom;
}


/* ----------- 2階層目以降の設定 ----------- */

.mainContents h2 {
	margin:0 0 20px;
	width:550px;
	height:54px;
	text-indent:-100000px;
}

/* タイトルの背景画像 */

.titleCase {
	background:url(images/uniq/title_case.gif) no-repeat;
}

.titleCorpo {
	background:url(images/uniq/title_corporate.gif) no-repeat;
}


.titleInq {
	background:url(images/uniq/title_inq.gif) no-repeat;
}

.titleRec {
	background:url(images/uniq/title_rec.gif) no-repeat;
}

.titleEntry {
	background:url(images/uniq/title_entry.gif) no-repeat;
}


.mainContents h3 {
	margin:16px 0;
	padding:4px 0 5px 30px;
	background:url(images/uniq/bg_title_h3.gif) left center no-repeat #EEEEEE;
	color: #5D950D;
}

.mainContents h3 a {
	color:#5D950D;
}

.mainContents td {
	vertical-align:top;
}

.sideMenu h2 {
	background: url(images/common/bg_side_h2.gif) no-repeat;
	color: #FFFFFF;
	width: 190px;
	height: 24px;
	padding: 7px 1px 0 25px;
	margin-bottom: 1px;
}

.sideMenu ul {
	list-style: none;
	margin:0;
}

.sideMenu li {
	display: block;
}

.sideMenu li a {
	display: block;
	width: 165px;
	height: 24px;
	background: url(images/common/bg_side_menu.gif) no-repeat;
	margin-bottom: 1px;
	color: #525252;
	text-decoration: none;
	padding: 7px 1px 0 25px;
}

.sideMenu li a:hover {
	text-decoration: underline;
}

/* 事業内容 */

.processImage {
	padding: 0 14px 20px 19px;
	float: left;
}

.inquiryBtn {
	width: 375px;
	margin: 30px auto;
}

.supportBox {
	background: #F2F2F2;
	margin: 25px 0;
	padding: 11px 14px;
}


/* 事業内容トップボックス */
.caseBox {
	width: 246px;
	border: 1px solid #CCCCCC;
	padding: 0 10px 10px;
	float: left;
	margin: 0 10px 10px 0;
}

.caseBox p {
	margin-top: 7px;
}

/* 企業概要 */

.photoTd {
	padding-left: 25px;
	text-align: right;
}

h3.corpoH3 {
	background: #FFFFFF;
	padding: 0;
	margin: 20px 0;
}

.redArrowIcon {
	background: url(images/common/bg_redArrow.gif) no-repeat left top;
	padding-left: 20px;
}

/* 会社概要テーブル */

.corpCell th,
.corpCell td {
	border-bottom:1px solid #BBBBBB;
	padding: 5px 0;
	vertical-align:top;
}

.corpCell th {
	margin-right: 30px;
	font-weight: normal;
	text-align: left;
}

.corpCell td.noBorder {
	border-bottom: 0;
}

/* 事業内容のメニュー */

.guideMenu {
	border:1px solid #CCCCCC;
	padding:4px;
	margin:0 0 20px;
}

.guideMenu h3 {
	margin:0 0 8px;
}

.guideMenu ul {
	list-style-type:none;
}

.guideMenu li {
	font-size:80%;
	margin:0 0 5px;
}

.guideMenu a {
	background:url(images/uniq/icon_side_off.gif) no-repeat 0 1px;
	padding:0 0 0 20px;
	width:160px;
	height:20px;
	text-decoration:none;
	display:block;
}

.guideMenu a:hover {
	background:url(images/uniq/icon_side_on.gif) no-repeat 0 1px;
}

.menuAct {
	background:url(images/uniq/icon_side_on.gif) no-repeat 0 1px;
	padding:0 0 0 20px;
	width:160px;
	height:20px;
	color:#255EBB;
	font-weight:bold;
}

/* お問い合わせテーブル */

.inqTable {
	margin:0 0 30px;
}

.inqTable table {
	border-top:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
}

.inqTable td {
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
}

.inqTableTitle {
	background-color:#EFF7F8;
	width:180px;
	font-size:80%;
}

.input180 {
	width:180px;
	margin:3px 0;
}

.input40 {
	width:40px;
	margin:3px 0;
}

.input30 {
	width:30px;
	margin:3px 0;
}

.input250 {
	width:250px;
	margin:3px 0;
}

.textarea350 {
	width:320px;
	height:120px;
}

.btn80 {
	width:80px;
}

/* 共通 */

.mgn15Top {
	margin-top: 15px;
}

.mgn45Btm {
	margin-bottom: 45px;
}

.mgn55Btm {
	margin-bottom: 55px;
}

.mgn10Btm {
	margin-bottom: 10px;
}

.mgn0 {
	margin: 0;
}

.goToTop {
	margin-top: 50px;
	text-align: right;
}

.textMargin {
	margin:0 0 30px;
}


/* 応募フォームテーブル */

.entryTable {
	margin:0 0 30px;
}

.entryTable table {
	border-top:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
}

.entryTable td {
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
}

.entryTable th {
	vertical-align:top;
	padding:5px;
	width:100px;
	text-align:left;
	border-bottom:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
	background-color:#FFFDE5;
	font-weight:normal;
}


.btnArea {
	margin:20px 0;
	text-align:center;
}

.btnArea img {
	margin:0 10px;
}


/* *************************************************
   2. グローバルメニュー
************************************************* */

#globalMenu ul {
	margin:0;
	padding:0;
	position:relative;
	height:48px;
}

#globalMenu li{
	margin:0;
	height:48px;
	list-style-type:none;
	float:left;
}

#globalMenu li a{
	display:block;
	height:48px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	text-indent:-10000px;
	width:156px;
} 

#globalMenu li#gmenu01 a{
	background-image:url(images/common/gmenu_home.gif);
}

#globalMenu li#gmenu02 a{
	background-image:url(images/common/gmenu_corporate.gif);
}

#globalMenu li#gmenu03 a{
	width: 166px;
	background-image:url(images/common/gmenu_guide.gif);
}

#globalMenu li#gmenu04 a{
	width: 146px;
	background-image:url(images/common/gmenu_inquiry.gif);
}

#globalMenu li#gmenu05 a{
	background-image:url(images/common/gmenu_recruit.gif);
}

#globalMenu li a:hover{
	background-position:0px -50px;
	float:left;
}

/* グローバルメニュー　アクティブ時 */

#globalMenu li#gmenu01_act a{
	background-image:url(images/common/gmenu_home.gif);
	background-position:0px -50px;
}

#globalMenu li#gmenu02_act a{
	background-image:url(images/common/gmenu_corporate.gif);
	background-position:0px -50px;
}

#globalMenu li#gmenu03_act a{
	width: 166px;
	background-image:url(images/common/gmenu_guide.gif);
	background-position:0px -50px;
}

#globalMenu li#gmenu04_act a{
	width: 146px;
	background-image:url(images/common/gmenu_inquiry.gif);
	background-position:0px -50px;
}

#globalMenu li#gmenu05_act a{
	background-image:url(images/common/gmenu_recruit.gif);
	background-position:0px -50px;
}
