
@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	/*border: 0;
	list-style: none;
	color: #FFFFFF;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;*/
}

body {
	color: #333333;
	font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Verdana",  Arial, Sans-Serif;
	font-size: 12px;
	text-align: center;
	line-height: 160%;
}

a:link {
	color: #F2523E;
	text-decoration: underline;
}
a:visited {
	color: #F2523E;
	text-decoration: underline;
}
a:hover {
	color: #009933;
	text-decoration: underline;
}

img {
vertical-align: top;
border:0;
margin: 0;
}

a img {
    border: 0;
	text-decoration: none;
}
/*h1 {
	width: 220px;
	height: 90px;
}*/

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
small {
	font-size: 10px;
}

input {
	color: #000000;
}
select {
	color: #000000;
	/*background-color: #000000;*/
}
textarea {
	color: #000000;
}

table {
	font-size: 12px;
	line-height: 140%;
}



.red {
	color: #FF0000;
}
.blue {
	color: #5EABFF;
}
.navy {
	color: #19518A;
}
.green {
	color: #018B65;
}
.pink {
	color: #D8A2CB;
}
.org {
	color: #F2523E;
}


.mtb15 {
	margin: 15px 0px;
}



.contents-title {
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ffffff;
}


span.text_sp {
    padding-top: 8px;
    display: block;
}


.textCenter {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.imgCenter {
	text-align: center;
}



.page-image {
	margin-bottom: 20px;
}


.cap_01 {
	color: #F19600;
	font-size: 15px;
}
.cap_02 {
	color: #F19600;
	font-size: 14px;
}


/*--
page-navi-box ----------*/
div.page-navi-box {
	text-align: center;
}
div.page-navi-box a:link {
	color: #666666;
	text-decoration: underline;
}
div.page-navi-box a:visited {
	color: #666666;
	text-decoration: underline;
}
div.page-navi-box a:hover {
	background: #2A5B62 ;
	color: #ffffff;
	text-decoration: underline;
}

.current_page {
	margin: 0px 2px;
	padding: 0.25em 0.4em 0.25em 0.4em;
	background: #EDEDED ;
	border: 1px solid #C9C9C9;
	font-size: 15px;
}
.link_page {
	margin: 0px 2px;
	padding: 0.25em 0.4em 0.25em 0.4em;
	border: 1px solid #C9C9C9;
	font-size: 15px;
}



.link_before {
	padding: 0.25em 0.4em 0.25em 0.4em;
	border: 1px solid #C9C9C9;
	font-size: 15px;
}
.link_next {
	padding: 0.25em 0.4em 0.25em 0.4em;
	border: 1px solid #C9C9C9;
	font-size: 15px;
}





#toPageTop a {
	margin: 0 14px 20px 0;
	background: url(../images/common/btn_pagetop_over.jpg) no-repeat;
	display: block;
	width: 89px;
	float: right;
}
#toPageTop a:hover img {
	visibility: hidden;
}


.under-line01 {
	margin: 0 0px 40px 0;
	border-bottom: 1px dotted #A98E57;
}





.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
*+html body .pkg { height: 1%; }
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */




