@charset "shift_jis";



/* ====== lightBox ====== */
#grayLayer{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
	z-index: 10;
}
#overLayer{
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
	z-index: 20;
	background: url('/images3/bg.png') left top repeat;
	width: 610px;
	padding: 35px 45px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
* html #grayLayer{
    position: absolute;
}
* html #overLayer{
    position: absolute;
}

#overLayer div.title {
	text-align: left;
	padding-bottom: 5px;
}

#overLayer p.head {
	position: relative;
	padding-bottom: 8px;
}

#overLayer p.head img {
	margin-right: 10px;
	vertical-align: middle;
}

#overLayer img.ucancan {
	position: absolute;
	top: -24px;
	right: 0;
}

#overLayer p.guide {
	border-top: dotted 1px #c2bbb0;
	margin-bottom: 9px;
	padding-top: 15px;
	font-size: 120%;
	font-weight: bold;
}

#overLayer ul {
	text-align: center;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}
#overLayer ul li {
	float: left;
	padding-right: 1%;
	_padding-right: 5px;
	width: 24%;
	cursor: pointer;
}
#overLayer ul li p {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 0 12px;
	font-weight: bold;
}

ul.select_gender li p {
	background-color: #e25754;
}
ul.select_gender li p:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
ul.select_gender li p a {
	background: url('/images3/icon_select_gender.png') left 0.25em no-repeat;
	padding-left:16px;
}
ul.select_gender li p a:link,
ul.select_gender li p a:visited {
	color: #fff;
}
ul.select_gender li p a:active,
ul.select_gender li p a:hover {
	text-decoration: none;
}

ul.select_age li p {
	background-color: #60dfe5;
}
ul.select_age li p:hover {
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
ul.select_age li p a {
	background: url('/images3/icon_select_age.png') left 0.25em no-repeat;
	padding-left:16px;
}
ul.select_age li p a:link,
ul.select_age li p a:visited {
	color: #132427;
}
ul.select_age li p a:active,
ul.select_age li p a:hover {
	text-decoration: none;
}

p.btn_total {
	margin-top: 15px;
}
p.btn_total a {
	background: url('/common/images/icon_arrow_right.gif') left 0.25em no-repeat;
	_background-position: left top;
	padding-left: 18px;
	font-weight: bold;
}



/* ====== main ====== */

/*** frame ***/
div.frame {
	margin-top: 20px;
	margin-bottom: 0px;
}
div.frame:first-of-type {
	margin-top: 0;
}

div.frame p.top,
div.frame p.bottom {
	min-height: 10px;
	height: auto !important;
	height: 10px;
}
div.frame p.top {
	background: url('/images3/panel_bg_top.gif') left top no-repeat;
}
div.frame p.bottom {
	background: url('/images3/panel_bg_btm.gif') left bottom no-repeat;
}
div.frame div.contentsArea {
	background-color: #fff;
	padding: 0 15px;
}


/*** head ***/
div.frame h2 {
	padding: 3px 0 0 15px;
	margin: 0 -15px 15px;
	border-bottom: dotted 1px #968a84;
	min-height: 25px;
	height: auto !important;
	height: 25px;
}
#news div.title h2 {
	margin: 0;
}

#uniqueTitle h2 {
	float: left;
	width: 430px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}

#items h2 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 120%;
	color: #da2b27;
}

#clip div.section h3,
#items h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 8px;
	padding: 5px 7px 6px;
	border-bottom: dotted 1px #a29791;
	letter-spacing: -0.02em;
	overflow: hidden;
	zoom: 1;
}
#carouselInner ul.column li div.contentsArea h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 7px 8px 17px;
}

#uniqueContents div h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	letter-spacing: -0.02em;
	overflow: hidden;
	zoom: 1;
}

#notice div.block h3 {
	font-weight: bold;
	margin: 0 !important;
	 padding: 5px 0 0 7px;
	letter-spacing: -0.02em;
	overflow: hidden;
	zoom: 1;
}

