/* core.css */

/* html */
html, body {
	margin: 0;
	padding: 0;
    height: 100%;
	background:#fff;
}
div#container {
    height:100%;
    min-height: 100%;
}
body > #container {
    height: auto;
}
html {
	background: transparent;
}
body {
	margin: 0;
	padding: 0;
	background: #FFCD6B url(../img/site_bg1.gif) scroll repeat-y top left;
	text-align: left;
}


a:link {
	text-decoration: underline;
	color: #3366FF;/* 039 */
}
a:visited {
	text-decoration: underline;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #6699FF;
}
a:active {
	text-decoration: none;
	color: #6699CC;
}
em {
	font-style: normal;
	color: #CC0000;
}
em {
	font-style: normal;
	color: #CC0000;
}

/* */
a.out {
	display: block;
	padding: 0px 0px 0px 10px;
	width: 100%;
	background: transparent url(../img/decoration_arrow_small.gif) scroll no-repeat left 4px;
}

blockquote {
	margin: 0.5em 1em 1em 1em;
	padding: 0.75em 20px 1em 20px;
	border: 1px solid #6699CC;
	color: #444;
	line-height: 1.5em;
	text-align: justify;
}
strong {
}
em {
}

/* List */

/* form*/
 
form {
	margin: 1em 0;
}
fieldset {
	padding: 1px 0;
	border: none;
}
legend {
	padding: 0 10px;
	background-color: #fff;
}
input,
textarea {
	padding: 0.2em;
}
input:hover,
textarea:hover {
}
/*
input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #999 #BBB #DDD #AAA;
	background-color: #fff;
}
input:hover,
textarea:hover {
	border-color: #00a0dd;
}
*/
textarea {
	/*padding: 0.5em 10px;*/
}
input.submit {
	padding: 4px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #9FE5FF #0588B8 #0588B8 #9FE5FF;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #01b0f0;
}
input.submit:hover {
	background-color: #0588B8;
}
input.radio {
	border: none;
	background-color: transparent;
	background-image: none;
}

/* layout */

/* container */
div#header,
div#contents,
div#footer {
	width: 900px; /*(60%~ | 600px~ | 60em~) etc.*/
	margin: 0 auto 0 0;
	padding: 0;
	text-align: left;
	background-color: white;
}

/* main */
body div#main {
	width: 526px;/* 521px+5px */
	float: left;
	margin-right: -1px;
	margin-left: 22px;
	padding: 0;
	_display: inline;
}

/* Utilities */
body div#utilities {
	width: 323px; /* 330px */
	padding: 3.1em 0 0 0;
	float: right;
	clear: right;
}


/*========================================

  div#header

========================================*/

div#header {
	position: relative;
	width: 935px;
	padding: 1px 0 0 0;
	/*height: 175px;*//* 149px; *//* 176px */
	height: 137px;/* 138px */
	background-color: #fff;
	background-image: url(../img/header_bg_narrow.jpg);
}

/* Website Title */
div#header p.siteName {
	margin: 0 0 0 47px;
	padding: 0;
	/*line-height: 1;
	font-size: 144%;
	font-weight: bold;*/
	text-indent: -9999px;
}

div#header p.siteName a {
	display: block;
	text-decoration: none;
	width: 230px;
	height: 56px;/* 57px */
	color: white;
	outline: 0;
}
div#header p.siteName a:hover {
	color: #000;
}
div#header p.description {
	margin: 0 30px 25px;
	font-size: 92%;
	display: none;
}

/* ul#assistNavi */
 
ul#assistNavi {
	position: absolute;
	top: 16px;
	right: 60px;
}
ul#assistNavi li {
	float: left;
}
ul#assistNavi li a {
	margin-left: 24px;
	padding-left: 15px;
	background: transparent url(../img/icon_assistNavi_marker.gif) no-repeat scroll left 0.2em;
	font-size: 90%;
	color: #000;
	text-decoration: none;
}

ul#assistNavi li.hatena a {
	margin-left: 6px;
	padding-right: 15px;
	background: none;
	font-size: 90%;
	color: #000;
	text-decoration: none;
}

/* ul#globalNavi */
 
ul#globalNavi {
	margin: 0 0 0 0;
	padding: 0 0 0 22px;
	line-height: 1;
	list-style-type: none;
}
ul#globalNavi li {
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
	width: 136px;
	height: 73px;
	text-align: center;
}
ul#globalNavi li a {
	padding: 0;
	width: 136px;
	height: 73px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	text-decoration: none;
	outline: 0;
	text-indent: -9999px;
}
ul#globalNavi li a:hover,
ul#globalNavi li.current a {
	color: #333;
}

