/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1.6;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:14px / 1.4 arial, helvetica, clean, sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
	line-height: 1.4;
}
body {
font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック","ＭＳ ゴシック",  arial, helvetica, clean, sans-serif;
}
/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
	font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ ゴシック", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
}

/*
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:148.9%;
	margin: 0 0 0.5em;
	}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:132.4%;
	margin: 0 0 1em;
	}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:116.1%;
	margin: 0 0 0.5em;
	}
h4 {
/*12px via YUI Fonts CSS foundation*/
	font-size: 100%;
	margin: 0 0 0.3em;
	}

h1,h2,h3 {
	/* top & bottom margin based on font size */
	
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	}
strong {
	color:#111100;
}

abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul {
	list-style-type: none;
	/*giving UL's LIs generated disc markers*/
	
}
ul li {
	list-style-type: none;
	}

dl dd {
	margin-left: 0;
	/*providing spacing for definition terms*/
	
}
table {
	width: 100%;
	margin-bottom: 15px;
	}
th,td {
	/*borders and padding to make the table readable*/
	padding: 5px;
	border-bottom: 1px solid #BBB;
	}
th {
	/*distinguishing table headers from data cells*/
	font-weight: normal;
	text-align:left;
	}
address {
	font-weight: normal;
	font-style: normal;
	}

caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	/*font-size:100%;*/
	margin-bottom:1.2em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
img {
	vertical-align: bottom;
	
	}

/*====Basic List Style ====================================*/
ul {
	margin-left: 0;
	}

ul,ol {
	margin-bottom: 1.2em;
	}

ul li {
	background-image: url(../../img/item/parts/list_ten.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 0.4em;
	padding-left: 10px;
	}

ul.kagi ul li {
	background-image: url(../../img/item/parts/list_kagi.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 1.2em;
	}

ol li {
	margin-bottom: 0.3em;
	padding-left: 0;
	}
ul li ul,ol li ol {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	margin-left: 1em;
	}
ul li ul {
	margin-left: 0.2em;
}
ol li ul {
	list-style-type: none;
	}
ol li ul li {
	background-image: url(../../img/item/parts/list_ten.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	margin-bottom: 0.3em;
	padding-left: 0.6em;
	list-style-type: none;
	}

ul.kome li {
	background-image: none;
	text-indent: -1em;
	margin-left: 1em;
	padding-left: 0;
	}
.class {
	line-height: 1.4;
	
	}
/*==== Paragraph & Font Settings ====================================*/

.atten {
	color: #990000;
	}
.green {
	color: #0f660a;
	}

.blue {
	color: #1369af;
	}

.font_nomal {
	color: #505050;
	font-size: 12px;
	font-weight: normal;
	}
.font_xsmall {
	font-size: 10px;
	font-weight: normal;
	}
/*+++++++++++++++++++++++++++++++++*/
/*      Link Icons                 */
/*+++++++++++++++++++++++++++++++++*/
a span.arrow,a span.rev-arrow,a span.pdf,a span.excel,a span.word,a span.blank {
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
}
a span.arrow {background-image: url(../../img/item/parts/icon_arrow.gif);}
a span.rev-arrow {background-image: url(../../img/item/parts/icon_arrow_rev.gif);}
a span.pdf {background-image: url(../../img/item/parts/icon_pdf.gif);}
a span.excel {background-image: url(../../img/item/parts/icon_excel.gif);}
a span.word {background-image: url(../../img/item/parts/icon_word.gif);}
a span.blank {background-image: url(../../img/item/parts/icon_blank.gif);}
span.new {
	background-image: url(../../img/item/parts/icon_new.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 31px;
	}
/*==Link Base==*/
ul li.icon {
	line-height: 1.2;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 0;
	padding-top: 3px;
	padding-bottom: 0;
	padding-left: 0;
	}
ul li.bl-icon {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 0;
	padding-top: 3px;
	padding-bottom: 0;
	padding-left: 0;
	}
ul li.icon a:link,ul li.icon a:visited,ul li.bl-icon a:link,ul li.bl-icon a:visited {
	text-decoration: none;
	padding-left: 18px;
	}

ul li.bl-icon a:link,ul li.bl-icon a:visited {
	display: block;
	}
ul.img-btn li {
	background-image: none;
	padding: 0;
	}
ul li.img-btn {
	line-height: 1.2;
	background-image: none;
	padding: 0;
	}
/*==Select Icons==*/
ul li.arrow {background-image: url(../../img/item/parts/icon_arrow.jpg);}
ul li.rev-arrow {background-image: url(../../img/item/parts/icon_arrow_rev.jpg);}
ul li.pdf {background-image: url(../../img/item/parts/icon_pdf.gif);}
ul li.feed {background-image: url(../../img/item/parts/icon_feed.gif);}
ul li.excel {background-image: url(../../img/item/parts/icon_excel.gif);}
ul li.word {background-image: url(../../img/item/parts/icon_word.gif);}
ul li.blank {background-image: url(../../img/item/parts/icon_blank.gif);}
ul li.close {background-image: url(../../img/item/parts/icon_close.gif);}
/*======BTN=====*/
ul li.btn {
	font-size: 12px;
	line-height: 1.2;
	background-image: url(../../img/item/page_module/btn.jpg);
	width: 210px;
	height: 36px;
	padding: 0;
	}

ul li.btn a:link,ul li.btn a:visited,ul li.btn a:hover {
	color: #fff;
	width: 210px;
	height: 25px;
	padding-top: 11px;
	padding-left: 17px;
	display: block;
	}

ul li.btn_long {
	font-size: 12px;
	line-height: 1.2;
	background-image: url(../../img/item/page_module/btn_long.jpg);
	width: 275px;
	height: 36px;
	padding: 0;
	}

ul li.btn_long a:link,ul li.btn_long a:visited,ul li.btn_long a:hover {
	color: #fff;
	width: 275px;
	height: 25px;
	padding-top: 11px;
	padding-left: 17px;
	display: block;
	}








/*=====Basic Tag Utility====*/
.clb {
	clear: both;
	}
blockquote {
	background-color: #f0f0f0;
	margin-bottom: 1em;
	margin-left: 1em;
	padding: 5px;
	border: solid 1px #acacac;
	display: block;
	}
pre {
	background-color: #f9fffd;
	margin-bottom: 1em;
	margin-left: 1em;
	padding: 5px;
	border: solid 1px #acacac;
	display: block;
	}
ul.mg-bot,p.mg-bot,.mg-bot {
	margin-bottom: 2em;
	}
ul.nmg,p.nmg,.nmg {
	margin-bottom: 0;
	}
.txt-center {
	text-align: center;
	}
.txt-right {
	text-align: right;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.right-float {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	}

.left-float {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	}
/*=====Clear fix======*/
/* For modern browsers */
.clf:before,
.clf:after {
    content:"";
    display:table;
}
 
.clf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clf {
    zoom:1;
}