#items h3 {
	border-bottom: none;
	padding-left: 0 !important;
	margin-top: 5px !important;
}
#items div.f-right h3 {
	margin-top: 0 !important;
}

#uniqueContents h3 a,
#clip div.section h3 a,
#carouselInner ul.column li div.contentsArea h3 a,
#items h3 a {
	background: url('/common/images/icon_arrow_right.gif') left 0.25em no-repeat;
	_height: 15px;
	padding-left: 18px;
	display: block;
	min-height: 15px;
	height: auto !important;
	height: 15px;
}


#clip div.section h3.title_merit {
	font-size: 90%;
}

#clip div.section h3.title_tribe {
	font-size: 85%;
}

/*** MainVisual ***/
#mainVisual {
	position: relative;
	width: 720px;
	height: 375px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #fff;
}
*:first-child+html #mainVisual {
	height: 387px;
} 

#mainVisual .hitArea {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	width: 700px;
	height: 300px;
	overflow: hidden;
	background-color: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
#mainVisual .hitArea a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 700px;
	height: 300px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	cursor: default;
}

#mainVisual div.loadSet {
	width: 700px;
	height: 355px;
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	/padding-top: 12px;
}
#mainVisual div.loadSet img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -67px;
	margin-left: -50px;
}

#mainVisual a {
	outline: none;
}
#mainVisual .visuals {
	width: 700px;
	height: 300px;
	margin: 0 auto 5px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
#mainVisual .visuals li {
	width: 700px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
}
#mainVisual .visuals li img {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
#mainVisual .visuals li.pt1,
#mainVisual .visuals li.pt2 {
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 75px;/*adjust size*/
	overflow: hidden;
	zoom: 1;
}
#mainVisual .visuals li div {
	float: left;
	width: auto;
}
#mainVisual .visuals li.pt1 div,
#mainVisual .visuals li.pt2 div {
	margin-left: 10px;
}

#mainVisual .visuals li div a {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
}

#mainVisual .bottomMenu {
	width: 700px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
#mainVisual .bottomMenu img {
	line-height: 0;
	zoom: 1;
}
#mainVisual .bottomMenu .thumbs {
	width: 615px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#mainVisual .bottomMenu .thumbs ul {
	position: absolute;
	bottom: 0;
}
#mainVisual .bottomMenu .thumbs li {
	float: left;
	margin-right: 5px;
	cursor: pointer;
	width: 150px;
}
#mainVisual .bottomMenu .thumbs a {
	/*display: block;*/
	line-height: 0;
	zoom: 1;
}
#mainVisual .bottomMenu .cursor {
	display: none;
	_display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#panelPrev {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}
#panelNext {
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	display: block;
}

/******** mainVisualBnr *******/

#mainVisualBnr{
	width:	720px;
	background-color: #FFFFFF;
}
#mainVisualBnr div.contentsArea{
	padding: 0 10px;
	overflow: hidden;
	zoom: 1;
}
#mainVisualBnr div.Bnrarea1{
	float: left;
}
#mainVisualBnr div.Bnrarea2, #mainVisualBnr div.Bnrarea3{
	width: 230px;
	padding-left: 0px;
	height: 45px;
	float: right;
}
#mainVisualBnr div.Bnrarea3{
	margin-top: 10px;
}

/*** search ***/
#search {
	margin-bottom: 20px;
}
#search:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#search p.f-left {
	width: 354px;
	position: relative;
}
#search p.f-right {
	width: 354px;
	position: relative;
}
#search p.f-left img.mark1,
#search p.f-right img.mark2 {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 10;
}
#search p.f-left a,
#search p.f-right a {
	display: block;
	width: 354px;

	height: 110px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
#search a {
	display: block;
	background-image: url('/images3_light/search.gif');
	background-repeat: no-repeat;
	width: 354px;

	height: 110px;
}
#search p.f-left a {
	background-position: 0 0;
}
#search p.f-left a:hover {
	background-position: 0 -111px;
}
#search p.f-right a {
	background-position: 0 -222px;
}
#search p.f-right a:hover {
	background-position: 0 -333px;
}