ul#globalNavi li.toppage, ul#globalNavi li.toppage_current {
	background: transparent url(../img/globalNavi_narrow.jpg) scroll no-repeat 0px 0px;
}
ul#globalNavi li.toppage a:hover, ul#globalNavi li.toppage_current a {
	background: transparent url(../img/globalNavi_narrow.jpg) scroll no-repeat 0px -73px;
}
ul#globalNavi li.seisaku, ul#globalNavi li.policy_current {
	background: transparent url(../img/globalNavi_narrow.jpg) scroll no-repeat -144px 0px;
}
ul#globalNavi li.seisaku a:hover, ul#globalNavi li.policy_current a {
	background: transparent url(../img/globalNavi_narrow.jpg) scroll no-repeat -144px -73px;
}
ul#globalNavi li.profile, ul#globalNavi li.profile_current {
	background: transparent url(../img/globalNavi_narrow.jpg) scroll no-repeat -288px 0px;
}
ul#globalNavi li.profile a:hover, ul#globalNavi li.profile_current a {
	background: transparent url(../img/globalNavi_narrow.jpg) scroll no-repeat -288px -73px;
}
ul#globalNavi li.topics, ul#globalNavi li.topics_current {
	background: transparent url(../img/globalNavi_narrow.jpg) scroll no-repeat -432px 0px;
}
ul#globalNavi li.topics a:hover, ul#globalNavi li.topics_current a {
	background: transparent url(../img/globalNavi_narrow.jpg) scroll no-repeat -432px -73px;
}
ul#globalNavi li.katudou, ul#globalNavi li.activity_current {
	background: transparent url(../img/globalNavi_narrow.jpg) scroll no-repeat -576px 0px;
}
ul#globalNavi li.katudou a:hover, ul#globalNavi li.activity_current a {
	background: transparent url(../img/globalNavi_narrow.jpg) scroll no-repeat -576px -73px;
}
ul#globalNavi li.hatugen, ul#globalNavi li.analects_current {
	background: transparent url(../img/globalNavi_narrow.jpg) scroll no-repeat -720px 0px;
}
ul#globalNavi li.hatugen a:hover, ul#globalNavi li.analects_current a {
	background: transparent url(../img/globalNavi_narrow.jpg) scroll no-repeat -720px -73px;
}

/* div#contents */
 
div#contents {
	padding-bottom: 1px;
	background-color: #fff;
}
p.topicPath {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 2em;
}
p.topicPath a {
	/*text-decoration: none;*/
}
p.topicPath a span.current {
	padding: 2px 0.5em;
	border: 1px solid #69C;
	/*color: #000;*/
	background-color: #F5F5F5;
	/*text-decoration: none;*/
}
/* div#main */
/* div.entry */
div.entry {
	margin: 1em 20px 1em 15px;
	padding: 1px 0;
	_height: 1px; /* for IE6 */
	*min-height: 1px; /* for IE7 */
	clear: both;
}

/* entry title */
div.entry h2 {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid black;
	font-size: 125%;
}
div.entry h2 img {
	vertical-align: top;
}
#main h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 2px 0 2px 6px;
	border-left: 5px solid #10B7D0;
	border-bottom: 1px solid #10B7D0;
	font-size: 110%;
	font-weight: bolder;
}
div.entry h4 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 2px 0 2px 0;
	background: transparent url(../img/profile/line_dot.gif) repeat-x scroll left bottom;
	font-weight: bolder;
}
/* ul.info */
div.entry ul.info {
	margin-bottom: 1em;
}
.entry .date {
	text-align: right;
	color: #666;
}
.entry img.left {
	float: left;
	margin: 0 1em 5px 0;
}
.entry img.right {
	float: right;
	margin: 0 0 5px 1em;
}
.entry p {
	text-align: justify;
	padding-bottom: 1em;
	line-height: 1.5em;
}
.entry blockquote p {
	padding-bottom: 0;
}
#main p.tright {
	text-align: right;
}
.entry strong {
	font-weight: bolder;
}
.entry dl {
	padding-bottom: 1em;
	line-height: 1.5em;
}
.entry dt {
	font-weight: bolder;
}
.entry span.right {
	display: block;
	text-align: right;
}
.textBody em {
	color: black;
	font-style: italic;
}
.textBody ol {
	list-style-type: decimal;
	margin-left: 1em;
	margin-bottom: 1em;
	padding-left: 2em;
}
.textBody ol li {
	list-style-type: decimal;
	margin-bottom: 0.25em;
}
.textBody ul {
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 1em;
	padding-left: 2em;
}
.textBody ul li {
	list-style-type: disc;
	margin-bottom: 0.25em;
}


