@charset "UTF-8";

/*ブラウザリセット -----------------------------*/

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%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	margin: 0px 10px 10px 10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*全体 -----------------------------------*/
body{
	line-height: 1.5;
	color:#2d2d2d;
	background-color:#e8ece9;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
/*ヘッダー -------------------------------*/
#header{
	background-color:#e8ece9;
	width:900px;
	height:280px;
	background-image:url(photo/top.jpg); 
	margin:0 auto;
}

#header .inner{
	padding:10px 20px;
	font-size: 30pt;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
#header .field{
	font-size: 20pt;
}
/*ナビ -----------------------------------*/
#nav{
	background-color:#00afcc;
}
#nav ul{
	width:900px;
	margin:0 auto;
	border-right:#fff 1px solid;
	overflow:hidden;
}
#nav li{
	float:left;
	width:149px;
	list-style: none;
	border-left:#fff 1px solid;
}
#nav a{
	text-decoration: none;
	display:block;
	padding:10px 0;
	text-align:center;
	color:#fff;;
}
#nav a:hover{
	background-color:#006a6c;
}
/*メイン -----------------------------*/

#main{
	background-color:#fff;
	width:900px;
	margin:0px auto;
	border: 1px solid white;
}
#main p{
	margin: 0px 10px 10px 10px;
	padding: 0px 10px 10px 10px;
	
}

#main h3{
	margin: 5px 5px 10px 5px;
	padding: 5px 5px 5px 5px;
	font-size:20px;
	border-color:#00afcc;
	border-width:0px 0px 1px 7px;
	border-style:double;
	background:#F8F8F8;
}

#main strong{
	font-weight:bold;
}

#main img{
      max-width: 490px;
}

.italic{
	font-style:italic;
}
.paper{
	/*text-align: center;*/
}

/*写真* -----------------------------------*/
.kadai{
	text-align: center;
}
.te-buru{
	width:900px;
	margin:0px auto;
	text-align: center;

}
.te-buru td{
	width:265px;
	font-size:11px;

}

/*フッター --------------------------------*/
#footer{
	padding:10px 0;
	background-color:#666c67;
}
#footer .inner{
	width:900px;
	margin:0 auto;
}
