@charset "utf-8";

body {
	background: #FFFFFF url(../images/bg.gif);
} /* 全体の背景指定 */

#wrapper #contents { width: 1000px; }


/* anchor */
#wrapper #article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}


/* #main */
#wrapper #contents #main { 
	width: 675px;
	padding-bottom: 35px;
}
#wrapper #contents #main .innerlink-head {
	background: url(../images/bg_footer.png) no-repeat center bottom;
	padding-bottom: 10px;
	padding-left: 15px;
}
#wrapper #contents #main .innerlink-head a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}


/* #side */
#side { padding: 10px 0px 0px; }

#side .box{
	/* border-radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
	/* box-shadow */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}


/* #header */
#wrapper #contents #main #article #header {
	width: 675px;
	position: relative;
}


/* */
#header {
	/* タイトル画像指定 */
	background: url(../images/header_page.png) no-repeat 0px 0px;
	height: 313px;
}
#header h1 {
	padding-top: 10px;
	padding-bottom: 37px;
}

#header h1 a {
	text-indent: -9999px;
	display: block;
	height: 220px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#header p {
	display: none;
}

#header #nav a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=100);*/
	-moz-opacity:100;
	opacity:100;
}
#header #nav ul {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
}

#header #nav li{
	float: left;
	width: 160px;
	text-align: center;
}
#header #nav #link-about a {
	background: url(../images/menu_1.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 143px;
	margin-right: auto;
	margin-left: auto;
}
#header #nav #link-about a:hover { background: url(../images/menu_1.png) no-repeat left -36px; }
#header #nav #link-cast a {
	background: url(../images/menu_2.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 143px;
	margin-right: auto;
	margin-left: auto;
}
#header #nav #link-cast a:hover { background: url(../images/menu_2.png) no-repeat left -36px; }
#header #nav #link-bosyu a {
	background: url(../images/menu_3.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 143px;
	margin-right: auto;
	margin-left: auto;
}
#header #nav #link-bosyu a:hover { background: url(../images/menu_3.png) no-repeat left -36px; }
#header #nav #link-kanran a {
	background: url(../images/menu_4.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 143px;
	margin-right: auto;
	margin-left: auto;
}
#header #nav #link-kanran a:hover { background: url(../images/menu_4.png) no-repeat left -36px; }
#article {
	background: url(../images/bg_rep.gif) repeat-y center top;
	padding-bottom: 40px;
}
#article p {
	line-height: 140%;
}
#article a {
	color: #D2000F;
	text-decoration: underline;
}


#article #pageHeader {
	background: url(../images/h2.gif) no-repeat;
	height: 79px;
	width: 675px;
}
#article #pageHeader h2 {
	display: none;
}
#article #pageHeader #weekmenu {
	padding-left: 417px;
	padding-top: 27px;
}

#article #pageHeader #weekmenu li {
	height: 42px;
	width: 47px;
	float: left;
}
#article #pageHeader #weekmenu li a {
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 42px;
}
#article #pageHeader #weekmenu .list1 a { background: url(../images/btn_mon.gif) no-repeat center center;}
#article #pageHeader #weekmenu .list2 a { background: url(../images/btn_tue.gif) no-repeat center center;}
#article #pageHeader #weekmenu .list3 a { background: url(../images/btn_wed.gif) no-repeat center center;}
#article #pageHeader #weekmenu .list4 a { background: url(../images/btn_thu.gif) no-repeat center center;}
#article #pageHeader #weekmenu .list5 a { background: url(../images/btn_fri.gif) no-repeat center center;}
#article .entry {
	width: 634px;
	margin-right: auto;
	margin-left: auto;
}
#article .entry .title {
	background: #D2000F url(../images/h3_foot.gif) no-repeat center bottom;
	padding-bottom: 10px;
}

#article .entry .title h3 {
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/h3.gif) no-repeat;
	padding-top: 20px;
	padding-left: 65px;
	padding-bottom: 3px;
	font-size: 123.1%;
}
#article .entry .date {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
#article .entry .text {
	padding: 10px 20px 20px;
	word-break: break-all;
	overflow: hidden;
}
#article #blog_btn {
    margin-left: auto;
    margin-right: auto;
    width: 634px;
	overflow: hidden;
}
*html #article #blog_btn {
	zoom: 1;
}
#article #blog_btn span.prev a{
	width: 79px;
	height: 36px;
	display: block;
	background: url(../images/btn_back.gif) no-repeat;
	text-indent: -9999px;
	float: left;
	padding: 0px 10px 0px 0px;
}

#article #blog_btn span.next a{
	width: 79px;
	height: 36px;
	display: block;
	background: url(../images/btn_next.gif) no-repeat;
	text-indent: -9999px;
	float: left;	
}
#side a {
	color: #E40077;
	text-decoration: underline;
}
#side .sideBox {
	border: 1px solid #D2000F;
	border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	padding-bottom: 10px;
	background: #FFFFFF;
	margin-bottom: 10px;
}
#side .sideBox h4 {
	border-radius: 10px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	background: url(../images/h4.gif) repeat;
	padding: 5px 5px 5px 10px;
}
#side #calendar .month {
	text-align: center;
	font-size: 123.1%;
	font-weight: bold;
	padding-bottom: 5px;
}
#side #calendar .month a {
	font-size: 123.1%;
	color: #E40077;
	text-decoration: none;
}


#side #calendar table {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}

#side #calendar table th {
	font-weight: bold;
	text-align: center;
	padding: 3px 0px;
}
#side #calendar table td {
	padding: 3px 0px;
	text-align: center;
}
#side #calendar a {
	font-weight: bold;
	color: #D2000F;
}
#side #new ul {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#side #new li {
	background: url(../images/star.gif) no-repeat left top;
	padding-left: 15px;
	padding-bottom: 5px;
	line-height: 120%;
}
#side #category ul {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#side #category li {
	background: url(../images/star.gif) no-repeat left top;
	padding-left: 15px;
	padding-bottom: 5px;
	line-height: 120%;
}
#side #backnumber ul {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#side #backnumber li {
	background: url(../images/star.gif) no-repeat left top;
	padding-left: 15px;
	padding-bottom: 5px;
	line-height: 120%;
}

