@charset "shift_jis";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("import.css");


/* ---------- globalNav ---------- */
#globalNav ul li#navi-home a{
	width: 135px;
	background: url(../images/common/globalNav.jpg) no-repeat 0px -47px;
}

/* ---------- index ---------- */
#main-pho-top{
	/*background-image: url(../images/main_pho_back.jpg);
	background-repeat: repeat-x;*/
	/*height: 400px;*/
	margin-top: 7px;
	margin-bottom:30px;
}

/*
#main-pho div{
	background-image: url(../images/main_pho.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 323px;
	text-indent: -9999px;
}
*/

#main-pho-top div{
	/*background-image: url(../images/main_pho.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
	width:900px;
	/*height: 400px;*/
	/*text-indent: -9999px;*/
	margin-left:auto;
	margin-right:auto;
}

#info{
	font-size: 15px;
	color: #FF0000;
	background-color: #FFE8E8;
	padding: 14px 20px 6px;
	margin-bottom: 30px;
	border: 1px solid #FF0000;
	line-height: 1.5em;
	font-weight: bold;
	width: 192px;
	margin-left: 1px;
}

/* IE7のみ適用 */
*+html #info{
	margin-left: -3px;
}

/* IE6以下のみ適用 */
* html #info{
	margin-left: -3px;
}

#info ul{
	color: #FF0000;
	margin-bottom: 0.5em;
	list-style-type: disc;
	padding-left: 10px;
}

#info ul li{
	color: #FF0000;
	margin-bottom: 0.5em;
	line-height: 1.25em;
}

/* ---------- line-01 ---------- */
#line-01{
	padding-left: 20px;
}

#line-01-left{
	float: left;
}

#line-01-left div{
	padding-bottom: 20px;
}

#line-01-right{
	float: left;
	padding-left: 65px;
	width: 240px;
	text-align: center;
}

#add-box{
	clear: both;
}

#button-box{
	clear: both;
	margin-left: 1px;
	padding-top: 20px;
}

/* IE7のみ適用 */
*+html #button-box{
	padding-top: 10px;
}

/* IE6以下のみ適用 */
* html #button-box{
	padding-top: 10px;
}

#button-box img{
	display: block;
	padding-bottom: 10px;
}

/* ---------- line-02 ---------- */
#line-02{
	padding-left: 20px;
	padding-top: 40px;
	clear: both;
	float: none;
	padding-bottom: 50px;
}

/* IE7のみ適用 */
*+html #line-02{
	padding-top: 20px;
}

/* IE6以下のみ適用 */
* html #line-02{
	padding-top: 20px;
}

#line-02-main{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#line-02-main div{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#line-02-main div#pho1{
	padding-top: 30px;
	padding-bottom: 30px;
}

#line-02-txt{
	background-color: #F5F5EF;
	padding: 20px 30px 10px;
}

#line-02-txt div{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}

#info-left{
	font-size: 15px;
	color: #FF0000;
	background-color: #FFE8E8;
	padding: 14px 20px 0px;
	margin-bottom: 30px;
	border: 1px solid #FF0000;
	line-height: 1.5em;
	font-weight: bold;
}