/* page navi */
p.archives {
	margin: 1em 30px;
}
p.return {
	margin: 0 30px;
	padding: 0.7em 0;
	text-align: right;
	clear: both;
}
p.return a {
	padding: 0 0 0 1.5em;
	line-height: 1.5em;
	background: transparent url(../img/icon_pagetop.gif) no-repeat scroll left 0.2em;
}

/* photos */
 
#main ul.photos {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#main ul.photos li {
	float: left;
	list-style-type: none;
	margin-left: 0;
	margin-right: 9px;
	margin-bottom: 1em;
	padding-bottom: 0;
}
#main ul.photos li.last {
	margin-right: 0px;
}
#main ul.photos img {
	display: block;
	padding: 4px;
	border: 1px solid black;
	background-color: #FFF;
}
/* archives */
 
#main ul.archives {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#main ul.archives li {
	margin-left: 10px;
	padding-left: 1em;
	list-style: none;
	background: transparent url(../img/icon_disc_syan.gif) no-repeat scroll left 0.4em;
	_height: 1px; /* for IE6 */
	*min-height: 1px; /* for IE7 */
}

.linkpdf {
	line-height: 1.5em;
}
.linkpdf a {
	padding-left: 20px;
	background: transparent url(../img/icon_pdf_small.gif) no-repeat scroll left top;
}
.linkpdf img {
	padding: 0 0.5em 0 0;
	vertical-align: middle;
	background-color: white;
}

/* flip */
 
.flip {
	border-top: 1px solid black;
	padding-top: 8px;
	text-align: center;
}
.flip ul {
	margin: 0 auto 0.5em auto;
	width: 280px;
}
.flip li {
	float: right;
	color: #999;
}
.flip li.newer {
	margin-left: 8px;
	width: 80px;
	text-align: left;
	background: transparent url(../img/flip_arrow_r_grey.gif) no-repeat scroll right 0.3em;
}
.flip li.newer a {
	display: block;
	width: 80px;
	background: white url(../img/flip_arrow_r.gif) no-repeat scroll right 0.3em;
}
.flip li.top {
	padding: 0 8px;
	text-align: center;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.flip li.older {
	margin-right: 8px;
	width: 70px;
	text-align: right;
	background: transparent url(../img/flip_arrow_l_grey.gif) no-repeat scroll left 0.3em;
}
.flip li.older a {
	display: block;
	width: 70px;
	background: white url(../img/flip_arrow_l.gif) no-repeat scroll left 0.3em;
}

/* div#utilities */
 
div#utilities p {
	margin: 0.2em 10px;
}
div#utilities .pickup,
div#utilities .pickup2 {
	width: 311px;
	border: 1px solid #007EFF;
	margin-bottom: 9px;
}
div#utilities .pickup h3,
div#utilities .pickup2 h3 {
	margin-bottom: 0.25em;
	font-weight: bolder;
}

/* sosial link */
div#utilities #rightSideMenu_socialLink ul {
	list-style:none;
}
div#utilities #rightSideMenu_socialLink li {
	float:left;
	padding-right:5px;
}
div#utilities #rightSideMenu_socialLink li.facebook {
	vertical-align: top;
	width:180px;
	height:25px;
}
div#utilities #rightSideMenu_socialLink li.twitter {
	width:150px;
}

div#utilities #rightSideMenu_socialLink li.globalsign {
    float: left;
    margin-bottom: 10px;
}

div#utilities #rightSideMenu_socialLink li.hatena a.hatena-bookmark-button img {
    
	vertical-align: top;
}

div#utilities #rightSideMenu_socialLink .google div {
	width:70px!important;
}

/* facebook*/
div#facebook_bunner{
	margin-bottom: 10px;
}

/* facebook*/
div.side_bunner{
	margin-bottom: 10px;
}

/* bunner kids */
div#bunner_kids{
	margin-bottom: 10px;
}

