@charset "UTF-8";

/* =======================================================
	ABOUT CSS - modified on 10.08.27
	written by GRAM | グラム
	http://www.brooklyn.jp/
	
	ABOUT CONTENT SETTING
======================================================= */



#container.about_content {
	background: url(../../imgs/contents/about/bg_about.jpg) top center no-repeat;
}

/* //////////////////////////////////////// */

#content_wrap {
	width: 940px;
	height: 670px;
	position: relative;
	background: #000 url(../../imgs/contents/about/bg_about_bottom.jpg) bottom left no-repeat;
}
	.content_title {
		width: 316px;
		height: 112px;
		text-indent: -5000em;
		position: absolute;
		top: 10px;
		right: 10px;
		background: url(../../imgs/contents/about/title_about.png) 0 0 no-repeat;
	}
	.content_title h2 a {
		width: 316px;
		height: 100px;
		display: block;
	}
	.marjinal_logo {
		width: 311px;
		height: 86px;
		margin-left: 60px;
	}
	
	.content_body {
		width: 770px;
		height: auto;
		margin: 0 auto;
		padding-top: 120px;
	}
	
		.content_body .content_item {
			width: 770px;
			height: auto;
		}
		
		.content_body .content_item .content_left {
			width: 210px;
			height: auto;
			float: left;
			text-align: center;
		}
		.content_body .content_item .content_right {
			width: 490px;
			height: auto;
			float: left;
			text-align: left;
		}
		
	.btn_back {
		width: 109px;
		height: 36px;
		position: absolute;
		bottom: 10px;
		left: 40px;
	}

/* //////////////////////////////////////// */

.content_item:after,
ul.photo_list:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.content_item,
ul.photo_list {
	display: inline-table;
	min-height: 1px;
	}
* html .content_item,
* html ul.photo_list {
	height: 1%;
	}
.content_item,
ul.photo_list {
	display: block;
	}

/* //////////////////////////////////////// */

h4, strong {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

.content_left h4 {
	color: #B4005A;
}

.content_right p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #b3b3b3;
}

.content_body a {
	color: #FFF;
	text-decoration: none;
}
.content_body a:hover {
	text-decoration: underline;
}