@charset "utf-8";

/*透過用*/
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

/*全タグに反映されます*/
* {
	padding:0px;
	margin:0px;
}
img {
	border:0;
}
p {
	padding: 10px;
}
strong {
	font-weight: normal;
}

/*共通クラス*/
.clear{
	clear:both;
	line-height: 1px;
}
.floatLeft {
	float: left;
}
.bold {
	font-weight: bold;
}
.boldB {
	font-weight: bold;
	color:#10709f;
	background-color: #E1F7FF;
	padding: 5px;
	margin-bottom: 5px;
}
.sp8 {
	margin-top: 8px;
}
.sp12 {
	margin-top: 12px;
}

/*共通ボーダー*/
.border{
	clear:both;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.borderGray {
	clear: both;
	height: 2px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
}

/*共通コンテンツ*/
.InnerContent {
	padding: 10px;
}

/*共通フォント*/
.BottomFont {
	font-size: 85%;
	text-align: right;
	margin-top: 5px;
}
.SmallFont {
	font-size: 85%;
}

/*------------------------------------------------<はじまり>---------*/

body {
	background-image: url(../images/lasic_02.gif);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 160%;
	letter-spacing: 0.07em;
	color: #696969;
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #1486be;
}

#warp {
	background-image: url(../images/lasic_04.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 1080px;
	margin: 0 auto;
}

/*------------------------------------------------<ヘッダー>---------*/

#header {
	margin: 0 auto;
	width: 1080px;
	height: 163px;
}
#header h1 {
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	color: #FFFFFF;
	padding-top: 4px;
	height:23px;
}
#header a.logo {
	display: block;
	position: relative;
	text-decoration: none;
	width: 399px;
	height: 89px;
	float: left;
}
#header a.logo span {
	background-image: url(../images/lasic_logo.gif);
	width: 399px;
	height: 89px;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


/*------------------------------------------------<グローバルメニュー>---------*/

#GlobalMenu {
	height: 47px;
}

#GlobalMenu li {
	list-style-type: none;
	float: left;
}
#GlobalMenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#GlobalMenu .GM01 a {
	background-image: url(../images/lasic_05.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 33px;
	width: 249px;
	text-align: center;
	padding-top: 14px;
}
#GlobalMenu .GM02 a {
	background-image: url(../images/lasic_06.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 33px;
	width: 212px;
	padding-top: 14px;
	text-align: center;
}
#GlobalMenu .GM03 a {
	background-image: url(../images/lasic_07.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 33px;
	width: 173px;
	padding-top: 14px;
	text-align: center;
}
#GlobalMenu .GM04 a {
	background-image: url(../images/lasic_08.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 33px;
	width: 147px;
	padding-top: 14px;
	text-align: center;
}
#GlobalMenu a:hover {
	background-position: bottom;	
}
#GlobalMenu a.hit {
	background-position: bottom;	
}


/*------------------------------------------------<メイン白はじまり>---------*/

#main {
	width: 957px;
	margin-right: 123px;
	margin-top: 10px;
}



/*------------------------------------------------<左コンテンツはじまり>---------*/
#LeftContent {
	width: 625px;
	float: left;
	min-height:500px;
	height: auto !important;
	height:500px;
	padding-top: 10px;
	padding-right: 10px;
}

h2.LeftTitle {
	background-image: url(../images/lasic_ranking_12.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 585px;
	color: #3A89B0;
	padding-top: 10px;
	font-size: 95%;
	padding-left: 40px;
}

/*左ボックス　バックグラウンド*/
.LeftBoxBG {
	background-image: url(../images/bg_34.gif);
	background-repeat: repeat-y;
}
.LeftBoxBGtop {
	background-image: url(../images/bg_34.gif);
	background-repeat: repeat-y;
	height:405px;
}

/*------------------------------------------------<右コンテンツはじまり>---------*/
#RightContent {
	width: 313px;
	float: right;
}

/*バナー*/
a.banner {
	height: 352px;
	width: 313px;
	display: block;
	position: relative;
	text-decoration: none;
}
a.banner span {
	background-image: url(../images/banner_05.gif);
	background-repeat: no-repeat;
	background-position: top;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 352px;
	width: 313px;
}
a.banner:hover span {
	background-position: bottom;
}
/*バナー（大きい）*/
a.banner2 {
	height: 165px;
	width: 958px;
	display: block;
	position: relative;
	text-decoration: none;
}
a.banner2 span {
	background-image: url(../images/lasic_banner.gif);
	background-repeat: no-repeat;
	background-position: top;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 165px;
	width: 958px;
}
a.banner2:hover span {
	background-position: bottom;
}

