@charset "utf-8";

/*
  Site URL  : http://www.odate.ne.jp/
  File name : /_themes/201004/design_photocon.css
  Target    : /photocon/
  Summary   : Photo concours design, color
*/

/* -------------------------------------
File Tree
  catv_design.css
    |-- catv_layout.css
          |-- layout.css
                |-- common.css

CSS Tree
  Container
    |-- Header
    |    |-- Global Menu
    |-- Catch
    |-- Contents
    |-- Footer
         |-- Site Map
------------------------------------- */

/* -------------------------------------
Import
------------------------------------- */
@import url("date_layout.css");

/* -------------------------------------
Catch
------------------------------------- */
#catch {
	background-color: #FF7900;
	background-image: url(img/catch_back_tv.gif);
	background-repeat: repeat-x;
}

/* -------------------------------------
Contents
------------------------------------- */
#contents #contentsMain #pageTitle {
	background-color: #FF7900;
}

#contents #sideMenu {
	background-color: #F2EFDC;
}
#contents #sideMenu .sMenuTitle {
	background-color: #FF7900;
	background-image: url(img/smenu_title_back_info.gif);
	background-repeat: repeat-x;
}
#contents #sideMenu .sMenuTitle2 {
	background-color: #FF7900;
	background-image: url(img/smenu_title2_back_info.gif);
	background-repeat: repeat-x;
}

h2 {
	border-color: #CCD;
	border-left-width: 1px;
}
h3 {
	border-left-color: #FF7900;
}

.photoEntry {
	display: inline;
	position: relative;
	width: 340px;
	margin: 0;
}
.photoEntry h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 16px;
}
.photoEntry dl {
}
.photoEntry dl dt {
	margin: 0;
	padding: 0 15px 0 0;
	width: 140px;
	float: left;
	clear: left;
}
.photoEntry dl dt img {
	border: none;
	margin-bottom: 20px;
}
.photoEntry dl dd {
	margin-left: 155px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 90%;
	line-height: 1.4em;
}

.pager {
	clear: both;
	margin: 10px 0;
	padding: 0;
}
.pager ul {
	list-style-type: none;
}
.pager li {
	list-style-type: none;
	display:inline;
	padding: 0px 10px;
	margin: 0 5px;
	border: solid 1px #CCC;
	background-color: #E5F7FF;
}
.pager li a {
	text-decoration: none;
}
.pager li.pagerThis {
	font-weight: bold;
	color: #FFF;
	background-color: #0092CA;
}
.pager li.pagerFN {
	font-weight: bold;
	padding: 0px 10px;
}

.photoEntry .iconName {
	display: block;
	background-image: url(/img/icon_camera.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-left: 155px;
}
.iconAttention {
	display: block;
	background-image: url(/img/icon_attention.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-left: 4ex;
}

.outline {
	margin-top: 20px;
	margin-left: 2ex;
}
.outline dl {
	margin: 0;
}
.outline dt {
	margin: 0;
	padding: 7px;
	width: 100px;
	float: left;
	clear: left;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #CCC;
	font-size: 100%;
}
.outline dd {
	margin-left: 125px;
	padding: 7px;
	border-top: 1px solid #CCC;
	border-left: 4px solid #F2EFDC;
	text-align: left;
	font-size: 100%;
}
.outline dd.bno {
	border-left: 4px solid #FFF;
}

/* -------------- end --------------- */

