@charset "utf-8";


/* Reset
------------------------------------------------------- */

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
	padding: 0;
	margin: 0;
}



/* default
------------------------------------------------------- */

body {
	background-color: #ffffff;
	color: #333333;
	text-align : center;
	width: 100%;
	height: 100%;
	line-height: 1.4;
	word-break: break-all;
	font-family: Verdana,Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 82%;		/* 13px */
}

/* Modern browser */
html>/**/body {
	font-size: 13px;
}



/* Hyper text
------------------------------------------------------- */

a { 
	text-decoration : none;
	/*\*/
	overflow: hidden;
	/**/
	zoom: 1;
}

a:link,
a:visited {
	color: #0085BD;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}



/* Base elements
------------------------------------------------------- */

ul, ol, li, dl, dt, dd {
	list-style: none;
}

table {
	border: 0;
}

img,a img {
	border: none;
}

input {
	padding: 2px;
}

table {
	border: 0;
}

/*\*/
* html table {
	font-size: 93%;
}
/**/

th,
td {
	padding: 0;
}

th {
	font-weight: normal;
}



/* common style
------------------------------------------------------- */

.round {
	margin: 0px 10px;
}

.rnd1 {
	display: block;
	height: 2px;
	margin: 0px 1px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	overflow: hidden;

}

.rnd2 {
	display: block;
	height: 1px;
	margin: 0px 2px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	overflow: hidden;
}

.rnd3 {
	display: block;
	height: 1px;
	margin: 0px 3px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	overflow: hidden;
}

.rnd4 {
	display: block;
	height: 1px;
	margin: 0px 4px;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	overflow: hidden;
}

.rnd5 {
	background: #cccccc;
	display: block;
	height: 1px;
	margin: 0px 6px;
	overflow: hidden;
}


.mr10 {
	margin-right: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.pagetop {
	text-align: right;
	margin: 30px;
}

.red {
	color: #FF0000;
}

.strong {
	font-weight: bold;
}

.stronger {
	font-weight: bold;
	color: #ff0000;
}

.center {
	text-align: center;
}

.a_btn {
	background: #FFFFCC;
	margin: 0.5em;
	padding: 0.2em 0.8em;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #FFAA00;
}

.auto {
	margin: 0 auto;
}

.left {
	text-align: left;
}



/* ----- pager ----- */

.pager {
	width: 100%;
	text-align: center;
	clear: both;
	padding: 2px 0px;
	margin: 10px;
}

.pager a {
	margin-right: 3px;
	padding: 1px 5px;
	border: 1px solid #999999;
}

.pager a:link,
.pager a:visited {
	background-color: #ffffff;
}

.pager a:focus,
.pager a:hover,
.pager a:active {
	background-color: #eeeeee;
	text-decoration: none;
}

.pager strong {
	background-color: #ff8c00;
	color: #ffffff;
	font-weight: normal;
	margin: 0 3px;
	padding: 1px 5px;
	border: 1px solid #ff8c00;
	zoom: 1;
}



/* Clear fix
------------------------------------------------------- */

.clear:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
}
/*\*/
* html .clear {
	overflow: visible;
	height: 1%;
}
/**/



/* for Mac IE
------------------------------------------------------- */

/*\*//*/
textarea, select, input {
	font-family: Osaka;
}
/**/