/* ランキングメニュー */
.rankingMenu li {
	list-style-type: none;
}
a.rank01 {
	height: 83px;
	width: 313px;
	display: block;
	position: relative;
	text-decoration: none;
}
a.rank01 span {
	background-image: url(../images/lasic_ranking_17.gif);
	background-repeat: no-repeat;
	background-position: top;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 83px;
	width: 313px;

}
a.rank01:hover span {
	background-position: bottom;
}
a.rank02 {
	height: 82px;
	width: 313px;
	display: block;
	position: relative;
	text-decoration: none;
}
a.rank02 span {
	background-image: url(../images/lasic_ranking_18.gif);
	background-repeat: no-repeat;
	background-position: top;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 82px;
	width: 313px;
}
a.rank02:hover span {
	background-position: bottom;
}
a.rank03 {
	height: 82px;
	width: 313px;
	display: block;
	position: relative;
	text-decoration: none;
}
a.rank03 span {
	background-image: url(../images/lasic_ranking_20.gif);
	background-repeat: no-repeat;
	background-position: top;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 82px;
	width: 313px;
}
a.rank03:hover span {
	background-position: bottom;
}
a.rank04 {
	height: 82px;
	width: 313px;
	display: block;
	position: relative;
	text-decoration: none;
}
a.rank04 span {
	background-image: url(../images/lasic_ranking_21.gif);
	background-repeat: no-repeat;
	background-position: top;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 82px;
	width: 313px;
}
a.rank04:hover span {
	background-position: bottom;
}

a.rank05 {
	height: 84px;
	width: 313px;
	display: block;
	position: relative;
	text-decoration: none;
}
a.rank05 span {
	background-image: url(../images/lasic_ranking_33.gif);
	background-repeat: no-repeat;
	background-position: top;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 84px;
	width: 313px;
}
a.rank05:hover span {
	background-position: bottom;
}
.rankingMenu span.hit {
	background-position: bottom;
}


/*詳細 ボタン*/
a.shosai {
	height: 27px;
	width: 41px;
	display: block;
	position: relative;
	text-decoration: none;
}
a.shosai span {
	background-image: url(../images/lasic_ranking_shosai.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 27px;
	width: 41px;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
a.shosai:hover span {
	background-position: bottom;
}

/* レーシック情報メニュー */
.infoMenu {
	padding-bottom: 15px;
}
.infoMenu ul {
	background-image: url(../images/lasic_ranking_45.gif);
	background-repeat: repeat-y;
}
.infoMenu li {
	list-style-type: none;
	background-image: url(../images/lasic_ranking_41.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: left 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDCDC;
	font-size: 90%;
}
.infoMenu li a {
	color: #696969;
	text-decoration: none;
}
.infoMenu li a:hover {
	color: #696969;
	text-decoration: underline;
}

.infoMenu li.hit {
	list-style-type: none;
	background-image: url(../images/lasic_ranking_41hit.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: left 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDCDC;
	font-size: 90%;
	font-weight: bold;
}

.infoMenu li.sub {
	background-image: none;
}

/*------------------------------------------------<ページトップへ>---------*/

#pagetop {
	text-align: right;
	color: #1486be;
	padding: 10px;
}
#pagetop a {
	color: #1486be;
	padding: 5px;
}
#pagetop a:hover {
	color: #FFFFFF;
	background-color: #1486be;
}

/*------------------------------------------------<下コンテンツ>---------*/

#BottomContent {
	clear: both;
	padding-top: 15px;
}
.BottomFont td {
	padding-right: 10px;
}

/*------------------------------------------------<フッター>---------*/

#footer {
	text-align: center;
	height: 30px;
	width: 920px;
	clear: both;
	padding-top: 14px;
	margin-right: 15px;
	margin-left: 15px;
}
address {
	font-size: 85%;
	font-style: normal;
	padding: 15px;
	text-align: center;
}

/*------------------------------------------------<２階層はじまり>---------*/

/*ぱんくずナビ*/
#pankuzu {
	font-size: 80%;
	padding-bottom: 10px;
}
#pankuzu a {
	color: #CC3300;
}

/*------------------------------------------------<エリア検索結果>---------*/

/* 区テーブル */
.arrowBlue {
	background-image: url(../images/lasic_arrow_small.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	width: 128px;
}
.arrowBlue a {
	color: #1486be;
	text-decoration: none;
}
.arrowBlue a:hover {
	color: #1486be;
	text-decoration: underline;
}

/* 東京23区ボタン */
.blueBox {
	background-color: #1486be;
	padding: 7px;
	font-weight: bold;
	color: #FFFFFF;
	height: 15px;
	margin: 10px;
}
.blueBox a {
	color: #FFFFFF;
	text-decoration: none;
}
.blueBox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* エリア検索結果コンテンツ用 */
#LeftContent .subTitle {
	margin-top: 10px;
	color: #1486BE;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #1486BE;
	border-bottom-color: #1486BE;
	padding: 10px;
	margin-right: 2px;
}
h3.subTitle {
	margin-top: 10px;
	color: #1486BE;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #1486BE;
	border-bottom-color: #1486BE;
	padding: 10px;
	margin-right: 2px;
}
h3.subTitle a {
	text-decoration: none;
}
h3.subTitle a:hover {
	text-decoration: underline;
}

