/* standard elements ===========================*/
* {
	margin: 0;
	padding: 0;
}
a,a:link,a:visited{
	text-decoration:none;
	border-bottom:1px dotted #F34976;
	color:#A6002C;
}
a:hover {
	/*color:#CCA1AD;*/
	color:#F34976;
}

body {
	background:url(/data/img/back2.png) repeat-x top;
	color: #58553E;
	margin: 0;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
 	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	line-height:150%;
}

h1,h2,h3 {
	color: #A6002C;
}
h1 {
	font-size:118%; /* 15px相当 */
	margin-bottom: 4px;
}

/* font =================================== */
body {
	font-size: 13px; /* for modern browser */
	*font-size: 81.25%; /* for IE6,IE7 */
}
.container{
	font-size:88%; /* 11px相当 */
}
/* structures ============================= */
.container {
	background: #fff;
	border:1px #A50138 solid;
	border-top:5px #A50138 solid;
	margin:0 auto;
	margin-top: 40px;
	width: 680px;
}

.main {
	padding: 30px 45px;
}

/* header -------------------------------- */
.header {
	position:relative;
	top:0;
	left:0;
	background: #fff;
	vertical-align:bottom;
	width:590px;
	margin-bottom: 20px;
}
.headerMenu{
	position:absolute;
	padding:0;
	margin:0;
	height:16px;
	right:0px;
	bottom:0px;
	list-style-type:none;
}
.headerMenu li{
	float:left;
	border-bottom:0;
}
.headerMenu li a,.headerMenu li a:visited,.headerMenu li a:hover{
	display:block;
	border-bottom:0;
}
/* menu */
.headerMenu .profile{width:64px;background:url(/data/img/menu/menu_01.png) no-repeat;}
.headerMenu .profile:hover{background:url(/data/img/menu/menur_01.png) no-repeat;}
.headerMenu .catering{width:75px;background:url(/data/img/menu/menu_02.png) no-repeat;}
.headerMenu .catering:hover{background:url(/data/img/menu/menur_02.png) no-repeat;}
.headerMenu .works{width:74px;background:url(/data/img/menu/menu_03.png) no-repeat;}
.headerMenu .works:hover{background:url(/data/img/menu/menur_03.png) no-repeat;}
.headerMenu .news{width:57px;background:url(/data/img/menu/menu_04.png) no-repeat;}
.headerMenu .news:hover{background:url(/data/img/menu/menur_04.png) no-repeat;}
.headerMenu .contactus{width:86px;background:url(/data/img/menu/menu_05.png) no-repeat;}
.headerMenu .contactus:hover{background:url(/data/img/menu/menur_05.png) no-repeat;}

#logo a,#logo a img{
	text-decoration:none;
	border:0;
}

/* content ------------------------------- */
.content {
}
.content .itemPhotoSlide{
	margin-bottom: 20px;
}
.content .item {
	padding: 6px 12px;
	margin-bottom: 15px;

}
.content .item h2{margin-bottom:8px;}
.content .item .itemNews{
	background:url(/data/img/news_back.png) repeat scroll left top;
	height:120px;
	overflow:auto;
	padding:5px 7px;
}
.content .item .itemNews li {
	list-style: none;
	font-size:88%; /* 11px相当 */
	line-height:130%;
	background:url(/data/img/news_bullet.gif) no-repeat 0 50%;
	padding-left:16px;
	margin:5px 0;
}
.content .item .itemNews .itemNewsFooter{
	color:#aaa;
	background:transparent;
	text-align:right;
}
.content .contact{
	width:400px;
	margin:5px auto;
	text-align:center;
	font-size:140%;
	font-weight:bold;
	color: #B50027;
}

/* footer ------------------------------- */
.footer {
	color: #888;
	font-size:88%; /* 11px相当 */
	margin: 0 auto;
	text-align: right;
	width: 680px;
}