/*** unique ***/
#unique {
	margin-bottom: 20px;
	*padding-top: 20px;
	position: relative;
}

#uniqueTitle {
	background: url('/images3/unique_bg_top.gif') left top no-repeat;
	margin-bottom: -1px;
	padding: 10px 10px 0;
	overflow: hidden;
	zoom: 1;
}

#uniqueTitle p {
	float: left;
	width: auto;
	white-space: nowrap;
	border-left: dotted 1px #f1abaa;
	border-right: dotted 1px #f1abaa;
	margin: 0 10px 0 0;
	padding: 3px 5px 0;
	color: #fff;
	font-weight: bold;
	font-size: 120%;

}
	
#uniqueTitle h2 span {
	font-size: 130%;
}

#uniqueContents {
	width: 710px;
	background-color: #e25654;
	padding: 10px 0 0 10px;
	overflow: hidden;
	zoom: 1;
}
#uniqueContents:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
div.historyWrap {
	 width: 2840px; /* 12講座分のmax値(710px*4=2840px) */
}

#uniqueContents div.courseBox {
	float: left;
	width: 211px;
	min-height: 114px;
	height: auto;
	height: 114px;
	margin-right: 11px;
	_margin-right: 8px;
	padding: 15px 7px 7px;
	background: url('/images3/courseBox_bg.png') left top repeat-x;
	background-color: #fff;
	cursor: pointer;
}

#uniqueContents div.column {
	width: 710px;
	float: left;
	overflow: hidden;
	zoom: 1;
}

#uniqueContents div img.loading {
	border: none;
	margin: 0 0 0 60px;
	width: 90px;
	height: auto;
}

#uniqueContents div img {
	float: left;
	width: 70px;
	height:	70px;
	margin-right: 8px;
	border: solid 1px #eee;
}
#uniqueContents div p {
	overflow: hidden;
	zoom: 1;
	line-height: 1.3;
	font-size: 110%;
}

#historyPrev {
	position: absolute;
	top: 50%;
	left: -15px;
	cursor: pointer;
	display: none;
}
#historyNext {
	position: absolute;
	top: 50%;
	right: -12px;
	cursor: pointer;
	display: none;
}
#historyPrev img,
#historyNext img {
	border: none !important;
	margin-right: 0 !important;
}

#unique div.bottom {
	background: url('/images3/unique_bg_bottom.gif') left bottom no-repeat;
	min-height: 10px;
	height: auto !important;
	height: 10px;
}


/*** clip ***/
#clip:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#clip div.clipBox:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#clip div.contentsArea {
	padding: 15px 15px 0;
	_padding: 15px 13px 0; 
	overflow: hidden;
	zoom: 1;
}
#clip div.block {
	margin-bottom: 12px;
}
#clip div.block-last-child {
	margin-bottom: 0px !important;
}
#clip div.section {
	width: 212px;
	min-height: 183px;
	padding: 5px 0;
	background-color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#clip p.bottom {
	min-height: 15px;
	height: auto !important;
	height: 15px;
}
#clip div.section img {
	display: block;
	margin: 0 auto;
}
#clip div.section p {
	padding: 9px 7px 5px;
}
div.contentsArea div.f-left {
	margin-right: 25px;
}

div.pink {
	width: 720px;
}
div.pink div.contentsArea {
	background-color: #f9dfdf;
	border-left: solid 1px #ecd4d4;
	border-right: solid 1px #ecd4d4;
}
div.pink p.bottom {
	background: url('/images3/clip_pink_bg_btm.gif') left bottom no-repeat;
}
div.pink div.section {
	border-bottom: solid 1px #f6cfcf;
}

div.orange {
	width: 720px;
}
div.orange div.contentsArea {
	background-color: #feeddb;
	border-left: solid 1px #f1e1d0;
	border-right: solid 1px #f1e1d0;
}
div.orange p.bottom {
	background: url('/images3/clip_orange_bg_btm.gif') left bottom no-repeat;
}
div.orange div.section {
	border-bottom: solid 1px #fde4c9;
}

