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

/*-------------------------------
         セレクタdefault
--------------------------------*/
* { margin: 0; 	padding: 0; font-size: 100%; font-style: normal;}
img, input { 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: underline;}
a:hover, a:focus, a:active {color: #0099CC;	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; }
.mgT5 img{ margin-top:5px;}
.mgT10 img{ margin-top:10px;}

/*-------------------------------
       ページ全体レイアウト
--------------------------------*/
body {	
	line-height: 1.1;
	letter-spacing: 0.05em;
	text-align: center;
}
div#wrapper {
	margin: 0 auto;
	padding: 3px 0 0;
	text-align: left;
	width: 940px;
	position: relative;
	font-size: 80%;	
}
div#l_column {
	margin: 0;
	padding: 0 0 20px;
	clear: left;
	float: left;
	width: 190px;
}
div#content {
	clear: both;
	margin: 0;
	padding: 0 0 20px;
	float: right;
	width: 740px;
	overflow: hidden;
	line-height: 1.3;
}
div#footer {
	clear: both;
}
