/*
========================================
COMMON CSS for Latta Web Site
========================================*/

@import url(navi.css);

body{
	background-color:#FFF;
	margin:0;
	padding:0;
	text-align:center;
	color:#666;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック','MS PGothic',arial,sans-serif;
}

form, p{ margin:0;}
table{ border:none;}


/*■ 全体レイアウト
---------------------------------------------------------- */
#wrapper{
	width:760px;
	margin:0 auto 50px;
	padding:12px 0 0;
	text-align:left;
	background:url(../img/header_border.gif) no-repeat top;
}

/*■ HEADER
---------------------------------------------------------- */
#header{
	margin:8px 0 10px;
	padding:0 10px;
}

#header .logo{
	width:216px;
	font-size:10px;line-height:12px;
}

/*■ MAIN CONTENTS
---------------------------------------------------------- */
#pagetitle{
	margin-bottom:30px;
	padding:0 10px;
	font-size:12px;line-height:18px;
}
#pagetitle img.withlead{
	float:left;
	margin-right:20px;
}

#main{
	clear:both;
	padding:0 10px;
}

#leftcol{  /*2列レイアウト左*/
	float:left;
	margin:0;
	padding:0 0 0 10px;
	width:140px;
	font-size:12px;line-height:18px;
}
#leftcol .subhead{
	margin:0 0 10px 0;
}
#leftcol ul{
	margin:0 0 20px 0;
	padding:0 0 0 18px;
	font-size:12px;line-height:14px;
}
#leftcol li{
	list-style-image:url(../img/icon_list.gif);
	padding:0 0 8px 0;
}

#rightcol{  /*2列レイアウト右*/
	margin:0 0 0 170px;
	padding:0;
}
#rightcol h2{
	display:block;
	width:550px;
	padding-bottom:3px;
	font-size:18px;line-height:20px;
	color:#4EB3D3;
	border-bottom:1px solid #4EB3D3;
}
#rightcol h3{
	font-size:14px;line-height:18px;
}

.option{
	width:550px;
	background:url(../img/dotline.gif) repeat-x;
	padding-top:10px;
	font-size:10px;line-height:14px;
}

.leftimg{
	float:left; margin-right:10px;
}


/*■ ICON
---------------------------------------------------------- */
.pop{
	background:url(../img/icon_newwindow.gif) no-repeat right;
	padding-right:15px;
}
.popred{
	background:url(../img/icon_newwindow_red.gif) no-repeat right bottom;
	padding-right:15px;
}

.totop{
	float:right;
	width:85px;
	background:url(../img/icon_totop.gif) no-repeat right;
	margin-top:10px;
	padding-right:13px;
	text-align:right;
	font-size:10px;line-height:12px;
}
.totop a{color:red;}
.totop a:hover{color:red;}

/*■ FOOTER
---------------------------------------------------------- */
#footer{
	clear:both;
	margin: 50px 0;
}
#mail{
	float:right; 
	width:100px;
	margin:5px 0 0 0;
	padding:0;
}

#footertxt{
	margin:5px 0 0 10px;
	padding:0;
	font-size:10px;line-height:12px;
}
#footertxt a{
	line-height:18px;
}


/*■ TEXT
---------------------------------------------------------- */
a{ text-decoration:underline; color:#666;}
a:hover{ text-decoration:underline; color:#A6A6A6;}

a img{ border-color:#666;}
a:hover img{ border-color:#A6A6A6;}

h1,h2,h3,h4,h5,h6,h7
{margin:0;padding:0;font-weight:bold;display:inline;}

strong{ font-weight:bold;}

.t24{ font-size:24px; line-height:28px;}
.t24l{ font-size:24px; line-height:24px;}
.t24h{ font-size:24px; line-height: 34px;}

.t18{ font-size:18px; line-height:22px;}
.t18l{ font-size:18px; line-height:18px;}
.t18h{ font-size: 18px; line-height:24px;}

.t14{ font-size:14px; line-height:20px;}
.t14l{ font-size:14px; line-height:16px;}
.t14h{ font-size: 14px; line-height:22px;}

.t12{ font-size:12px; line-height:18px;}
.t12l{ font-size:12px;  line-height:15px;}
.t12h{ font-size: 12px; line-height:21px;}

.t10{ font-size: 10px; line-height:14px;}
.t10l{ font-size: 10px; line-height:12px;}
.t10h{ font-size: 10px; line-height:16px;}

.gray{color:#666;}
.red{color:red;}
.normal{font-weight:normal;}
