
@charset "utf-8";

/*
Font-size Adjustment.
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 
*/

/*編集不要*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*======1-2.Universal selector=============================*/

* {
margin:0;
padding:0;
}

/*======1-3.Structure Module===============================*/

html {
	overflow-y: scroll;
}

body {
	line-height: 1.5;
	color: #666464;
	background-color: #ffffff;
	font-family: "ＭＳ Ｐゴシック","Osaka", sans-serif;
}

/*======1-4.Text Module===================================*/

p,
pre,
address,
cite {
	margin: 0;
	font-size: 100%;
	line-height:1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.5em 0; 
}

h1 {font-size: 189%;}

h2 {font-size: 159%;}

h3 {font-size: 144%;}

h4 {font-size: 122%;}

h5 {font-size: 107%;}

h6 {font-size: 107%;}

pre {
	padding: 0.5em 10px;
	border: 1px dotted #aaa;
	width: 90%;
	overflow: scroll;
	color: #333;
	background-color: #f5f5f5;
	font-family: "Osaka－等幅", monospace;
}

/*
pre[title]::before {
	margin-bottom: 0.8em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: #000;
	background-color: #fff;
}
*/

blockquote {
	margin: 1.5em 20px;
	padding: 1px 0; 
	border: 3px solid #eee;
	background-color: #fff;
}

blockquote * {
	color: #666;
}
/*
blockquote[title]:before {
	margin: 2px 2px 1em 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #f5f5f5; 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: attr(cite);
	color: #333;
	text-align: right;
}
*/

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
/*	color: #ff4500;*/
}

code {
	font-family: "Osaka－等幅", monospace;
}

abbr,
acronym {
/*	border-bottom: 1px dotted #aaa;
	cursor: help;*/
	border-width:0;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: "Osaka－等幅", monospace;
}

hr {
	display: block;
	height:1px;
	border: 1px -moz-bg-inset;
	margin: 0.5em auto 0.5em auto;
	-moz-float-edge: margin-box;
	-moz-box-sizing: border-box;

	background-color:transparent;
	border-width:0px;
	border-top:1px solid #e0e0e0;
}

/*======1-5.Hypertext Module==============================*/

a:link {
	color: #0060e1;
}

a:visited {
	color: #0060e1;
}

a:hover {
	color: #009dff;
}

/*======1-6.List Module===================================*/

ul,
ol,
dl {
	margin:0;
	padding:0;
	list-style-position: outside;
}
li{
	list-style-type:none;
	background:url("/cmn/ico-list1.gif") no-repeat 7px 0.5em;
	padding-left:20px;
}


dt,
dd {
	margin:0;
}

dt {
	clear:both;
	float:left;
	background:url("/cmn/ico-list1.gif") no-repeat 7px 0.5em;
	padding:0 10px 0 20px;
	font-weight:bold;
	line-height:1.4;
}

dd {
	line-height:1.4;
	margin-bottom: 1px;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.1em 0 0 12px;
}

/*======1-7.Edit Module===================================*/

del {
	color: #999;
	text-decoration: line-through;
}
/*
del[datetime]::before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}
*/
ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
/*
ins[datetime]::before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}
*/

/*======1-8.Forms Module==================================*/

form {
	margin:0;
	padding:0; 
}

form dl,
form p {
	margin: 0.5em 10px;
}

fieldset {
	border: 1px solid #ddd;
}

legend {
	margin: 0 1em;
	padding: 0 10px;
}

input,
textarea {
	margin:0;
	padding: 0.1em 4px;
	border: 1px solid #868686;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
/*	background-color: #f5f5f5;*/
	font-size:100%;
}

input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
	padding: 0.1em 4px;
}

input.submit,button.submit{
	background:#e1e1e1 url("/cmn/bt-sumt_off.gif") repeat-x left top;
	border:1px solid #999999;
	font-size:13px;
	padding: 0.1em 4px;
	line-height:1.2;
	color:#5d5d5d;
}
input.submit:hover,button.submit:hover{
	background:#d3e3f8 url("/cmn/bt-sumt_on.gif") repeat-x left top;
	border:1px solid #6ba0e6;
	color:#226ac8;
}



/*======1-9.Tables Module=================================*/

table {
	margin: 0 10px 0.5em 10px;

/*	border-collapse: separate;
	border-spacing: 1px;*/
	border-collapse: collapse;
	border: 1px solid #5792e7;
/*	background-color: #fff;*/
}
caption {

}
th,
td {
	padding: 0.1em 5px;
	border: 1px solid #5792e7;
	border-color: #efefef #dce0e3 #dce0e3 #efefef;
}

th {
	color: #666464;
	background-color: #dee9fa;
	border: 1px solid #5792e7;
}

td {
	border: 1px solid #5792e7;
/*	background-color: #fff;*/
}
thead td{
	color: #666464;
	background-color: #dee9fa;
	border: 1px solid #5792e7;
	text-align:center;
}

tbody th {
vertical-align:top;
text-align:center;
}
/*======1-10.Image Module=================================*/

img {
	border-width:0;
	background-color: transparent;
	vertical-align:middle;
}

a img {

}

a:hover img {

}

/*======1-11.Object Module================================*/

object,
embed {
/*	margin: 1em 20px;*/
margin:0;
}

/*======1-12.汎用スタイル=================================*/

/*ハック*/
.clearfix:after {
	content: url("/cmn/spacer.gif");
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block;}
/* exclude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clr{ /*回り込みクリア*/
	clear:both;
	font-size: 0;
	line-height: 0;
	height: 0px;
	visibility: hidden;
}

.fleft{ /*左に回りこみ*/
	float:left;
}
.fright{ /*右に回りこみ*/
	float:right;
}
.acenter{ /*中央そろえ*/
	text-align:center;
}
.aright{ /*右そろえ*/
	text-align:right;
}
.mt20{ /*上に20pxあき*/
margin-top:20px;
}
.mt15{ /*上に15pxあき*/
margin-top:15px;
}
.mt10{ /*上に10pxあき*/
margin-top:10px;
}
.mt5{ /*上に5pxあき*/
margin-top:5px;
}
.ml5{ /*左に5pxあき*/
margin-left:5px;
}
.ml10{ /*左に10pxあき*/
margin-left:10px;
}
.ml15{ /*左に15pxあき*/
margin-left:15px;
}
.pl15{ /*左に15pxあきpadding*/
padding-left:15px;
}
.ml20{ /*左に20pxあき*/
margin-left:20px;
}
.mr10{ /*右に10pxあき*/
margin-right:10px;
}
.mr20{ /*右に20pxあき*/
margin-right:20px;
}
.pr20{ /*右に20pxあきpadding*/
padding-right:20px;
}

.bd{ /*周りにボーダ*/
border:1px solid #47474a;
}

.print{ /*プリントのみ*/
	display:none;
}

