﻿@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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

body{

}

#wrapper {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 74%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;

}

#nav{
	width:200px;
	float:left;
	margin-left:50px;
}


#nav li{
	margin-top:5px;
	margin-bottom:5px;
	list-style-type:none;
}

#nav .fb{
	padding-left:10px;
	padding-top:30px;
	margin-bottom:30px;
	}


#main{
	width:600px;
	float:right;

	}
	
#footer{
	clear:both;
	padding-top:60px;
	}

address{
	margin-top:30px;
	border-top:solid #222222 1px;
	text-align:center;
	font-style:normal;	
}


.three_row{
	float:left;
	width:210px;
	margin-right:5px;
}
.three_row2{
	float:right;
	width:170px;
}

.topimage{
	margin-bottom:30px;
	}


.title{
	margin-bottom:10px;
	margin-top:15px;
}

.title2{
	padding-left:20px;
	padding-bottom:5px;
	line-height:165%;
	font-weight:bold;
	font-size:110%;
}

.news{
	width:160px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	/*	font-size:87%; */
	line-height:150%;
	color:#333333;
}
.news a{
	color:#333333;	
	}
	
.news a:hover{
	color:#BC4036;
}

	

.photo_r{
	text-align:right;
}

.photo_fr_r{
	float:right;
	padding-top:20px;
	margin-left:20px;		
}

.photo_c{
	text-align:center;
	margin-top:10px;
}


.text{
	padding-left:20px;
	padding-bottom:10px;
	line-height:165%;
}
.topics {
	line-height: 150%;
	border: thin dotted #CC9900;
	padding:10px;
	color: #693829;
	font-size: small;
	font-weight: bold;
}


.two_row{
	float:left;
	width:400px;
}

.point{
	font-style:normal;
	font-weight:bold;
	color:#990000;	
}

.info{
	background-color:#ffeeee;
	width:600px;
	padding-top:2px;
	padding-bottom:10px;	
	}
.detail{
	background-color:#eeeeee;
	width:580px;
	padding-bottom:10px;
	padding-right:20px;
	margin-top:20px;	
	}	


	
table{
	
	width:300px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-left:20px;
	font-size:90%;
	color:#333333;
	
	}
	
td{
	border:dotted #cccccc 1px;
	padding:3px;
	text-align:center;
	vertical-align:middle
	}
	
.table2{
	
	width:550px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-left:20px;
	border:border:dotted #cccccc 1px;
	
	}



a:hover{
	color:#BC4036;
}

h1{
	font-size:large;
	margin-bottom:20px;
	}
	
h3{
	font-size:110%;
	margin-top:20px;
	margin-bottom:10px;
	padding:10px;
	border-bottom:solid 1px #999999;	

}