#LeftContent .subTitle2 {
	color: #1486BE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1486BE;
	padding: 10px;
	margin-right: 4px;
}
h3.subTitle2 {
	color: #1486BE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1486BE;
	padding: 10px;
	margin-right: 4px;
}
h3.subTitle2 a {
	text-decoration: none;
}
h3.subTitle2 a:hover {
	text-decoration: underline;
}

/* クライアントサイトへのボタン（エリア別検索結果） */
.BB {
	background-image: url(../images/lasic_B.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 503px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
	padding-top: 15px;
	text-decoration: none;
}
.BB:hover {
	background-position:bottom;
	text-decoration:underline;
	cursor: pointer;
}

.BB img {
	padding-left: 100px;
}
.BB .txtB {
	float: left;
	padding-top: 5px;
}
.BB a {
	color: #FFFFFF;
}

/*------------------------------------------------<ランキング>---------*/
.rankingMenu {
	margin-bottom: 15px;
	margin-top: 10px;
}

/* 投票ボタン */
a.voteB {
  display: block;
  position: relative;
  text-decoration: none;
	height: 27px;
	width: 62px;
}
a.voteB span {
  background: url(../images/lasic_ranking_19.gif) top no-repeat;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 27px;
  width: 62px;
}
a.voteB:hover span {
  background-position: bottom;
}
/* ポイント */
.point {
	background-color: #e4faff;
	font-size: 85%;
	padding: 5px;
	text-align: right;
}
/* ラジオボタン */
.radio {
	text-align: right;
	font-size: 85%;
}
.hitRank {
	background-color: #FFCCCC;
	font-size: 85%;
	padding: 5px;
	text-align: right;
}
.hitRank span {
	font-size: 10px;
	color: #FF0000;
	line-height: 10px;
}


/*------------------------------------------------<top日本地図>---------*/
.map {
	float: left;
	margin-top: 10px;
	margin-left: 3px;
}
.mainTown {
	float: left;
	padding-top: 100px;
}
.mainTown ul {
	background-image: url(../images/maintown-03.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
}
.mainTown li {
	background-image: url(../images/maintown-02.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	list-style-type: none;
}

/*yes・no診断*/
.yesno {
	padding-left: 1px;
	height: 406px;
}

/*おすすめコンテンツ*/
.read {
	font-size: 85%;
	text-align: right;
	padding-right: 15px;
}

/*------------------------------------------------<レーシック情報>---------*/

.subLib {
	line-height: 30px;
}
.blue {
	background-color: #DBF8FD;
	padding: 5px;
	border: 2px solid #2BCCFF;
}
.blueBox2 {
	border: 2px dotted #3ED8FF;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgSpacer {
	padding-right: 10px;
}
.imgSpacer2 {
	padding-left: 40px;
	padding-top: 10px;
}
.subList {
	padding: 15px;
}
.subList li {
	background-image: url(../images/arrow-blue.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 17px;
	background-position: left 5px;
	padding-bottom: 15px;
}
.subList a:hover {
	color: #FFFFFF;
	background-color: #10709F;
	padding: 5px;
}

/*-------------------------------------------------<Ｑ＆Ａ横断検索ページ>----------*/
#LeftContent2 {
	width: 625px;
	float: left;
	min-height:500px;
	height: auto !important;
	height:500px;
	padding-right: 10px;
}
#LeftContent2 .search {
	background-image: url(../images/lasic_qa_bg.gif);
	background-repeat: repeat-y;
}


#RightContent2 {
	width: 313px;
	float: right;
	padding-top:14px;
}
#RightContent2 .search {
	background-image: url(../images/lasic_qa_rmenu_bg.gif);
	background-repeat: repeat-y;
}


/*検索窓*/
.search2{
	background-image: url(../images/lasic_qa_rmenu_bg.gif);
	background-repeat: repeat-y;
	margin-top: 3px;
	margin-bottom: auto;
}
.searchEnter {
	background-image: url(../images/lasic_top_new1_16.gif);
	background-repeat: no-repeat;
	width: 313px;
}
.searchEnter2 {
	background-image: url(../images/lasic_qaB_02.gif);
	background-repeat: no-repeat;
	width: 624px;
}
.td01 {
	padding-top: 10px;
	padding-left: 33px;
	width: 185px;
	padding-bottom: 10px;
}
.txt01 {
	height: 21px;
	width: 175px;
	padding: 4px;
	font-size: 16px;
	color: #696969;
}
.td02 {
	width: 82px;
	padding-left: 9px;
}


