/* CSS Document */
@import "../common.css";

/*-------------------------------------------------------------
	base
---------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}
ul, li , ol, dl, dt, dd , pre, table, form {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}
em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
hr {
	height: 0px;
	border: none;
	margin: 0.5em auto 0.5em auto;
	-moz-float-edge: margin-box;
	-moz-box-sizing: border-box;
	clear: both;
	display: none;
}
ul img, dl img, ol img {
	vertical-align: bottom;
}

/* link */
#sunrich a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}
#sunrich a:hover img.over {
  opacity:1; filter: alpha(opacity=100);
}
#sunrich a:hover img.no {
  opacity:1; filter: alpha(opacity=100);
}


#sunrich .contbox .wrap a:link {
	color: #2798FF;
}
#sunrich .contbox .wrap a:visited {
	color: #2798FF;
}
#sunrich .contbox .wrap a:hover {
	color: #F18E01;
}
#sunrich .contbox .wrap a:active {
	color: #F18E01;
}

/*-------------------------------------------------------------
	layout
---------------------------------------------------------------*/
#sunrich {
	background-image: url(../../images/2013/bk02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
#sunrich .contents {
	background-image: url(../../images/2013/bk03.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#sunrich .block {
	overflow: hidden;
	_zoom:1;
	width: 900px;
	margin: 0px auto;
}

#sunrich p {
	text-align: left;
}
#sunrich .head {
	width: 900px;
	margin: 0px auto;
	background-image: url(../../images/2012/profile_head_bk.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	clear: both;
	height: 116px;
}
#sunrich .secondtit {
	background-image: url(../../images/2012/title_bk01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 142px;
	margin: 0px 0px 0px 0px;
}
#sunrich #logo {
	position: absolute;
	top: 6px;
	left: 6px;
}
#sunrich .title {
	position: absolute;
	top: 10px;
	left: 180px;
}

/*toppage*/
#sunrich .info {
	font-size: 0.83em;
	padding: 0px 0px 20px 0px;
	margin: 20px 0px 10px 0px;
	position: relative;
	width: 592px;
	height: 200px;
	float: left;
	text-align: left;
	background-color: #FEF3B6;
}


#sunrich .info .scroll {
	height:150px;
	overflow: auto;
	scrollbar-track-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#ccc;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ccc;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#ccc;
	width: 560px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 15px 0px;
	clear: both;
}
#sunrich .info table {
	line-height: 1.5em;
}
#sunrich .info table th {
	font-weight: bold;
	color: #4C251A;
	padding: 5px 0px 0px 0px;
	
}
#sunrich .info table td.border {
	border-bottom: 1px dotted #b0967d;
	padding: 0px 0px 5px 0px;
}
#sunrich .info table td a {
	text-decoration: none;
	color: #573A32;
	padding-left: 15px;
	display: block;
	background-image: url(../../images/2013/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#sunrich .info table td a:hover {
	text-decoration: underline;
}
#sunrich .info h2 {
	float: left;
	padding: 15px 0px 10px 15px;
}
#sunrich .info .btn {
	padding: 18px 15px 10px 0px;
	float: right;
}
#sunrich .info dl {
	float: left;
	width: 346px;
	_width: 341px;
	padding: 7px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	border-bottom: 1px dotted #b0967d;
}
#sunrich .info dl.end {
	margin: 0px;
}
#sunrich .info dl dt {
	clear: left;
	margin: 0px;
	padding-bottom: 5px;
	color: #4C251A;
	font-weight: bold;
}
#sunrich .info dl dt img {
	vertical-align: middle;
	margin: 0px 0px 0px 3px;
}

#sunrich .info dl dd {
	margin: 0px 0px 3px 0px;
	line-height: 1.5em;
	font-size: 12px;
	*height: 20px;
}
#sunrich .info dl dd a {
	text-decoration: none;
	color: #573A32;
	background-image: url(../../images/2012/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	display: block;
}
#sunrich .info dl dd a:hover {
	text-decoration: underline;
}

#sunrich .info dl dd img {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}

#sunrich .topbanner {
	background-color: #FEF3B6;
	float: right;
	width: 290px;
	height: 205px;
	text-align: center;
	padding: 15px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
#sunrich .topbanner h2 {
	margin: 0px 0px 10px 10px;
	text-align: left;
}



#sunrich ul.btn01 {
	overflow: hidden;
	_zoom:1;
	width: 920px;
	margin: 0px auto;
	padding: 0px 0px 0px 15px;
}

#sunrich ul.btn01 li {
	float: left;
	margin: 0px 10px 10px 0px;
}



