@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/themes/concept/css/yui-font.css";
@import "/themes/concept/css/default.css"; /* initial setting */
@import "/themes/concept/css/layout.css";/* layout style */
@import "/themes/concept/css/blogstyle.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #346bb2;
	text-decoration: none;
}
a:visited{
	color: #346bb2;
	text-decoration: none;	
}
a:hover{
	color: #f3802e;
	text-decoration:underline;	
}
a:active{
	color: #346bb2;
	text-decoration: none;	
}

.lensBg {
	background: url(images/entryBg.jpg) no-repeat right bottom;
	width: 665px;
	height: 100%;
}
p.lensText {
	background: url(images/point.gif) no-repeat 0 5px;
	padding-left: 10px;
	margin-bottom: 1em;
	margin-left: 19px;
}
dl.lensSetsumei {
	margin-bottom: 1em;
	padding-left: 10px;
	margin-left: 19px;		
}
dl.lensSetsumei dt {
	font-weight: bold;
	padding-left: 55px;
}
dl.lensSetsumei dt.ichi {
	background: url(images/lensTitle_01.gif) no-repeat 0 3px;
}
dl.lensSetsumei dt.ni {
	background: url(images/lensTitle_02.gif) no-repeat 0 3px;
}
dl.lensSetsumei dt.san {
	background: url(images/lensTitle_03.gif) no-repeat 0 3px;
}
dl.lensSetsumei dt.yon {
	background: url(images/lensTitle_04.gif) no-repeat 0 3px;
}
dl.lensSetsumei dt.go {
	background: url(images/lensTitle_05.gif) no-repeat 0 3px;
}
dl.lensSetsumei dt.roku {
	background: url(images/lensTitle_06.gif) no-repeat 0 3px;
}
dl.lensSetsumei dt.nana {
	background: url(images/lensTitle_07.gif) no-repeat 0 3px;
}
dl.lensSetsumei dd {
	padding-left: 55px;
	margin-bottom: 1em;
}
.section {
	margin-bottom: 2em;
	margin-left: 27px;
}
dl.lensSet {
}
dl.lensSet dt {
	font-weight: bold;
}
dl.lensSet dd {
	margin-bottom: 1em;
	margin-left: 55px;
}
