@charset "utf-8"; 
/*==================================================================================================
DRAGON SYSTEM .NET / ABOUt 2009
+copyright + credits+

auther: KANEKO RYU

==================================================================================================*/

.contentsBlockAtAbout{
	display:block;
	width:560px; /*height:40px;*/
	padding:10px 0 0 0;
	margin-bottom:1px;
	background:url("img_C/portfolio/spaceC_Head.png") top center no-repeat #ababb3;/*ヘッダー部分の画像*/
	}

.contentsBodyAtAbout{/*ポートフォリオページ*/
	display:block;
	width:540px; height:auto;
	padding:0px 10px 10px 10px;
	margin:0;
	background:url("img_C/spaceC_Body.png") top center repeat-y;
	}

h2.headLineTitle{/*　h2@記事のタイトル（エントリータイトル）*/
	font-size:10pt;
	padding:5px 10px 0 10px ;/*左右のマージンの設定*/
	/*background:url("img_C/HR_TitleSpec.gif") center bottom no-repeat;*/
	margin-bottom:6px;
	line-height:130%; _line-height:150%;
	font-weight:bold;
	}
h3.headLineTitle{
	font-size:7pt; _font-size:9px;
	padding:0px 10px 0.3em 10px ;/*左右のマージンの設定*/
	/*background:url("img_C/HR_TitleSpec.gif") center bottom no-repeat;*/
	margin-bottom:6px;
	line-height:130%; _line-height:150%;
	font-weight:normal;
	}	

/*============
テーブル部分の設定
==============*/
table {
	border-collapse: collapse;
	}

.center {
margin-top: 0.2em; 
margin-bottom: 1.5em;
margin-left: auto; 
margin-right: auto;
border: 0;
border-spacing: none;
background-color: #FFFFFF;
	}


	
/*== About ==*/	
.capService {
	background-color: #C9C9DB;
	padding: 0.5em 1em 0.1em 1em;
	border-bottom: 1px solid #E8E8F0;
	border-left: none;
	border-right: none;
	
	font-weight: bold;
	font-size: x-small;
	}

.titleService {
	background-color: #F0F0F5;
	padding: 0.5em 1em 0.2em 1em;
	border-top: 1px solid #FFFFFF;
	border-left: none;
	border-right: none;
	
	font-weight: bold;
	color: #333333;
	}

.textService {
	background-color: #F7F7FA;
	padding: 0.2em 1em 0.5em 1em;
	border-bottom: 1px solid #E8E8F0;
	border-left: none;
	border-right: none;
	
	color: #333333;
	}
	
/*== Portfolio ==*/
.projectSpace {　/*案件サムネールなどのコンテナ*/
	background-color: #FFFFFF;
	padding: 0;
	border: none;
	margin: 10px auto 10px 0;
	}	


/*==================================================================================================
本文部分の設定
===============================*/

/*記事本文(前段)*/
.AboutText-body{
	display:block;
	padding:2px 10px 2em 5px;
	line-height:200%;
	}
	

/*記事本文(続き)*/
.AboutText-more{
	padding:2em 10px 1em 5px;
	margin:0.5em 0 0 0;
	line-height:200%;
	background:url("img_C/HR_contentsBodyDot.gif") top left no-repeat;
	}
.AboutText-more-link{/*続きを読む部分*/
	padding:1em 10px 1em 5px;
	margin:0.5em 0 0 0;
	line-height:150%;
	background:url("img_C/HR_contentsBodyDot.gif") top left no-repeat;
	text-align:right;
		}

/*記事概要(概要の文言)*/
.AboutText-Excep{
	padding:2px 10px 1em 5px;
	line-height:200%;
	}

/*==================================================================================================
本文部分のアイテム表示に関しての設定（イメージ要素など）
===============================*/
.AboutText-body  img,
.AboutText-more img,
.AboutText-Except img {/*イメージ要素*/
	border:0;
	}
.AboutHeadlineImg{
	padding-bottom:5px;
	}


.HRaboutPageHeadHR{/*AboutThisSiteのヘッダスペース*/
	display:block;
	height:20px;
	}



/*==================================================================================================
DRAGON SYSTEM .NET / ABOUT 2009
+copyright + credits+

auther: KANEKO RYU

==================================================================================================*/