@charset "utf-8";
@import url("common.css");
/* CSS Document */


/* タイトル
-----------------------------------*/
#page-title	{
		background-image:url(../image/page-title/bg.gif);
		background-repeat:repeat-x;
		background-position:top;
		height:130px;
		text-align:center;
}


/* メイン
-----------------------------------*/
#main-container	{
		background-image:url(../image/main/bg-grid.gif);
		background-repeat:repeat;
}
#main-container #main-box	{
		width:800px;
		margin:auto;
}
#bread-crumb	{
		padding:10px 0;
}


/* 左メニュー
-----------------------------------*/
#left-con	{
		width:243px;
		position:relative;
		float:left;
		margin-bottom:20px;
}
#left-menu	{
		border:solid 1px #CCC;
		list-style-type:none;
		line-height:53px;
		margin-bottom:16px;
}
#left-menu a	{
		background-image:url(../image/main/bg-leftmenu.jpg);
		background-repeat:no-repeat;
		display:block;
		height:51px;
		width:241px;
		text-indent:25px;
}


/* 右メニュー
-----------------------------------*/
#right-con	{
		width:537px;
		position:relative;
		float:right;
		border-top:solid 3px #900;
}
#right-con .container	{
		margin-bottom:16px;
		position:relative;
		background-color:#FFF;
		padding:16px;
}
.hikkoshi-text	{
		font-size:14px;
		color:#333;
		margin:25px 0;
		line-height:1.5em;
}
.hikkoshi-list	{
		list-style-type:none;
		margin:15px 0 16px 0;
}
.hikkoshi-list li	{
		background-image:url(../image/main/arrow_01.gif);
		background-repeat:no-repeat;
		background-position:left 3px;
		padding-left:17px;
		margin-bottom:8px;
}
.hikkoshi-list span	{
		font-weight:bold;
		color:#693;
}