@charset "utf-8";
/* CSS Document */

/* サービスBox
-------------------------------*/
#box,
#box_long {
margin-top: 15px;
padding-left: 10px;
overflow:hidden;
}

#box {
	height:170px;
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
#box p {
	font-size:65%;
	line-height:2em;
	text-indent:0px;
	text-align:left;
	margin-left: 10px;
	padding-right: 25px;
}
#box p title {
	font-size:65%;
	line-height:2em;
	text-indent:0px;
	text-align:left;
	margin-left: 10px;
	padding-right: 25px;
}

#box p.imgbox {
	float:right;
    padding-left:5px;
	padding-bottom:2px;
	height:auto;
}
#box p.imgbox2 {
	float:right;
	height:auto;
	width: 200px;
}
#box p.imgbox3 {
	float:left;
	height:auto;
	width: 200px;
}

#box_middle{
	background-image:url(_images/box_inside.jpg);
	text-align:left;
	height:150px;
}



#box h4,
#box_long h4 {
display: inline;
font-size: 12px;
text-indent: -9999px;
}



#box_left {
	float: left;
	width: 297px;
}


#box_right {
float: right;
width: 297px;
}

.box_top{
background-image:url(_images/box_top.jpg);
height:6px;
}

.box_bottom{
background-image:url(_images/box_bottom.jpg);
height:6px;
}

.box_link{
position:relative;
top:0px;
}


#box_left p,
#box_center p,
#box_right p {
margin: 0;
padding: 6px 10px 15px 10px;
background-repeat: no-repeat;
background-position: center bottom;
}


.box_title {
	font-size:90%;
	text-indent:0px;
	text-align:left;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-left:10px;
	padding-top:5px;
	height:25px;
}
/* 一般-------------------------------*/
#other{
	margin: 10px;
}
#other p.imgbox1{
	float:left;
	height:auto;
	margin-top: 5px;
	margin-right: 5;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 10px;
}
#other p.imgbox2{
	float:right;
	height:150px;
	margin-top: 5px;
	margin-right: 5;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 10px;
}
#other ul{
	width:350px;
	text-decoration:none;
	background-color:#FAFAFB;
	border: 1px dashed #CCCCCC;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 25px;
	text-align: left;
}