/*second*/
#second {
	background-image: url(../../images/2013/second_bk01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px 0px 20px 0px;
}
#second .head {
	width: 905px;
	margin: 0px auto 30px auto;
}
#second .head ul.navi {
	width: 905px;
	overflow: hidden;
	_zoom:1;
}
#second .head ul.navi li {
	float: left;
}

#second .secondtit {
	width: 900px;
	height: 97px;
	margin: 0px auto;
	background-image: url(../../images/2013/title_bk01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#second .secondtit h1 {
	text-align: left;
}
#second .contbox {
	background-image: url(../../images/2013/contents_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 15px 0px;
	text-align: left;
	line-height: 1.5em;
}
#second .contbox .cont {
	background-image: url(../../images/2013/contents_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#second .contbox .cont .wrap {
	background-image: url(../../images/2013/contents_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 20px 0px;
	padding: 30px 35px 0px 35px;
}
#second .contbox h2 {
	margin: 0px 0px 20px 0px;
}
#second .contbox h3 {
	font-size: 0.9em;
	color: #4C251A;
	background-image: url(../../images/2012/h3.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: inline;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 20px 0px;
}
#second .contbox p {
	font-size: 0.89em;
	margin: 0px 0px 15px 0px;
}
#second .contents .pict {
	float: right;
	margin: 0px 0px 15px 15px;
}
#second .contents .pict2 {
	float: left;
	margin: 0px 15px 15px 0px;
}
#second .contents .pict3 {
	text-align: center;
	margin: 20px 0px 20px 0px;
	clear: both;
}

#second .contbox h2 {
	margin: 0px;
	background-image: url(../../images/2013/h2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 20px 0px 20px 70px;
	*padding: 10px 0px 23px 70px;
	font-size: 1.0em;
	color: #4C251A;
	clear: both;
}
#second .contbox h3 {
	font-size: 0.9em;
	color: #4C251A;
	background-image: url(../../images/2013/h3.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: inline;
	padding: 0px 0px 3px 0px;
}
#second .contbox h2.img {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: none;
	background: none;
}
#second .contbox h2.img img {
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
}
#second .contbox .wrap p.day {
	font-size: 0.83em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #F9811D;
}
#second .contbox .wrap .box {
	float: right;
	width: 475px;
	margin: 0px 0px 10px 15px;
}
#second .contbox .wrap img {
	border: 1px solid #4C251A;
	padding: 4px;
}
#second .contbox .wrap img.none {
	padding: 0px;
	border: none;
}

#second .contbox .wrap .quote {
	color: #b3611d;
}
#second .contbox .wrap .clear {
	clear: both;
}

#second .poster {
	padding: 0px 0px 0px 160px;
	margin: 0px 0px 40px 0px;
}
#second .poster img {
	margin: 5px;
	
}



/* pagetop */
#second .pagetop {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#second .pagetop a {
	width: 122px;
	height: 11px;
	margin-bottom: 10px;
	display: block;
	float: right;
	text-indent: -5000px;
	text-decoration: none;
	background:  url(../../images/2012/pagetop.gif) no-repeat left top;
}

/* global navigation */
#gnavi {
	position: absolute;
	top: 42px;
	left: 180px;
}
#gnavi ul {
}
#gnavi ul li {
	float: left;
}






#bosyu {
	background-image: url(../../images/2013/bk01.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #1280DF;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
#bosyu .wrap {
	position: relative;
	height: 657px;
	width: 900px;
	margin: 0px auto;
	
}

#bosyu h1.text {
	position: absolute;
	top: 15px;
	right: 13px;
}
#bosyu .banner {
	position: absolute;
	top: 384px;
	right: 9px;
}
#bosyu .img {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.cont .box {
	background-image: url(../../images/2013/top_bk01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.cont .box .wrap {
	width: 900px;
	margin: 0px auto;
}
.cont .box .center {
	text-align: center;
}

.cont .list {
	width: 900px;
	margin: 0px auto;
}
.cont .list ul {
	background-color: #f1ebe8;
	padding: 20px 20px 10px 20px;
	margin: 0px 105px 40px 105px;
}
.cont .list ul li {
	font-size: 12px;
	line-height: 1.5em;
	background-image: url(../../images/2013/icon01.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
/* pagetop */
#bosyu .pagetop {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#bosyu .pagetop a {
	width: 122px;
	height: 11px;
	margin-bottom: 10px;
	display: block;
	float: right;
	text-indent: -5000px;
	text-decoration: none;
	background:  url(../../images/2012/pagetop.gif) no-repeat left top;
}

