@charset "UTF-8";

/****************************************

          Reset CSS

*****************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
body {
	line-height: 1;
}

blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input, textarea,{
    margin: 0;
    padding: 0;
}
input, select {
	vertical-align: middle
}

.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

/* Clearfix */
 
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
/****************************************

          Link

*****************************************/

a {
	color: #007bbb;
}

a:hover {
	color: #0089D0;
	outline-width: 0;/* テストで追加 */
}

a:focus {
    outline:none;
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


/* //////////////////// iFrame Design //////////////////// */

body {
	background-color: #fbfaf5;
	padding: 20px 30px 20px 30px;
}
h2 {
	font-size:22px;
	font-weight: normal;
	background-color:#633;
	padding:10px 20px 10px 20px;
	margin-bottom: 50px;
	color:#ffffff;
	text-align: center;
	clear: both;
}
h3 {
	font-size:18px;
	background-color: #CC9;
	color: #2b2b2b;
	padding: 8px 15px 8px 15px;
	margin: 0px 10px 30px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #392223;
	padding: 4px 15px 4px 10px;
	margin: 0px 20px 20px 20px;
	border-left: 5px solid #392223;
}
p {
	line-height: 1.7em;
	margin: 0px 30px 20px 30px;	
}
ul,
ol {
	line-height: 1.5em;
	margin: 0px 25px 35px 50px;	
}
/* 企画展示 */
.tenji_box {
	margin-bottom: 40px;
}
.image_area {
	text-align: center;
	margin: 0px auto 20px auto;
	float: left;
	width: 20%;
}
.image_area img {
	background-color: #ffffff;
	padding: 5px;
	margin: 0px auto 20px auto;
    box-shadow: 0px 2px 6px #666666;
  -webkit-box-shadow: 0px 2px 6px #666666;
  -moz-box-shadow: 0px 2px 6px #666666; 
}
.detail_area {
	margin: 0px 20px 0px 25%;
}
.schedule {
	font-size: 18px;
	font-weight: bold;
}
.image_area p {
	font-size: 12px;
	line-height: 1.4em;
}
/* 刊行物 */
.publish_box {
	margin-bottom: 40px;
}
.publish_img {
	text-align: center;
	margin: 0px auto 20px auto;
	float: left;
	width: 20%;
}
.publish_img img {
	background-color: #ffffff;
	padding: 5px;
	margin: 0px auto 20px auto;
    box-shadow: 0px 2px 6px #666666;
  -webkit-box-shadow: 0px 2px 6px #666666;
  -moz-box-shadow: 0px 2px 6px #666666; 
}
.publish_detail {
	margin-left: 20%;
}
.pub_title_span {
	font-size: 80%;
}

table {
	width: 100%;
}
table td,
table th {
	border: 1px #666666 solid;
	background-color: #fbfaf5;
	font-size: 18px;
	line-height: 1.2em;
	padding: 15px 10px 15px 10px;
}
table th {
	background-color: #6f514c;
	color: #ffffff;
}




