@charset "utf-8";
/* CSS Document */


/* 目次
==================================================
	01. contents  - ページ全体
	02. leftbody  - レフトボディ
	03. rightbody  - ライトボディ 
==================================================
*/
	
/* =============================================== */
/** 01. contents  - ページ全体  */
/* ----------------------------------------------- */

body {
	background-image:url(/images/bg_other.gif);
	background-repeat:repeat-x;
}

/* =============================================== */
/** 02. leftbody  - レフトボディ  */
/* ----------------------------------------------- */

#bodyleft{
	width:160px;
	float:left;
	padding:0 20px 0 40px;
}

.maintitle{
}

.contact_ul01{
	font-size:12px;
	line-height:160%;
	list-style:none;
}

.contact_ul01 li{
	padding:15px 10px 0 10px;
	background-image:url(/images/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 20px;
}

.contact_ul02{
	list-style:none;
}

.contact_ul02 li{
	padding-left:20px;
	margin:10px 0;
	font-size:12px;
	line-height:150%;
	list-style:none;
	background-image:url(/images/icon_branch.gif);
	background-repeat:no-repeat;
	background-position:10px 5px;
}


/* =============================================== */
/** 03. rightbody  - ライトボディ  */
/* ----------------------------------------------- */

#bodyright{
	width:560px;
	float:right;
	padding:0 40px 0 19px;
}

.titlebar{
	clear:both;
	margin:0 0 20px 0;
}

.contact_title{
	margin:20px 10px;
	padding:10px 10px;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
	background-color:#ccc;
}

.contact_txt{
	font-size:12px;
	padding:0 20px 20px;
	line-height:150%;
}

.contact_txt a:link{text-decoration:none;color:#c00;}
.contact_txt a:visited{text-decoration:none;color:#c00;}
.contact_txt a:active{text-decoration:none;color:#c00;}
.contact_txt a:hover{text-decoration:underline;color:#c00;}

