@charset "UTF-8";

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

	CSデザインセンターについて
	/about/

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

/*--------------------------------------------------

	MaimImg
	メインイメージ
	
--------------------------------------------------*/
#MainVisual h1 {
	width: 850px;
	height: 100px;
	margin: 0px auto;
}

/*--------------------------------------------------

	Contents
	メインコンテンツ

--------------------------------------------------*/
#GlobalNavi li#BtnAbout a { width:191px; background-position: 0px -40px;}

#Contents {
	position: relative;
	width: 820px;
	margin: 0px auto;
	padding: 10px 15px;
}

#Contents:after,
body#About #AboutIntro li:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*	About Introduction
 =================================================*/
body#About #AboutIntro {
	margin-bottom: 0px;
}

body#About #AboutIntro span {
	display: block;
	width: 380px;
	height: 243px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	float: right;
}

body#About #AboutIntro h3 {
	margin: 15px 0px 20px;
}

body#About #AboutIntro p {
	float: left;
	width: 420px;
	margin: 0px 0px 10px;
}

body#About #AboutIntro #CSDesignCenterDetail {
	float: left;
	width: 416px;
	padding: 2px;
	background: #EBEBEB;
}

body#About #AboutIntro ul {
	border: 1px solid #FFFFFF;
}

/* フロート解除 */
body#About #AboutIntro li:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

body#About #AboutIntro li {
	display: inline-block;
}

/* Hides from IE-mac ￥*/
*html body#About #AboutIntro li {
	height: 1%;
}

body#About #AboutIntro li {
	display: block;
}
/* End hides from IE-mac ￥*/

body#About #AboutIntro li {
	padding: 5px 10px 0px;
	list-style: none;
}

body#About #AboutIntro li#ClosedDay {
	padding: 5px 10px 5px;
	_padding: 5px 10px 0px;
}

body#About #AboutIntro li strong {
	display: block;
	color: #CC6600;
	font-weight: bold;
	background: url(../common/img/mark_circle-green.gif) no-repeat 0px 50%;
	padding: 0px 0px 2px 12px;
	width: 70px;
	float: left;
}

body#About #AboutIntro li span {
	display: block;
	width: 305px;
	float: right;
	border: none;
	height: auto;
}

body#About #AboutIntro ul#AccessLink {
	float: left;
	list-style: none;
}

body#About #AboutIntro ul#AccessLink li {
	background: url(../common/img/mark_arrow-green.gif) no-repeat 0px 8px;
	padding-left: 13px;
}

body#About #AboutDetail dl {
	clear: both;
	padding-top: 15px;
}

body#About #AboutDetail dt {
	background: url(../common/img/img_bg-green.gif) repeat-x 0px bottom;;
	padding: 0px 0px 10px 10px;
	margin: 0px 0px 15px;
	font-size: 1.2em;
	font-weight: bold;
}

body#About #AboutDetail dd span {
	float: left;
	display: block;
	padding: 0px 10px 10px 0px;
}

body#About #AboutDetail dd strong {
	display: block;
	color: #996600;
	font-size: 1.2em;
	margin: 0px 0px 3px;
}



