@charset "UTF-8";

/*about.html専用
-----------------------------------------*/
nav ul li a[href="about.html"] {
	background: url(../img/here.png) no-repeat;
	background-position: -125px bottom;
}


/* ごあいさつ
-----------------------------------------*/

/*
section article{
	display: block;
}
*/

#about{
	display: block;
	margin-bottom: 100px;
}

#about2{
	clear: both;
	display: block;
	margin-bottom: 50px;
	min-height: 200px;
}

#about img {
	margin-right: 20px;
	margin-bottom: 100px;
}


#about p {
	font-size: 14px;
	color: #000000;
	line-height: 1.6;
	margin-bottom: 10px;
}

#article_area p {
	font-size: 14px;
	color: #000000;
	line-height: 1.6;
	margin-bottom: 10px;
}

#article_area p a{
	font-size: 14px;
	color: #ff4500;
	text-decoration: none;
	line-height: 1.6;
	margin-bottom: 10px;
}

#article_area p a:hover{
	font-size: 14px;
	font-weight: bold;
	color: #ff4500;
	text-decoration: underline;
	line-height: 1.6;
	margin-bottom: 10px;
}

#img_area{
	float: right;
	display: block;
	margin-left: 20px;
	margin-bottom: 40px;
	max-width: 600px;
	
	
}

#img_area img {
	margin-left: auto;
	margin-right:5px
	margin-bottom:5px
}

#article_title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

section article ul li {
	background: url(../img/icon_li.gif) no-repeat 16px 4px;
	padding-left: 36px;
	vertical-align: top;
	margin-bottom: 10px;
}



section article ul li p a {
	font-size: 12px;
	color: #ff4500;
	text-decoration: none;
	position: absolute;
	left: 270px;
}

section article ul li p a:hover {
	font-weight: bold;
	color: #ff4500;
	text-decoration: underline;
}
section article ul li p post {
	position: absolute;
	left: 130px;
}

#about a{
	color: #ff4500;
	text-decoration: none;
}

#about a:hover {
	color: #ff4500;
	font-weight: bold;
	text-decoration: underline;
}

a#to_top{
	position: absolute;
	right: 30px;
	font-size: 12px;
	color: #606060;
	line-height: 1.6;
	font-family: Meiryo,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	text-decoration: none;
}
a#to_top:hover{
	color: #ff4500;
	font-weight: bold;
	text-decoration: underline;
}
