@charset "utf-8";
/* マージン初期化 */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
   margin:0;
   padding:0;
}


body {
	color: #666666;
	font-family:  Verdana, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100.01%;
}
a:link {
	text-decoration: none;
	color: #FF6600;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
img {
    border:none;
}
p {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 140%;
	padding-right: 5px;
}
#menu,#footer,#header_right {
	display: none;
}
h1 a {
	color: #88ac14;
}
h1 {
	color: #88ac14;
}
h2 {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88ac14;
	font-weight: bold;
}
h3 {
	color: #88ac14;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #88ac14;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
h4 {
	color: #88ac14;
	font-weight: bold;
}
h5 {
	color: #666666;
	font-weight: bold;
}
h6 {
	color: #88ac14;
}

.photo_right {
	padding: 5px;
	float: right;
}
.photo_left {
	padding: 5px;
	float: left;
}
.clear {
clear: both;
}

