@charset "utf-8";

/* reset
============================================================*/

body {
	line-height: 1.6;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #666;
}

h1, h2, h3, h4, h5, h6, p, table, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

ol, ul, dl, dt, dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img, object, embed {
	border: 0;
	vertical-align: bottom;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

th, td {
	text-align: left;
}

address {
	font-style: normal;
}

a {
	color: #67b21a;
	text-decoration: none;
}

a:hover {
	color: #90d04d;
	text-decoration: underline;
}

.clearfix { zoom:1; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}

/* contents
============================================================*/

#contents {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
}

#contents .box_main a {
	color: #FF6501 !important;
}

#contents .box_main p {
	margin-bottom: 20px;
}

/* page_title
------------------------------*/

.page_title_wrap {
	position: relative;
}

#page_title {
	height: 43px;
	margin-bottom: 15px;
	padding: 11px 0 0 25px;
	background: url(../images/share/page_title1.gif) no-repeat left top;
	font-size: 22px;
	font-weight: bold;
}

/* copyright
------------------------------*/

#copyright {
	height: 25px;
	padding-top: 15px;
	background-color: #333;
}

#copyright img {
	display: block;
	margin: 0 auto;
}

/* box_main
============================================================*/

#contents .box_main {
	padding: 30px 60px 90px 60px;
}

/* box_no
------------------------------*/

#contents .box_no {
	text-align: center;
}