div.blue {
	width: 720px;
}
div.blue div.contentsArea {
	background-color: #d2f6f7;
	border-left: solid 1px #c7e9ea;
	border-right: solid 1px #c7e9ea;
}
div.blue p.bottom {
	background: url('/images3/clip_blue_bg_btm.gif') left bottom no-repeat;
}
div.blue div.section {
	border-bottom: solid 1px #bcf1f3;
}

div.yellow {
	float: left;
	width: 230px;
	padding-right:	10px;
}
div.yellow div.contentsArea {
	padding: 15px 8px 0px !important;
	_padding: 15px 6px 0px !important; 
	background-color: #fcf4cc;
	border-left: solid 1px #efe8c2;
	border-right: solid 1px #efe8c2;
}
div.yellow p.bottom {
	background: url('/images3/clip_yellow_bg_btm_02.gif') left bottom no-repeat;
}
div.yellow div.section {
	border-bottom: solid 1px #faeeb3;
}

div.brown {
	float: left;
	width: 230px;
}
div.brown div.contentsArea {
	padding: 15px 8px 0px !important;
	_padding: 15px 6px 0px !important; 
	background-color: #e8d1ba;
	border-left: solid 1px #E4C9AD;
	border-right: solid 1px #E4C9AD;
}
div.brown p.bottom {
	background: url('/images3/clip_brown_bg_btm.gif') left bottom no-repeat;
}
div.brown div.section {
	border-bottom: solid 1px #faeeb3;
}

div.green {
	float: right;
	width: 240px;
}
div.green div.contentsArea {
	background-color: #ccffcc;
	border-left: solid 1px #ccff99;
	border-right: solid 1px #ccff99;
	padding-top: 0 !important;
}
div.green p.bottom {
	background: url('/images3/clip_green_bg_btm.gif') left bottom no-repeat;
}
div.green div.section {
	border-bottom: solid 1px #e0f3bc;
	width: 187px !important;
	min-height: 65px !important;
	height: auto !important;
	height: 65px;
	margin-top: 12.5px;
	padding: 10px !important;
}
div.green div.section img {
	border-bottom: solid 1px #e6e5e5;
	margin-right: 7px !important;
}
div.green div.section p {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	zoom: 1;
}
div.green div.section h3 {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
	border-bottom: none !important;	
}

a.sprite {
	display: block;
	background-repeat: no-repeat;
	width: 202px;
	height: 95px;
	margin: 0 auto;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
div.pink a.sprite,
#items a.sprite {
	background-image: url('/images3_light/clip_search.gif');
}
a.shindan {
	background-position: 0 0;
}
a.one-click {
	background-position: 0 -96px;
}
a.search {
	background-position: 0 -192px;
}
a.rank {
	background-position: 0 -288px;
}
a.zukan {
	background-position: 0 -384px;
}
a.courseAll {
	background-position: 0 -480px;
}
a.tribe {
	background-position: 0 -576px;
}

div.orange a.sprite {
	background-image: url('/images3_light/clip_toknow.gif');
	background-repeat: no-repeat;
}
a.smart {
	background-position: 0 0;
}

a.season {
	background-position: 0 -96px;
}
a.column {
	background-position: 0 -192px;
}

div.blue a.sprite {
	background-image: url('/images3_light/clip_shiru_b.jpg');
}
a.sukiwo {
	background-position: 0 0;
}
a.merit {
	background-position: 0 -96px;
}
a.manatopi {
	background-position: 0 -192px;
}
a.otona {
	background-position: 0 -288px;
}
a.developer {
	background-position: 0 -384px;
}
a.training {
	background-position: 0 -480px;
}

div.yellow a.sprite {
	background-image: url('/images3_light/clip_yellow.gif');
}

div.brown a.sprite {
	width: 202px;
	height: 95px;
	background-image: url('/images3_light/lab.png');
	background-repeat:no-repeat;
}

a.manabi {
	background-position: 0 0;
}
a.kuchikomi {
	background-position: 0 -96px;
}

