@charset "utf-8";
/*============================================

Default Reset & Base Style Sheet
Last Update 2011-11-22

* Reset Styles
		- reset
		- font reset
* Set up

============================================*/

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

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version:3.3.0
build:3167
---------------------------------------------*/

/* reset
--------------------------------*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}
li{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;font-variant:normal;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
hr{color:#333; background-color:#333; height:1px; border:none;}
img{vertical-align:bottom;}
iframe{width:100%; border:none; background:none;}

/* font reset
--------------------------------*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/*--------------------------------
Set up
--------------------------------*/
html{background-color:#fff; overflow-y:scroll;}
body{
	width:100%;
	margin:0px auto;
	background:#fff url(/common/images/bg_body.gif) left top repeat;
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.5;
}
body#temp_new{
	width:100%;
	margin:0px auto;
	background:#fff url(/common/images/bg_body.gif) left top repeat;
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px !important;
	line-height:1.5;
}
#wrap{
	margin:0 auto;
	width:100%;
	background-color:#fff;
}

a{color:#222; text-decoration:none; cursor:pointer; outline:none; text-decoration:underline;}
a:hover{color:#888!important; text-decoration:none;}
a:active{color:#b3bd0f!important; text-decoration:none;}
object{outline:none;}

table{width:100%;}
th{font-weight:bold; padding:5px;}
td{padding:5px;}
strong{font-weight:bold;}
