/* 水上会計 基本設定CSS */

/*

	1. 基本設定
	2. 段落設定
	3. 共通設定

*/

/* *************************************************
   1. 基本設定
************************************************* */

* {
	margin:0;
	padding:0;
}

body {
	background:url(images/common/bg_body.jpg) repeat-x #FFFFFF;
	color:#333333;
}

h1 a {
	width:225px;
	height:60px;
	display:block;
	background:url(images/common/logo.gif) no-repeat;
	text-indent:-10000px;
}


/* リンクカラー */

a {
	color:#2B7CCE;
}

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;
}

/* フォントカラー */

/* H3のブルー */

.fcBlueH3 {
	color:#255EBB;
}

.fcRed {
	color:#CC0000;
}



/* *************************************************
   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-top:1px solid #DFE1E4;
	border-bottom:1px solid #DFE1E4;
}

#footer {
	clear:both;
	border-top:1px solid #BBBBBB;
	background-color:#FFFFFF;
	padding:10px;
}

#footer p {
	padding:5px;
}


/* --------- トップページ --------- */

.topArea {
	padding:10px 10px 30px;
	background:url(images/uniq/bg_toparea.gif) repeat-y #FFFFFF;
}

.topMain {
	width:550px;
	float:left;
}

.topSide {
	width:190px;
	float:right;
}


/* --------- 2階層目以降 --------- */

.sideMenu {
	width:190px;
	margin:20px 0 30px 10px;
	float:left;
}

.mainContents {
	width:550px;
	margin:20px 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;
  /**/
}


/* *************************************************
   3. 共通設定
************************************************* */

/* ----------- トップメイン部分 ----------- */

.topMain h2 {
	margin:0 0 10px;
}

.cellLine {
	width:250px;
	padding:8px;
	border:1px solid #C9CED1;
	vertical-align:top;
}

.cellLine　h3 {
	margin:0;
}

.cellLine p {
	margin:5px 0;
}

/* 三本柱コンテンツ */

.mainContentsDet {
	border:1px solid #BBBBBB;
	padding:8px;
	margin:0 0 10px;
	width:532px;
}


/* 他事業内容 */

.otherContents {
	margin:10px 0 0;
}

.otherContents h3 {
	margin:0 0 5px;
}

.otherContents p {
	padding:0 0 5px;
	background:url(images/common/line_dot.gif) repeat-x bottom;
	margin:0 0 8px;
}

/* 右サイド */

.sideBnr {
	margin:0 0 20px;
}

.infoArea {
	margin:0 0 20px;
}

.infoArea h3 {
	background:url(images/common/icon_top_arrow_y.gif) no-repeat 0 5px;
	margin:5px 0 5px;
	padding:0 0 0 10px;
}

.infoArea p {
	padding:0 0 5px;
	background:url(images/common/line_dot.gif) repeat-x bottom;
	margin:0;
}

.infoArea table {
	margin:5px 0 0;
}

.infoArea td {
	vertical-align:top;
}

.size180 {
	width:180px;
	border:1px solid #BBBBBB;
}

/* ----------- 2階層目以降の設定 ----------- */

.mainContents h2 {
	margin:0 0 20px;
	width:550px;
	height:150px;
	text-indent:-100000px;
}

/* タイトルの背景画像 */

.titleGuide {
	background:url(images/uniq/title_guide.jpg) no-repeat;
}

.titleCorpo {
	background:url(images/uniq/title_corpo.jpg) no-repeat;
}

.titleInq {
	background:url(images/uniq/title_inquiry.jpg) no-repeat;
}

.titleRec {
	background:url(images/uniq/title_recruit.jpg) no-repeat;
}

.titleEntry {
	background:url(images/uniq/title_entry.jpg) no-repeat;
}



.mainContents h3 {
	margin:0 0 16px;
	padding:3px 0 5px 10px;
	background:url(images/uniq/bg_title_h3.gif) repeat-x;
	border:1px solid #CCCCCC;
}

.textMargin {
	margin:0 0 30px;
}

/* 会社概要テーブル */

.corpCell td {
	border-bottom:1px solid #BBBBBB;
	padding:5px 0;
	vertical-align:top;
}

/* 事業内容のメニュー */

.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;
}

/* ------------- フォームサイズ指定_end ------------- */

/* 共通 */

.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;
}

/* *************************************************
   4. グローバルメニュー
************************************************* */

#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{
	background-image:url(images/common/gmenu_guide.gif);
}

#globalMenu li#gmenu04 a{
	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 -48px;
	float:left;
}

/* グローバルメニュー　アクティブ時 */

#globalMenu li#gmenu01_act a{
	background-image:url(images/common/gmenu_home.gif);
	background-position:0px -48px;
}

#globalMenu li#gmenu02_act a{
	background-image:url(images/common/gmenu_corporate.gif);
	background-position:0px -48px;
}

#globalMenu li#gmenu03_act a{
	background-image:url(images/common/gmenu_guide.gif);
	background-position:0px -48px;
}

#globalMenu li#gmenu04_act a{
	background-image:url(images/common/gmenu_inquiry.gif);
	background-position:0px -48px;
}

#globalMenu li#gmenu05_act a{
	background-image:url(images/common/gmenu_recruit.gif);
	background-position:0px -48px;
}

/* お知らせのリスト */

.infoList ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.infoList li {
	border-bottom:1px dotted #BBBBBB;
	margin:0 0 8px;
	padding:0 0 5px;
}

.infoList a {
	margin:0 0 0 10px;
}

.entryArea {
	font-size:12px;
	line-height:18px;
}

.entryArea p {
	font-size:12px;
	line-height:18px;
}