@charset "utf-8";
/* CSS Document */

body {
	background-color: #39F;
}
#footer {
	background-image: url(../../img/footer_bg.jpg);
	background-repeat: repeat-x;
}
#copyright{

	}
#copyright td{
	color: #FFF;
	text-indent: 10em;
	}
.copyright {
	clear: left;
	padding-left: 50px;
	color: #FFF;
}


.center{
	text-align: center;
}

/*汎用定義*/
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
	width: auto;
}
.baseline {
	text-align:baseline;
}
#container .topImgSpace {
	float: left;
	width: 311px;
}
#container #navigation {
	width: 415px;
	float: left;
}


.top {
	vertical-align:top;
}
.middle {
	vertical-align:middle;
}
.bottom {
	vertical-align:bottom;
}
.baseline {
	vertical-align:baseline;
}


/*body定義*/
body {
	font:14px
}

p:first-letter{

	/*段落の最初の文字に対する指定*/
	
}
p:first-line{

	/*段落の最初の行に対する指定*/
	
}

/*リンクテキスト定義*/
a:link{
	color:coral;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color: #1758EC;
}
a:visited{
	color:coral;
}

.box {
	padding-left: 15px;
	padding-right: 15px;
}
.box p {
	line-height: 160%;

}
.box ul {
	padding-left: 15px;
	padding-right: 15px;
}

.box ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.thumbnailbox {

}
.thumbnailbox img {
	background-color: #FFF;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #A6D2FF;
	margin-top: 5px;
	margin-bottom: 5px;
}

.breadNav ul{
	background-color: #093;

	}
.breadNav li{
	padding-right: 15px;
	display: inline;
	}

.spacingbox15{
	height: 15px;
	}

/*フォーム部分のデザイン*/
input,textarea {color:#0066FF;}



/*テーブル定義*/
caption {
	caption-side:top;
	/*テーブルの上部に表示*/
	width:100%;
	/*テーブルと同じ横幅*/
	background-color: #CCC;
	/*背景色*/
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	/*キャプション内の余白(tdthと揃える)*/
}
table,th,td {
	border:solid skyblue 1px;
	/*テーブルの罫線*/
}


table {
	empty-cells:show;
	/*空のセルでも表示可能にする*/
	table-layout:fixed;
	/*一行ごとにレンダリングさせるので表示が早くなる*/
	width:100%;
	/*テーブルの横幅*/
	font-size:100%;
	/*テーブル内の文字の大きさをページ指定文字の大きさをそのまま継承*/
	border-collapse:collapse;
	clear: both;
	/*テーブル、セルなど枠線を重ね合わせてひとつの要素にする*/
}
th,td {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #3195FE;
	border-right-color: #3195FE;
	border-bottom-color: #3195FE;
	border-left-color: #3195FE;
	/*セル内の余白*/
}
th {
	border:1px solid #195DED;
	background-color: #A6D2FF;
	margin-left: 15px;
	/*thの罫線色と幅*/
}
#header {
	background-color: #FFF;
}
#container {
	background-color: #FFF;
	height: 420px;
}
#container #navigation .box h2 {
	font-size: 130%;
	color: #39F;
	font-weight: bold;
	line-height: 170%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3499FF;
}

h1 {
	display: none;
}


#footer {
	background-image: url(../../img/footer_bg.jpg);
	width: 100%;
}
#footer .banaSpace img {
	float: left;
}




/*miniウインドウ*/


#miniheader {
	background-color: #FFF;
	background-image: url(../../img/miniheader_bg.png);
	height: 80px;
	width: 100%;
}
#minifooter {
	background-color: #FFF;

}
#minicontainer {
	background-color: #FFF;
}
#minicontainer .box h2 {
	color: #1E68F1;
	font-size: 160%;
	line-height: 180%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2577F5;
}
#minicontainer .box h3 {
	color: #1E68F1;
	font-size: 130%;
	line-height: 120%;
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #1E68F1;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.minicopyright {
	color: #FFF;
	text-align: center;
	background-color: #FFF;
}
