@charset "utf-8";

/* -----------------------------------------------
会社概要ページ(./index.html) CSS

Creator    : sue/waka
LastUpdate : 10/07/13
----------------------------------------------- */

/* ===============================================
【基本構成】

1.会社概要の設定
=============================================== */

/* レンタルサーバタイトル */
#ServerCaption {
		margin: 15px 0 20px;
		padding: 10px 10px;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		background: #D7DED5;
}
	#ServerCaption .em {
			font-size: 1.25em;
			font-weight: bold;
			margin-bottom: 5px;
	}

	#ServerCaption p {
		line-height: 1.4em;
	}

/* コンテンツ内容 */
.BACK{
	clear:both;
	margin: 20px 0 20px 0;
	vertical-align: top;
}		
.TitleText{
	margin: 25px 0 0 15px;
	padding: 0 0 0 16px;
	background: url("../img/server_point_01.gif") no-repeat left;
	font-weight:bold;
	font-size: 16px;
}



/* -----------------------------------------------------------------------------
     設定
----------------------------------------------------------------------------- */

#mainContainer  {
	width:960px;
	margin:30px auto;
}

#right_box{
	width: 960px;
	display: block;
}


/* タブ */

#tabs_example {
	margin: 20px 0 20px 0;
}
	
	#tabs_example ul.tabs {
		list-style: none;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #666666;
	}

		#tabs_example ul.tabs li {
			
			float: left;
			margin: 0 10px 0 0;
			text-align: center;
			font-weight:bold;
			list-style: none;
			border-top: 1px solid #dddddd;
			border-left: 1px solid #dddddd;
			border-right: 1px solid #dddddd;
		}

			#tabs_example ul.tabs li a.Next {
				padding: 5px 10px;
				background: #ffffff;
				color: #666666;
				display: block;
			}

			#tabs_example ul.tabs li a.Now {
				padding: 5px 10px;
				background: #dddddd;
				color: #666666;
				display: block;
			}
	
			#tabs_example ul.tabs li a:hover {
				color: #666666;
			}


/* ページTOPに戻る */
.toTop {
	float: right;
}

#sever h3 {
		margin-bottom: 30px;
		margin-top: 10px;
		font-size: 1.5em;
		font-weight: bolder;
		color: #000;
		//border-top: 2px dotted #61615F;
		border-bottom: 1px dotted #61615F;
		//background-color: #E9E9E9;
		//text-align: center;
		padding: 7px 0 7px 0;
		border-bottom:7px solid #94BC9C;
	}

h5 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.2em;
}