@charset "UTF-8";

@import url("reset.css"); /* default stylesheet */
@import url("fonts.css"); /* fonts stylesheet */
@import url("common.css"); /* fonts stylesheet */



/*=============
	個別ページ設定
===============*/




/*=============
	お客様からのメッセージ
	メッセージ入力フォーム
===============*/
/* ヘッダ */
#msghead{
	width:555px;
	padding-bottom:20px;
}
#msghead h2{
	font-size:138.5%;
	font-weight:bold;
}
#msghead p{
	font-size:93%;
	padding-top:5px;
	background:transparent url(../img/message/titleline.jpg) no-repeat;
}
/* ナビ */
.msgnavi{
	width:555px;
	text-align:center;
}
.msgnavi span{margin:0 5px;}
.msgnavi a{
	font-size:93%;
	color:#FFFFFF;
	text-decoration:none;
	margin:0 5px;
}
.msgnavi a:hover{
	text-decoration:underline;
}
/* 入力フォーム */
#msgformwaku{
	padding-bottom:5px;
	margin:5px 0;
	background:#000066 url(../img/message/bg_msgform_bottom.gif) no-repeat bottom;
}
#msgform{
	font-size:93%;
	width:515px;
	background:transparent url(../img/message/bg_msgform.jpg) no-repeat top;
	padding:20px;
}
#msgform table{
	margin-top:20px;
}
#msgform th{
	padding:5px 15px 5px 0;
	text-align:right;
	vertical-align:top;
}
#msgform td{padding:5px 0;}
#msgform td#submitbtn{text-align:center;}
#msgform td#submitbtn input{margin-top:20px;}


/* 一覧 */
#msglistwaku{
	background:#003399 url(../img/message/bg_msg_bottom.gif) no-repeat bottom;
	padding-bottom:5px;
	margin:5px 0;
}
#msglist{
	width:555px;
	background:#003399 url(../img/message/bg_msg.gif) no-repeat top;
}
.msglistpane{
	font-size:93%;
	width:515px;
	padding:10px 0;
	margin:0 20px;
	border-bottom:#0033FF solid 1px;
}
.msglistpane h3 a{
	color:#00FF00;
	text-decoration:bold;
}
.msglistimg{
	width:515px;
	padding:5px 0;
}
.msglistimg img{
	vertical-align:middle;
	margin-right:20px;
	border:#00FFFF solid 1px;
}
/* 詳細 */
#msgmainwaku{
	padding-bottom:5px;
	margin:5px 0;
	background:#003399 url(../img/message/bg_msg_bottom.gif) no-repeat bottom;
}
#msgmain{
	font-size:93%;
	width:475px;
	background:#003399 url(../img/message/bg_msg.gif) no-repeat top;
	padding:20px 40px;
}
#msgmain p{
	padding-bottom:5px;
	line-height:180%;
}
#msgimg{
	width:475px;
	padding:20px 0;
}
#msgimg img{
	vertical-align:middle;
	margin-right:20px;
	border:#00FFFF solid 1px;
}
#msgcomment{
	font-size:93%;
	width:435px;
	line-height:180%;
	border-top:#FFFFFF dotted 1px;
	padding:10px 0 0 40px;
}



/*=============
	リンク集
===============*/
table#linkpage a{color:#FFFFFF;}
