@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	display:inline-block;
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
#container {
	margin:20px auto;/* ウィンドウを中央に寄せる */
	width:1000px;/* ウィンドウの幅を指定 */
	text-align:left;
}
#container{
	text-align:center;
	margin: 20px auto;
	width:470px;
}

h1{
	text-align:left;
	font-size:133%;
	border-top: 2px solid #0069b7;
	border-bottom: 2px solid #0069b7;
	padding-top: 5px;
	padding-bottom: 5px;
	width:450px;
}

.photo1{
	width:200px;
}

.photo2 {
	width:200px;
}

table{
	width:425px;
	border: 1px solid #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

caption{
	background-color: #0069b7;
	color: #fff;
	padding: 5px;
	font-size: 105%;
	border: 1px solid #000
}

th{
	background-color: #D3EDFA;
	width:60px;
	padding: 5px;
	color: gray;
	text-align: left;
	border: 1px solid gray;
	font-size: 80%;

}

td{
	border:1px solid gray;
	font-size: 80%;
	padding: 5px;
	width: 100px;
	text-align: left;
}
	
.breadcrumb{

	margin-top: 10px;
	margin-bottom: 10px;
	
}
.breadcrumb ul{
	
	padding-bottom: 10px;
	padding-left: 0px;

}
.breadcrumb li{

	float:left;
	list-style-type:none;

}