/*おすすめ検索ワード*/
.osusume {
	padding-right: 18px;
	padding-left: 16px;
	font-weight: bold;
	color: #007906;
}
.osusume table {
	background-image: url(../images/lasic_osusume_bg.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #00b208;
	border-bottom-color: #00b208;
	border-left-color: #00b208;
}
.osusume td {
	padding-top: 10px;
	padding-left: 10px;
}
.osusume a {
	color: #007906;
}
#all {
	background-image: url(../images/lasic_top_new2-2_29.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 115px;
	float: right;
}
#all a {
	color: #FFFFFF;
	padding-right: 37px;
	line-height: 22px;
}
.linkUp {
	background-image: url(../images/lasic_top_new2-2_03-06.gif);
	background-repeat: no-repeat;
	padding-left: 130px;
	padding-top: 2px;
	min-height:22px;
	height: auto !important;
	height: 22px;
}
.resultWrap {
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.result {
	background-image: url(../images/lasic_top_new2-2_17.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	height: 29px;
	padding-left: 155px;
	color: #cc0000;
	padding-top: 2px;
}
.resultInner p {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
}
.resultInner {
	margin-bottom: 20px;
}
a.resultTitle {
	color: #1486be;
	font-size: 125%;
	font-weight: bold;
	line-height: 24px;
}
.date {
	color: #B3B3B3;
	font-size: 85%;
	margin-left: 10px;
}
.siteLink {
	color: #2ba700;
}

.resultTitle .highlight {
	padding: 2px;
	background-color: #bcf0ff;
	text-decoration: underline;
}
 
.highlight {
	padding: 2px;
	background-color: #bcf0ff;
}
/*ページ番号*/
.number a {
	margin-left: 10px;
	border: 1px solid #E0DFE3;
	padding: 5px;
	text-align: center;
}
.number a:hover {
	margin-left: 5px;
	border: 1px solid #E0DFE3;
	padding: 5px;
	color:#FFFFFF;
	background-color:#1486be;
}
.numberHit {
	padding: 5px;
	margin-left: 5px;
	font-weight: bold;
	border: 1px solid #E0DFE3;
	background-color: #E0DFE3;
}
.next a {
	margin-right: 10px;
	margin-left: 15px;
	font-weight: bold;
	background-image: url(../images/lasic_top_new2-2_39.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	height: 18px;
	line-height: 18px;
}

.pre a {
	margin-right: 10px;
	margin-left: 15px;
	font-weight: bold;
	background-image: url(../images/lasic_top_new2-pre.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 18px;
	line-height: 18px;
	padding-left: 20px;
}

/*タグクラウド*/
.tagcloud {
	padding-right: 19px;
	padding-left: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 0px;
}

ul.tag {
	background-image: url(../images/lasic_tagcloud_bg.gif);
	padding: 10px;
	line-height: 1.1;
	font-size: 13px;
}

ul.tag li {
	display: inline;
	font-size: 100%; /* ここで相対的に文字サイズを変更 */
}

ul.tag li a {
	padding: 0 5px;
	position: relative;
	text-decoration: none;
	background-repeat:repeat;
}

ul.tag li.level1 a {
	z-index: 6;
	font-size: 300%;
	color: #FFFFFF;
}

ul.tag li.level2 a {
	top: 5px;
	z-index: 5;
	font-size: 250%;
	color: #FFFFFF;
}

ul.tag li.level3 a {
	font-size: 200%;
	color: #FFFFFF;
	z-index: 4;
}

ul.tag li.level4 a {
	top: 5px;
	z-index: 3;
	font-size: 150%;
	color: #FFFFFF;
}

ul.tag li.level5 a {
	font-size: 100%;
	color: #FFFFFF;
	z-index: 2;
}


/* オンマウス */
ul.tag li a:hover {
	z-index: 10;
	color: #FFFFFF;
	padding: 5px;
	background-color: #1a4a62;
	border: 2px solid #FFFFFF;
}


/*---------------------------------------------<PR>---------*/
#pr {
	border: 1px solid #bfbfbf;
	margin: 10px;
}
#pr p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#pr p.title a {
	color:#999999;
	font-weight: bold;
	font-size: 100%;
	text-decoration: underline;
}
#pr p.inner {
	padding-bottom: 10px;
	font-size: 85%;
	line-height: 150%;
}

