@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_beginner.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2010-01-25
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);

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

	anchorLink

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

/* anchorLink -------------*/
.anchorLink {
	margin-bottom: 20px;
}
.anchorLink ul {}
.anchorLink ul li {
	float: left;
}
.anchorLink ul li.ank1,
.anchorLink ul li.ank2,
.anchorLink ul li.ank3 {
	margin-bottom: 10px;
}
.anchorLink ul li.ank1,
.anchorLink ul li.ank2,
.anchorLink ul li.ank4,
.anchorLink ul li.ank5 {
	margin-right: 10px;
}
.anchorLink ul li a {
	display: block;
	height: 33px;
	width: 202px;
	line-height: 35px;
	text-decoration: none;
	padding-left: 5px;
	border: 1px solid #CCE699;
	font-size: 12px;
	font-weight: bold;
}
.anchorLink ul li a:hover {
	background-color: #FFFFCC;
}


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

	serviceInfo

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

/* serviceInfo -------------*/
#serviceInfo {}
#serviceInfo li {
	width: 319px;
	display: block;
	float: left;
}
#serviceInfo li.info1,
#serviceInfo li.info3 {
	margin-right: 10px;
}
#serviceInfo li.info1,
#serviceInfo li.info2 {
	margin-bottom: 10px;
}
#serviceInfo li span {
	display: block;
	float: left;
}
#serviceInfo li span.icon {
	margin-right: 10px;

}
#serviceInfo li span.title {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900!important;
	width: 189px;
}
#serviceInfo li span.text {
	width: 189px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 170%;
	color: #666666;
}


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

	photoR

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

/* photoR -------------*/
.photoR {
	float: right;
	margin-left: 10px;
}


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

	strong red

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

/* strong red -------------*/
strong.red {
	color: #FF0000;
}


span.cap {
	display: block;
	padding-left: 10px;
}



/* clearfix
---------------------------------------------------------------------------------------------*/
.anchorLink ul:after,
#serviceInfo:after,
.miniSec:after
	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.anchorLink ul,
#serviceInfo,
.miniSec
	{ display: inline-table; min-height: 1%; }
/* Hides from IE-mac */
* html .anchorLink ul,
* html #serviceInfo,
* html .miniSec
	{ height: 1%; }
.anchorLink ul,
#serviceInfo,
.miniSec
	{ display: block; }
/* End hide from IE-mac */

