@charset "utf-8";

/* カテゴリ別CSS */
@import url("profile.css");
@import url("activity.css");
@import url("information.css");

/* ===========================================
     　　会社情報の共通ページスタイル
	  Copyright:RS Components K.K. 2007
=========================================== */

/* =============================
アジャスト用
============================= */

/* フォント */
#mainContents #sectionArea .fGray{ color: #777777;}

/* 見出し */
h1.inline{
display:inline;
}

#sectionArea h2{
	font-size:14px;
	font-weight:normal;
	padding:4px 5px 2px;
	background-color:#f0f0f0;
	background-image:url(../../common/images/h2_bg01.gif);
	border-bottom:1px solid #cccccc;
	border-left:5px solid #364F82;
	border-right:1px solid #cccccc;
}

#sectionArea h2.none{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#sectionArea h3{
	font-size:12px;
	font-weight: normal;
	padding:2px 10px;
	background-color:#f5f5f5;
	border-bottom:1px solid #cccccc;
}

#sectionArea h3.none{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

/* 文章 */
#sectionArea p{
	margin-top:10px;
	padding:0 10px 0 10px;
	line-height:1.6em;
	text-indent:0;
}

#sectionArea p.mg0{ margin: 0px;}
#sectionArea p.pd0{ padding: 0px;}
#sectionArea p.mg5u{ margin-top: 5px;}
#sectionArea p.mg15u{ margin-top: 15px;}
#sectionArea p.mg20u{ margin-top: 20px;}

/* ボックス */
.grayBorder{
	border: 1px solid #cccccc;
}

#sectionArea .box_h3_type01{
	margin-left: 10px;
}

#sectionArea .box_h3_type01 h3{
	margin-top: 10px;
}

#sectionArea .box_h3_type01 p{
	margin-top: 5px;
}


#box_h3_type02{
	margin-left: 10px;
}

#box_h3_type02 h3{
	margin-top: 15px;
	padding: 1px 6px;
	_border-top: 1px solid #f5f5f5;
}

#box_h3_type02 p{
	margin: 6px 10px 0px 3em;
}

#box_h3_type02 ul, #box_h3_type02 ol{
	margin-left: 4em;
	list-style-position: inside;
}

#box_h3_type02 ul li{
	background: url(../../common/images/bullet_dot.gif) 0 6px no-repeat;
	padding-left: 9px;
	list-style-position: outside;
}

#box_h3_type02 ol li{
	list-style-type: lower-alpha;
	list-style-position: inside;
}

/* その他レイアウト関連 */
.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.floatLeftW270{
	float: left;
	width: 260px;
	_width: 270px;
}

.floatLeftW400{
	float: left;
	width: 390px;
	_width: 400px;
}

.floatLeftW410{
	float: left;
	width: 400px;
	_width: 410px;
}

.floatLeftW500{
	float: left;
	width: 490px;
	_width: 500px;
}

/***********************************************/
/* テーブルボーダー用						   */
/***********************************************/

#mainContents .borderGrayTbl{
	text-align:left;
	margin-left:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;}

#mainContents .borderGrayTbl th {
	padding:5px;
	background-color:#f0f0f0;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;}

#mainContents .borderGrayTbl td {
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;}

#mainContents td.txt_center {
	text-align:center;}

#mainContents td.txt_right {
	text-align:right;}

#mainContents .noBorderTbl,
#mainContents .noBorderTbl th,
#mainContents .noBorderTbl td{
	border:none}