@charset "UTF-8";
 
/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
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,select{vertical-align:middle}
 
html,body{
    font: 16px/20px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ','Meiryo','Helvetica','Arial','Sans-Serif';
    color: #666;
    height: 100%;
}
a{ color: #69c;}
    a:hover{color:#069;}

#inHeight {
    width: 100%;
    background-color: rgba(255,255,255,1.5);
    background-image: url("img/background_aichiiku.png");
    background-repeat: repeat;
    /*background-attachment: fixed;*/
    background-size: contain;
}

/* 全体 */
#projects{
    width: 670px;
    margin: 0 auto;
    padding: 5px;
}
/*吹き出し*/
#projects h1{
    font-size: 125%;
    color: #fa8072;
    font-weight: bold;
    font-family: "游ゴシック","Yu Gothic",ＭＳ 明朝;
    background: -webkit-repeating-linear-gradient(-45deg, #fff0f5, #fff0f5 3px,#fffff0 3px, #fffff0 7px);
    background: repeating-linear-gradient(-45deg, #fff0f5, #fff0f5 3px,#fffff0 3px, #fffff0 7px);
    margin-top: 0;
    padding: 0.5em 0;/*上下の余白*/
    border-bottom: solid 1px #4682b4;/*下線*/
}
/*内容*/
#projects p{
    font-size: 110%;
    margin-top: 10px;
    padding: 4px;
    line-height: 1.5;
}
/*  シリーズ見出し  */
#projects h3{
    color: #000;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
    position: absolute;
    margin-top: 5px;
    border-left: 5px #d95483 solid;
    padding-left: 10px;
}
/*見出し*/
#projects h4{
	color: #000;
	font-size: 270%;
	margin-top: 25px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	position: absolute;
	text-shadow: 1px 0 1px #555;
	-moz-box-shadow: 1px 0 1px #555;
	-o-box-shadow: 1px 0 1px #555;
	-ms-box-shadow: 1px 0 1px #555;
}
#projects img{border: 1px #a9a9a9 solid;}
table.table1{
	text-align: left;
	line-height: 1.5;
}
table.table1 th{
	width: 300px;
	padding: 20px;
	font-weight: bold;
	text-align: center;
}
table.table1 th h1{
	position: relative;
	padding: 0.6em;
	margin-left: 3px;
	background: #fff0f5;
	border-radius: 6px;
	-webkit-border-radius: 6px;/* for Safari and Chrome */
	-moz-border-radius: 6px; /* for Firefox */
	-o-border-radius: 6px; /* for opera */
}

table.table1 th h1:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent; /*吹き出し部分 */
	border-top: 15px solid #fff0f5; /*吹き出し部分 */
	width: 0;
	height: 0;
}

table.table1 td{
	width: 800px;
	padding: 2px;
	vertical-align: top;
	font-family: "游ゴシック","Yu Gothic",ＭＳ 明朝;
	color: #000;
	font-size: 100%;
	line-height: 1.5em;
	text-align: left;
}
table.table1 td li{
	text-indent: -1em;
	padding-left: 1em;
}
/*吹き出し内容*/
#msg {
	display: inline-block.
	position: relative;
	margin: 5px 0 0 105px;
	padding: 17px 13px;
}
#msg:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	left: -24px;
}
#msg p {
	margin: 0;
	padding: 0;
}

a{ color: #69c;}
    a:hover{color:#069;}
 
#wrapper{
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    display: block;
    background: #fff;
}
/* ヘッダー */
#header{
    overflow: hidden;
}

.bsnw_rogo img{vertical-align:middle;}

/*タグ固定 */
nav{
	width: 90%;
	margin: 0 auto;
	font-size: 100%;
	list-style: none;
	overflow: hidden;
	display: block;
	text-align: center;
}
    nav li{
	float: left;
	border-right: 1px solid #ddd;
	width: 150px;
    }
    nav li font{
	color: #4682b4;
	text-align: center;
    }
    nav li a{
        text-decoration: none;
        font-weight: bold;
	padding: 5px 15px;
	display: block;
    }
    nav li a span{
	display: block;
	margin: 2px 0 0 0;
        color: #dcdcdc;
        font-size: 70%;
        text-decoration: none;
        text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
    }
    nav li a:hover{
    background: #eee;
    text-decoration: none;
    }
    nav li a.active a{
    background: #333; /* 選択したページのタブ色 */
    color: #555;
    text-decoration: none;
}