/* pickup movie */
div#utilities #pickup_movie {
	background: red url(../img/pickup_movie_btn_bg.gif) scroll no-repeat bottom center #fff;
}
div#utilities #pickup_movie table {
	/*width: 308px;*/
	width: 280px;
	margin: 9px 0 9px 16px;
}
/*
#pickup_movie td.left {
	padding: 14px 0 14px 14px;
}
#pickup_movie td.right {
	text-align: right;
	padding: 14px 14px 14px 0;
}
*/
#pickup_movie a.btn {
	display: block;
	margin-top: 5px;
}

#pickup_movie td.new,
#pickup_movie td.title {
	vertical-align: middle;
}
#pickup_movie td.new {
	width: 65px;
}
#pickup_movie td.title {
	width: 215px;
	font-size: 1.1em;
	font-weight: bolder;
}
#pickup_movie td.movie {
	padding-top: 8px;
}
#pickup_movie td.link {
	padding: 3px 0;
	text-align: right;
}

/* pickup mm */
#pickup_mm {
	padding-bottom: 10px;
	text-align: center;
}
#pickup_mm h3 {
}
#pickup_mm table {
	width: 296px;
	margin: 7px;
}
#pickup_mm table td.center {
	vertical-align: middle;
}


/* pickup2 */
div#utilities .pickup2 {
	border: 1px solid #00B20D;
}
.pickup2 table {
	width: 308px;
	margin: 2px 2px 1px 2px;
	border: 1px solid #7DEB4C;
}
.pickup2 td.left {
	padding: 14px 6px 14px 6px;
}
.pickup2 img.right {
	margin-top: 10px;
	padding-left: 45px;
}
.pickup2 td.right {
	text-align: right;
	padding: 14px 14px 14px 0;
}
div#utilities .pickup2 td p {
	margin: 0 0 0.2em 0;
	padding: 0;
}

/* pickup contact */
#pickup_contact {
	padding-bottom: 7px;
	text-align: center;
}
#pickup_contact h3 {
	margin-bottom: 7px;
}
#pickup_contact strong {
	font-weight: bolder;
	line-height: 175%;
}
/* pickup link */
#pickup_link ul {
	width: 296px;
	margin: 7px;
	padding: 0;
}
#pickup_link li {
	margin: 8px 0;
	padding: 0;
	text-align: center;
}
#pickup_link li {
	padding: 0;
}

/* pickup date */
 
.pickup .date {
	font-size: 80%;
}
.pickup .date img {
	vertical-align: middle;
}


/* div#footer */
 
div#footer {
	width: 900px;/* 900 */
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #00C2E0;
}
div#footer a {
	text-decoration: none;
}
div#footer a:hover {
}
div#footer ul {
	margin: 10px 20px 2em 20px;
	margin: 0.7em 0;
	text-align: right;
	color: #333;
	font-size: 85%;
}
div#footer ul li {
	display: inline;
}
div#footer address {
	padding: 10px 20px 2em 20px;
	text-align: center;
	font-style: normal;
}

/* Calendar */
 
table.calendar {
	margin: 0 auto 5px;
	width: 300px;
}

table.calendar th,
table.calendar td {
	padding: 0;
	line-height: 1.8;
	font-size: 85%;
	text-align: center;
}

table.calendar th {
	line-height: 2;
	font-weight: normal;
}

table.calendar th.sat {
	font-weight: bold;
	background-color: #e5e5e5;
}

table.calendar th.sun {
	font-weight: bold;
	background-color: #e5e5e5;
}

table.calendar td {
	color: #888;
	padding: 0;
	width: 14%;
}

table.calendar td a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #2799d1;
}

table.calendar td a:visited {
	color: #333;
	background-color: #eee;
}

table.calendar td a:hover {
	border-color: #84dafe;
	color: #fff;
	background-color: #2799d1;
}

/* Clearfix */
 
ul#globalNavi,
div#contents,
div.entry ul.info,
div.entry div.textBody,
ul.reaction,
ul.thumb,
ul.flip,
body.multi2 div#utilities,
body.multi2-l div#utilities,
ul#assistNavi,
#main ul.photos,
.flip ul,
.clearfix {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}
ul#globalNavi:after,
div#contents:after,
div.entry ul.info:after,
div.entry div.textBody:after,
div.entry ul.reaction:after,
ul.thumb:after,
ul.flip:after,
body.multi2 div#utilities:after,
body.multi2-l div#utilities:after,
ul#assistNavi:after,
#main ul.photos:after,
.flip ul:after,
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.clear {
	display: block;
	clear: both;
}

/* IE6：カラム落ち防止 */

div#main,
div#utilities dl.navi,
div#utilities dl.others {
	_overflow: hidden;
}
img {
	margin: 0;
	padding: 0;
}