div.green a.sprite {
	width: 70px;
	height: 65px;
	margin: 0 7px 0 0;
	background-image: url('/images3_light/clip_green.gif');
	float: left;
}
a.jitsuyo {
	background-position: 0 0;
}
a.syumi {
	background-position: 0 -66px;
}

#clip ul.nav {
	text-align: right;
	margin-bottom: 0;
	padding-top: 10px;
	border-top: dotted 1px #F33;
}
#clip ul.nav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-weight: bold;
	margin-left: 10px;
}
#clip ul.nav li.guide {
	background: none;
	color: #F33;
}
#clip li.guide img {
	vertical-align: -0.4em;
	margin-left: 10px;
}


/*** voice ***/
#voice {
	margin-bottom: 20px;
}
#voice p.top {
    background: url('/images3/voice_bg_top.png') left top no-repeat;
	padding: 25px 40px 0 0;
	min-height: 25px;
	height: auto !important;
	height: 25px !important;
	text-align: right;
	overflow: hidden;
	zoom: 1;
}
#voice p.top a {
   background: url('/images3/voice_arrow_right.png') left 0.15em no-repeat;
   display: block;
   float: right;
   padding-left: 18px;
   color: #fff;
   font-weight: bold;
}

#voice p.bottom {
    background: url('/images3/voice_bg_btm.png') left bottom no-repeat;
	min-height: 18px;
	height: auto !important;
	height: 18px !important;
}

#carouselWrap{
    width: 670px;
	padding: 0 25px;
    background: url('/images3/voice_bg_mid.png') left top no-repeat;
    position: relative;
}
#carouse{
    width: 660px;
    height: 100%;
	margin: 0 auto;
    overflow: hidden;
	zoom: 1;
}
#carouselInner ul.column{
    float: left;
    width: 660px;
	overflow: hidden;
	zoom: 1;
}
#carouselInner ul.column li{
    float: left;
    margin: 2.5px;
    display: inline;
}
#carouselInner ul.column li p.top {
    background: url('/images3/voice_li_bg_top.gif') left top no-repeat;
	width: 158px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	padding: 0;
}
#carouselInner ul.column li div.contentsArea {
    background: url('/images3/voice_li_bg_contents.gif') right top repeat-y;
	width: 158px;
	/margin-top: -7px;
}
#carouselInner ul.column li div.contentsArea p {
	margin: 0 7px 0 17px;
	padding-bottom: 7px;
	font-size: 85%;
}
#carouselInner ul.column li div.contentsArea  img {
	display: block;
	margin: 0 auto 7px;
}
#carouselInner ul.column li p.bottom {
    background: url('/images3/voice_li_bg_btm.gif') right top no-repeat;
	width: 158px;
	min-height: 5px;
	height: auto !important;
	height: 5px;
}

#voicePrev{
    position: absolute;
    top: 50%;
    left: 0;
	margin-top: -30.5px;
    cursor: pointer;
}
#voiceNext{
    position: absolute;
    top: 50%;
    right: 0;
	margin-top: -30.5px;
    cursor: pointer;
}


/*** notice ***/
#notice div.contentsArea {
	padding-bottom: 15px;
}
#notice div.block {
	margin-top: 15px;
}
#notice a.sprite {
	width: 148px;
	height: 60px;
	background-image: url('/images3_light/notice.gif');
	float: left;
}
#notice a.manabi_plus {
	background-position: 0 0;
}
#notice a.sokuhou {
	background-position: 0 -61px;
}
#notice a.dev_enq {
	background-position: 0 -122px;
}
#notice a.shigoto {
	background-position: 0 -183px;
}


#notice div.block h3 a {
	background: url('/common/images/icon_arrow_right.gif') left 0.25em no-repeat;
	_background-position: left top;
	padding-left: 18px;
	display: block;
	min-height: 15px;
	height: auto !important;
	height: 15px;
}
#notice div.block p {
	overflow: hidden;
	zoom: 1;
	padding: 5px 0 0 7px;
}


