@charset "utf-8";
/* CSS Document */

@import "global.css";

/* ---------- home top ---------- */
#home-img{
	float:left;
	width:370px;
	height:290px;
}
#home-img2{
	float:left;
	width:210px;
	height:290px;
}
#home-img2 p{
	padding:30px 0 0 10px;
	text-align:justify;
	line-height:150%;
}

/* ---------- home left ---------- */

#home-left{
	float:left;
	width:410px;
	height:auto;
	margin:0 10px 0 0;
}
#cont1{
	width:200px;
	height:auto;
	float:left;
	margin:0 0 20px 0;
}
#cont2{
	width:200px;
	height:auto;
	float:right;
	margin:0 0 20px 0;
}
.c-menu{
	margin:10px 0 0 0;
	border:#CCCCCC solid 1px;
	height:250px;
}
.c-menu p{
	margin:10px;
	text-align:justify;
	line-height:150%;
}
.c-menu img{
	border:0;
}
.warp{
	float:right;
}

/* ---------- home right ---------- */
#home-right{
	float:right;
	width:160px;
	height:auto;
	margin:0 20px 0 0;
}
#takesumi{
	width:140px;
	height:auto;
	background-color:#c4ccbb;
	padding:10px;
	text-align:justify;
	line-height:130%;
}
#others{
	width:160px;
	height:auto;
	margin:10px 0 0 0;
	border:#333333 solid 1px;
}
#others .title{
	border-bottom:#333333 solid 1px;
	padding:5px;
}
#others dl{
	padding:10px;
	text-align:justify;
}
#others dt{
	padding:5px 0 2px 10px;
	background:url(../img/arrow1.gif) left no-repeat;
	border-bottom:#69795b dashed 1px;;
}
#others dd{
	padding:5px 0 10px 10px;
}
#others a:link{
	color:#333333;
	text-decoration:none;
}
#others a:active{
	color:#333333;
	text-decoration:none;
}
#others a:hover{
	color:#333333;
	text-decoration:underline;
}
#others a:visited{
	color:#333333;
	text-decoration:none;
}
