@charset "euc-jp";
/*------------------------------------------------------------ *
 * ページの基本構造(リセット)
 *------------------------------------------------------------ */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}


/*------------------------------------------------------------ *
 * ページの基本構造(再指定)
 *------------------------------------------------------------ */
 

html { height: 100%}
body {
 text-align: center;
 background: #FFF top center repeat-x;
 font-size: 100%;
 height: 100%;
	line-height: 1.6;
}

/* ---------------------------------------img設定  */
img{ vertical-align:text-bottom; border: 0px;}


/* ---------------------------------------List設定 */
ol li{
 margin: 0 0 0 20px;
 padding: 0 0 3px 0;
 list-style-type: decimal;
 font-size: 1.0em;
}


/* ---------------------------------------Link設定 */
a:link      { text-decoration: underline; color: #FF0000; }
a:visited   { text-decoration: underline; color: #FF0000; }
a:active    { text-decoration: underline; color: #000000; }
a:hover     { text-decoration: underline; color: #000000; }