/*** news ***/
#news div.title {
	overflow: hidden;
	zoom: 1;
	position: relative;
	margin: 0 -15px 15px;
}
#news div.newsBtn {
	position: absolute;
	top: 5px;
	right: 15px;
	text-align: right;
}
#news div.newsBtn p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 0 6px;
}
#news div.newsBtn p img {
	vertical-align: -0.2em;
}

#newsList {
	min-height: 150px;
	height: auto !important;
	height: 150px;
}
#newsList img.loading {
	display: block;
	margin: 0 auto;
}

.delimitation {
	border-bottom: solid #f1edec 1px;
}
ul.course-search-list {
	width: 590px;
	padding-left: 20px;	
}
ul.course-search-list li {	
	width: 186px;
	float: left;	
}	
.info-column-1by5 {
	width: 73px;	
	clear: left;
	text-align: center;
}
.info-column-4by5 {
	width: 607px;
	_width: 604px;
	margin-left: 83px;
	overflow: hidden;
	zoom: 1;
}
.floterA1 {
	float: left;
}
.floterA1 img {
	display: block;
	margin: 0 auto;
}
.pseudo-child-A1 {
	margin-bottom: 15px;
}
.emphasis1 {
    color: #FF0000;
    font-weight: bold;
}

#newsList h3,
#others h3 {
	margin-bottom: 10px;
}


/*** info ***/
#info ul {
	overflow: hidden;
	zoom: 1;
}
#info ul li {
	float: left;
	width: 165px;
	margin-left: 10px;
}
#info ul li img {
	display: block;
	margin-bottom: 10px;
}



/* ====== items ====== */
#items {
	border-top: dotted 1px #968a84;
}
#item {
	width: 970px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: left;
	overflow: hidden;
	zoom: 1;
}
#items div ul {
	overflow: hidden;
	zoom: 1;
}
#items div.f-left {
	width: 422px;
}
#items div.f-left ul li {
	width: 202px;
}
#items div.f-right {
	width: 530px;
}

#unique2Contents ul li {
	width: 255px;
}

#unique2Contents p.top {
	background: url('/images3/items_bg_top.gif') left top no-repeat;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	_padding-top: 5px;
}
#unique2Contents p.bottom {
	background: url('/images3/items_bg_bottom.gif') left top no-repeat;
	min-height: 15px;
	height: auto !important;
	height: 15px;
}

#unique2Contents div.contentsArea {
	background-color: #e25452;
	padding: 0 15px;
	overflow: hidden;
	zoom: 1;
	/margin-top: -7px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}
#unique2Contents div.contentsArea img {
        float: left;
        height: 66px;
        margin-right: 10px;
        width: 66px;
        border: 2px solid #FFF;
        background-color: #FFFFFF;
}
#unique2Contents div.contentsArea p {
	overflow: hidden;
	zoom: 1;
	font-size: 105%;
	color: #fff;
}


/* ====== common ====== */
.topLink {
	position: absolute;
	bottom: 0;
	_bottom: -2px;
	right: 0;
	overflow: hidden;
	zoom: 1;
}
.topLink img {
	margin-right: 94px;
}
.topLink a {
	display: block;
	width: 84px;
	height: 23px;
	background: url('/images3_light/pageTop.gif') left top no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
.topLink a:hover {
	background-position: 0 -24px;
}


#cssSwitch {
    font-size: 90%;
    padding-bottom: 20px;
	padding-top:	30px;
    text-align: center;
}
#cssSwitch * {
    display: inline;
    text-align: center;
}
#cssSwitch li.bold {
    font-weight: bold;
}
#cssSwitch li.bar {
    font-weight: normal;
    margin: 0 5px;
}

/******** enquete btn 2012/01/23 add Shoji *******/
div.enquete_section {
	position:fixed;
	bottom: 0;
	right: 0;
	width:313px;
	height:45px;
	display: none;
}

div.enquete_section div.enquete_btn {
	float:left;
	width:285px;
	height:45px;
}
div.enquete_section div.enquete_btn_close {
	float:right;
	width:28px;
	height:28px;
	position:absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

div.enquete_btn_close a { text-decoration : none ; }


/*エリア追加テスト*/
#addareaTest{
	
}

