/* CSS Document */

/*body*/
body {
	color : #333333;
	font-size: 12px;
    line-height:170%;/*追加*/
	text-align:center;/*追加*/
	font-family: Verdana,Arial,Helvetica,sans-serif,ＭＳ Ｐゴシック,Osaka;
	background-color: #F4F4F4;
	border: none;
	background-image: url(img/bg_sample.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding:0px;
	margin:0px;
}

/*flash*/
div.flash{
	text-align: center;
	vertical-align: middle;
}
table#flash{
	width: 100%;
	height: 100%;
	padding:0px;
	margin: 0px;
}
div.f_sen{
	font-size:10px;
	margin-top:15px;
}

/* body */
#wrapper {
	padding : 0;
	width : 650px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

/* a */
a:link{/*リンクの時の設定*/
	color: #ce1109;
	text-decoration: none;
}
a:visited{/*訪れ済みのリンクの設定*/
    color: #ce1109;
    text-decoration: none;
}
a:hover {
	color: #ce9b13;
	text-decoration: underline;
}

a:active {/*マウスを当てた時とクリックしたときの設定*/
	color: #ce9b13;
	text-decoration: underline;
}

/*img*/
a img{
	text-decoration: none;
	border: none;
	padding:0px;
	margin: 0px;
}

/* address */
adress{
	text-align:center;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-style: normal;
}
div.address{
	background-color:#265e3a;
	width:650px;
	text-align:center;
	padding:0px;
	line-height:30px;
	margin-top: 30px;
	color: #FFFFFF;
	font-size:10px;
	font-style: normal;
}

/* p */
p {
	margin:15px 0px 15px 0px;
	padding:0px;
}

/* page */
#main{
	margin: 20px 0px 20px 20px;
	padding:0px;
	text-align:left;
	width:610px;
}

h1{
	margin:0px;
	padding:0px;
}
/*top page title*/
h2 {　
	width:610px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	text-decoration: none;
	margin: 15px 0px 0px 0px;
	font-family: Helvetica,Arial,Verdana;
}
h3 {
	width:610px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	text-decoration: none;
	margin:10px 0px 10px 0px;
	font-weight: bold;
}

/* index2_aboutme */
div.aboutme{
	width:610px;
	padding-left:100px;
	text-align:left;
	background-image: url(img/me.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
}

/* next&prev */
div.prev{
	float:left;
	width:33%;
	font-size: 10px;
	text-align:left;
	margin-bottom:10px;
}
div.index{
	float:left;
	width:33%;
	font-size: 10px;
	text-align:center;
	margin-bottom:10px;
}
div.next{
	float:right;
	width:33%;
	font-size: 10px;
	text-align:right;
	margin-bottom:10px;
}
br.clear{
	clear:both;
	margin-bottom:20px;
	padding-bottom:10px;
}
/* note img */
img.notep{
	border:1px solid #000000;
	margin-top:10px;
	margin-left:0px;
	margin-bottom:15px;
	marigin-right: 8px;
}

/* top of page */
div.top{
	text-align:right;
}

/* note_index */
div.note_img{
	float:left;
	width: 200px;
	border: none;
	margin:0 0 0 0;
}
div.note_sen{
	float:right;
	width:400px;
	text-align:left;
	padding:0px;
	margin:0 0 0 0px;
}
h3.note{
	width:400px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	text-decoration: none;
	margin:5px 0 0 0;
}

/* photo_index */
img.photo{
	border:none;
	vertical-align: middle;
	text-align: left;	
}
img.photo a:link a:visited a:hover a:active {/*リンクの時の設定*/
	border:none;
}
/*data*/
ul.data { /*data_list_setting*/
	list-style-type:none;
	text-align:left;
	margin:10px 0px 20px 10px;
	padding:0px;
    line-height:170%;/*追加*/
}
li{
    padding:3px 0px 3px 0px;/*追加*/
}
img.line{
	margin:10px 0px 5px 0px;
}
div.gokei{
	border:2px solid #333333;
	padding:5px 10px 5px 0px;
	width:600px;
	text-align:right;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
}
div.map{
	text-align:right;
	float:right;
}
div.map_text{
	float:left;
       width:250px;
}