@charset "utf-8";
/* CSS Document */


/*--
ニュースページ ----------*/
div#photo-main-wrapper {
	margin: 0px 0px 0px 0px;
	/*background-color: #FFCFFF;*/
	width: 723px;
	line-height: 140%;
}
* html div#photo-main-wrapper {
	margin: 0px 0px 0px 0px;
}

h2#photo {
	background: url(http://www.yuta-sone.com/ver3/images/photo/photo_capbar.jpg) no-repeat top center ;
	height: 175px;
	clear: both;
}
h2#photo span {
	display: none;
}


div#photo-main-wrapper .entry-box {
	margin: 0px 0px 10px;
}
div#photo-main-wrapper .entry {
	margin: 15px 0px 10px;
	/*width: 438px;*/
}


div#photo-main-wrapper .date {
	padding: 3px 3px;
	background-color: #6DBC1B;
	border-left: 5px solid #6DBC1B;
	border-right: 5px solid #6DBC1B;
	font-size: 13px;
	color: #ffffff;
}

div#photo-main-wrapper h3.entry-tilte {
	margin: 3px 0px 10px;
	padding: 10px 6px;
	border-bottom: 1px solid #bac4cb;
	line-height: 140%;
	font-size: 18px;
}
div#photo-main-wrapper .entry-img {
	margin-right: 20px;
	margin-bottom: 20px;
	float:left;
	/*width: 120px;*/
	line-height: 140%;
	font-size: 14px;
}

div#photo-main-wrapper .entry-img .photo {
	padding: 3px 3px;
	border: 1px solid #bac4cb;
}

div#photo-main-wrapper .entry-body {
	margin-bottom: 20px;
	float:left
	line-height: 140%;
	font-size: 14px;
}
div#photo-main-wrapper .entry-category-box {
	clear:both;
}

div#photo-main-wrapper .entry-category {
	padding: 7px 10px;
	background-color: #000000;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	display: inline;
	line-height: 200%;
	color: #ffffff;
	font-size: 12px;
}

html>/**/body div#photo-main-wrapper .entry-category {
	line-height: 140%;
}


div#photo-main-wrapper .entry-category a:link {
	color: #ffffff;
	text-decoration: underline;
}
div#photo-main-wrapper .entry-category a:visited {
	color: #ffffff;
	text-decoration: underline;
}
div#photo-main-wrapper .entry-category a:hover {
	color: #ffffff;
	text-decoration: none;
}


div#photo-main-wrapper .entry-box-footer {
	margin: 0px 0px 30px;
	padding: 15px 0px 0px 0px;
	border-top: 1px dotted #bac4cb;
	clear: both;
	text-align: right;
}


div#photo-main-wrapper #arc-title-box {
	margin-top: 20px;
	margin-bottom: 20px;
}
div#photo-main-wrapper .arc-title {
	border-bottom: 1px dotted #666666;
	display: inline;
}
div#photo-main-wrapper .arc-navi {
	margin-top: 10px;
}




div#photo-side-wrapper {
	margin-top: 0px;
	/*background-color: #D2FFFF;*/
	float: right;
	width: 200px;
	color: #ffffff;
}