div.green_test {
	width: 720px;
}
div.green_test div.contentsArea {
	background-color: #eaf7d2;
	border-left: solid 1px #deeac7;
	border-right: solid 1px #deeac7;
}
div.green_test div.contentsArea div.f-left {
	margin-right: 25px;
}
div.green_test p.bottom {
	background: url('/images3_light/clip_green_bg_btm_02.gif') left bottom no-repeat;
}
div.green_test div.section {
	border-bottom: solid 1px #e0f3bc;
}
div.green_test a.sprite {
	width: 202px;
	height: 95px;
	background-repeat:no-repeat;
}

.green_test a.shop {
	background-image: url('/images3_light/bnr_ucanshop.jpg');
}

.green_test a.houjin {
	background-image: url('/images3_light/bnr_business.jpg');
}

.green_test a.oversea {
	background-image: url('/images3_light/bnr_overseas.jpg');
}
/*エリア追加テスト*/

/*ナビゲーション追加テスト*/

#navigation {
    background-color: #d4c4b2;
    border-bottom: 1px solid #e8d1ba;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 6px 0 5px;
}

#navigation ul {
    margin: 0 auto;
    text-align: left;
    width: 970px;
}

#navigation ul li {
    background: rgba(0, 0, 0, 0);
    display: inline;
    /*padding-left: 10px;*/
    padding-left: 7px;
	color:	#ffffff;
}

#navigation ul li.active{
	color:	#725B40;
}


#navigation ul li a{
	color:	#ffffff;
	text-decoration:	none;
}

#navigation ul li a:link{
	color:	#ffffff;
	text-decoration:	none;
}


#navigation ul li a:active,
#navigation ul li a:hover{
	color:	#635039;
	text-decoration:	none;
}

#navigation ul li.intro {
}

/*ナビゲーション追加テスト*/

/*はじめましてユーキャンバナーテスト*/

#search p.meritArea {
	width: 720px;
	margin-top: 20px;
}
#search p.meritArea a {
	width: 720px;
	height: 100px;
	background-image: url('/images3/merit01.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#search p.meritArea a:hover {
	background-position: 0 -101px;
}
/*はじめましてユーキャンバナーテスト*/

/*CMキャラクタテスト*/
#character {
	overflow: hidden;
	background-color: #e7e7e7;
	margin-bottom: 20px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	padding-bottom: 10px;
}
#character h2 {
	float: left;
  min-height: 30px;
  height: auto !important;
  margin: 0;
  color: #4C390C;
  font-weight: bold;
  font-size: 130%;
  padding: 10px 0 0 10px;
  overflow: hidden;
  zoom: 1;
}
#character h2 span {
	display: inline-block;
	width: 200px;
	border-top: 1px solid #4C390C;
	margin-bottom: 6px;
}
#character .contentsArea {
	width: 710px;
  padding: 10px 0 0 10px;
  overflow: hidden;
  zoom: 1;
}
#character .section {
	float: left;
  width: 227px;
  margin-right: 9px;
  min-height: 112px;
}
#character .section img {
	width: 83px;
	height: auto;
}
#character .section .f-left {
	float: left;
	margin-right: 8px;
}
#character .section p.name {
	width: 83px;
	padding: 2px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 85%;
}
#character .sakizaki p.name {
	background-color: #ff5050;
}
#character .makenki p.name {
	background-color: #00bef3;
}
#character .ashita p.name {
	background-color: #00B050;
}
#character .section h3 {
	font-size: 130%;
}
#character .section h3 a {
	font-weight: bold;
}
#character p.lead {
	min-height: 86px;
}
#character .section a.small {
	color: #00bef3;
	font-size: 100%;
	display: block;
	text-align: right;
}
#character .sakizaki img {
	border: 2px solid #ff5050;
}
#character .makenki img {
	border: 2px solid #00bef3;
}
#character .ashita img {
	border: 2px solid #00B050;
}
/*/CMキャラクタテスト*/