@charset "euc-jp";
/*--information---------------------------------------------------------
サイトの名前:ラクチーナ
-------------------------------------------------------------------------*/

/*-------------------------------
         セレクタdefault
--------------------------------*/
* { margin: 0; 	padding: 0; font-size: 100%; font-style: normal;}
img{ border: none; vertical-align:bottom; }
a { text-decoration: none; outline: none; }
ul, ul li,
ol, ol li { list-style: none; }
address, em { font-style: normal;}
table { border-collapse: collapse; border-spacing: 0;}
br { letter-spacing: 0;}


/*------------------------------
          ページ全体
--------------------------------*/
a:link, a:visited {color: #333333;	text-decoration: none;}
a:hover, a:focus, a:active {color: #990000;	text-decoration: none;}
strong {font-weight: bold;}

/*------------------------------
　　　共通classスタイル
--------------------------------*/
.clear {clear: both;}
.t_center {	text-align: center;}
.t_left {	text-align: left;}
.t_right {text-align: right;}
.red {color: #FF0000;}
.banner { margin: 0 0 5px;}
.mobile { padding-top:5px; }
.bold { font-weight:bold; }
.txt80 { font-size:80%; }
.margin15{margin-top:15px;}
.margin10{margin-top:10px;}

/*-------------------------------
       ページ全体レイアウト
--------------------------------*/
body {	
	line-height: 1.1;
	letter-spacing: 0.05em;
	text-align: center;
}
div#wrapper {
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	text-align: left;
	width: 1080px;
	position: relative;
	font-size: 80%;	
}
div#l_column {
	/*clear:left;*/
	float: left;
	width: 140px;
	margin-right:10px;
}

* html div#l_column {
	margin-right:5px;
}


div#lNavi {
	/*clear:left;*/
	float: left;
	width: 122px;
	margin-right:10px;
}

* html div#lNavi {
	margin-right:-20px;
}



div#content {
	/*clear:both;*/
	float: left;
	width: 750px;
	overflow: hidden;
	line-height: 1.3;
}

