@charset "utf-8";

/* ============================================
                   CSS RESET
============================================ */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;line-height: 1.3;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}


/* ============================================
             CSS SET UP - D131
============================================ */

p,ul,dl { line-height: 1.6;}
#main p { margin-bottom: 14px;}
#sidebar p { margin-bottom: 14px;}
#main ul { margin-bottom: 14px;}
body { color: #000;}
a { color: #1D90C5;}
a:hover { color: #26BBFF;text-decoration: none;}

/* clearfix */
.pkg:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.pkg{overflow:hidden;}


/* ie pngfix */
/*
img, div,#gNavi li a {behavior: url(../common/js/iepngfix.htc) ;}
body#home img,body#home div,body#home #gNavi li a {behavior: url(common/js/iepngfix.htc) ;}
*/

/*  font style */
.cmt { font-size: 91%;letter-spacing: 0.04em;}
.srg { font-weight: normal;}
.red { color: #ff0000;}
.textL { text-align: left;}
.textR { text-align: right;}
.textC{ text-align: center;}

/* link image */
.imgBtn { display:block;text-indent: -9999px; height:100%; display:block; background-repeat:no-repeat; }
.imgBtn:focus{ /*\*/ overflow: hidden;outline: none; /**/ }

/* dl,dt,dd */
.definition { margin-bottom: 20px;}

.definition dl {
	border-top: 1px solid #ddd;
	padding: 6px 0 2px 0;
	margin: 0 0 3px;
}

.definition dl:last-child {border-bottom: 1px solid #ddd;}
.definition dt {width: 100px;float: left;margin: 0 20px 0 0px;}
.definition dd {width: 570px;float: left;}

/* table */
table { width: 100%; margin-bottom: 30px;}
th,td { border: 1px solid #ccc;padding: 6px 6px 4px;}
th { background: #f1f1f1;text-align: center;}

/* list */
.list li {
	margin: 0 0 14px 16px;
	list-style: disc outside;
	line-height: 1.4;
}

/* margin */
#main .margin0, #sidebar .margin0 { margin-bottom: 0px;}
#main .margin4, #sidebar .margin4 { margin-bottom: 4px;}
#main .margin10, #sidebar .margin10 { margin-bottom: 10px;}
#main .margin20, #sidebar .margin20 { margin-bottom: 20px;}
#main .margin30, #sidebar .margin30 { margin-bottom: 30px;}
#main .margin40, #sidebar .margin40 { margin-bottom: 40px;}
#main .margin60, #sidebar .margin60 { margin-bottom: 60px;}
#main .margin100, #sidebar .margin100 { margin-bottom: 100px;}

/* image */
#main img { vertical-align: middle;}
