
/* CSS Document */


.yearBox {
	margin: 0 15px;
}

.yearBox h2 {
	text-align: left;
	background-color: #FFCCCC;
	margin-top: 20px;
	font-size: 110%;
	padding: 3px 10px;
}

.yearBox div {
	text-align: left;
	padding: 8px;
}

.yearBox div ul {
}

.yearBox div ul li {
	background-image: url(../../site_images/common/arrow3.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	text-align: left;
	display: inline;
	padding-left: 11px;
	font-size: 90%;
	margin-right: 25px;
}

.yearBox div ul li a {
	font-weight: normal;
}

.yearBox div ul .yearcurrent {
	background-image:url(../../site_images/common/arrow4.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	color:#666666;
}

.archiveList {
	margin: 0 15px;
	text-align: left;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px dotted;
	border-top-color: #521412;
	padding-bottom: 5px;
	border-bottom: 1px dotted;
	border-bottom-color: #521412;
}

.archiveList ul {
}

.archiveList ul li {
	text-align: left;
	margin-bottom: 10px;
	background-image: url(../../site_images/common/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}

.archiveList2 {
	margin: 0 15px;
	text-align: left;
	padding-top: 35px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted;
	border-bottom-color: #521412;
}

.archiveList2 ul li {
	text-align: left;
	margin-bottom: 10px;
	background-image: url(../../site_images/common/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}

.date,
.title {
	font-size: 85%;
	line-height: 1.4;
}

.archiveDate {
	margin: 0 15px;
	text-align: left;
	padding: 8px 15px 5px 15px;
	border-bottom: 1px solid;
	border-bottom-color: #D8ADAD;
}

.archiveDetail {
	margin: 0 30px;
	text-align: left;
	padding-top: 15px;
}

.archiveLinkTop {
	margin: 0 30px;
	text-align: left;
	margin-top: 15px;
	font-size: 85%;
	background-image: url(../../site_images/common/arrow_next.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-bottom: 5px;
	clear: both;
}

.archiveLinkTop2 {
	margin: 0 60px;
	text-align: left;
	font-size: 85%;
	background-image: url(../../site_images/common/arrow_next.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 16px;
	clear: both;
	padding-bottom: 5px;
}

.archiveLinkTop3 {
	margin: 0 60px;
	text-align: left;
	font-size: 85%;
	background-image: url(../../site_images/common/arrow_back.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 16px;
	clear: both;
	padding-bottom: 5px;
}

/*.recommendMain {
	margin: 25px 15px 10px 15px;
	position: relative;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #333333;
}
*/
.recommendMain {
	padding-top: 15px;
	text-align: center;
}

/*
.recommendMainLeft {
	text-align: left;
	float: left;
	width: 489px;
}
.recommendMainLeft h2 {
	font-size: 110%;
	line-height: 1.6;
	display: block;
	padding-left: 30px;
	padding-bottom: 23px;
	padding-top: 25px;
	color: #FFFFFF;
	font-weight: bold;
}
.recommendMainLeft p {
	display: block;
	padding-top: 22px;
	padding-left: 30px;
	color: #FFFFFF;
	background-image: url(../recommend/site_images/grade.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 75%;
}

.recommendMainRight {
	float: right;
	width: 226px;
	height: 176px;
	background-color: #656565;
}
.recommendMainRight img {
	margin: 3px;
}*/
.recommendDetail {
	margin: 0 60px;
	text-align: left;
	clear: both;
	padding-bottom:30px;
}

.recommendDetail p {
	text-align: left;
	padding-top: 30px;
	clear: both;
	display: block;
	line-height:1.8;
}

.recommendDetail:after,
 .recommendDetail p:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.recommendDetail,
 .recommendDetail p {
	display: inline-block;
}

/* Hides from IE-mac \*/
			* html.recommendDetail,
 * html.recommendDetail p {
	height:1%;
}

.recommendDetail,
 .recommendDetail p {
	display:block;
}

/* End hide from IE-mac */


.recommendBtnTop {
	text-align: center;
	padding-top: 20px;
}

.imgR,
.imgL {
	border: 6px solid;
	border-color: #D5D5D5;
}

/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */


div.main	{
	width: 730px;
}
h3	{
	font-size: 133.3%;
	margin-bottom: 5px;
}

/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}
th, td	{
	padding: 10px 5px;
	color: #1D5C79;
}

/* サンプル1
----------------------------------------------------------- */
.sample1 th	{
	border-bottom: 2px solid #1D5C79;
}

/* サンプル2
----------------------------------------------------------- */
.sample2 th	{
	border-bottom: 2px solid #1D5C79;
}
.sample2 td	{
	border-bottom: 1px solid #DDD;
}

/* サンプル3
----------------------------------------------------------- */
.sample3 th	{
	border-right: 20px solid #FFF;
	border-bottom: 2px solid #1D5C79;
}
.sample3 td	{
	border-right: 20px solid #FFF;
}

/* サンプル4
----------------------------------------------------------- */
.sample4 .odd	{
	background: #E5F2F8;
}

/* サンプル5
----------------------------------------------------------- */
.sample5	{
	border: 1px solid #1D5C79;
}
.sample5 th	{
	border-bottom: 1px dotted #1D5C79;
}

/* サンプル6
----------------------------------------------------------- */
.sample6 th	{
	background: #A0C9DB;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
}
.sample6 td	{
	background: #E5F2F8;
	border-bottom: 1px solid #FFF;
}

/* サンプル7
----------------------------------------------------------- */
.sample7 th	{
	background: #CAE5F1 url(image/th.jpg) repeat-x;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
}
.sample7 td	{
	background: #F4FAFC url(image/td.jpg) repeat-x;
	border-bottom: 1px solid #FFF;
}

/* サンプル8
----------------------------------------------------------- */
.sample8	{
	background: url(image/bg_td.jpg) no-repeat bottom;
}
.sample8 th	{
	background: url(image/bg_th.jpg) no-repeat;
	border-bottom: 1px solid #FFF;
}
.sample9 th.topL	{
	background: url(image/bg_thl.jpg) no-repeat;
}
.sample8 th.topR	{
	background: url(image/bg_thr.jpg) no-repeat top right;
}
.sample8 td	{
	border-bottom: 1px solid #FFF;
}

/* サンプル9
----------------------------------------------------------- */
.sample9 th	{
	border-bottom: 1px solid #DDD;
}
.sample9 td	{
	border-bottom: 1px solid #DDD;
}

/* サンプル10
----------------------------------------------------------- */
.sample10	{
	border: 1px solid #DDD;
}
.sample10 th	{
	background: url(image/th_10.jpg) repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
}
.sample10 td	{
	border: 1px solid #DDD;
	color: #333;
}