@charset 'utf-8';
/*
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{
	
}

body{
	color:#000;background:#fff;
	margin:0;padding:0;
}

body#home{
	background-image:url("../images/t_bgloop.gif");
	background-repeat:repeat-x;
}

body#page{
	background-image:url("../images/header_bgloop.gif");
	background-repeat:repeat-x;
}

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,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{}

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%;}

/*
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
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
*/
body{
font:13px/1.231 verdana,arial,helvetica,clean,sans-serif;
*font-size:small;
*font:x-small;
line-height:160%;
color:#333333;
}

select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}

p{margin:10px 0 10px 0;}

p.note{font-size:85%;line-height:140%;}

.normal{font-weight:normal;}
.small{font-size:93%;}

.paren {
	color:#333333;
	font-size:85%;
	font-weight:normal;
} 

/* link */
a:link,a:visited {color:#333;text-decoration:underline;}
a:hover,a:active {color:#000;text-decoration:underline;}

a.no_line:link,a.no_line:visited {color:#333;text-decoration:none;}
a.no_line:hover,a.no_line:active {color:#333;text-decoration:underline;background-color:transparent;}

.entry-title a:link,.entry-title a:visited {color:#333;text-decoration:none;}
.entry-title a:hover,.entry-title a:active {color:#333;text-decoration:underline;}

div.sidebar a:link,div.sidebar a:visited {color:#333;text-decoration:none;}
div.sidebar a:hover,div.sidebar a:active {color:#333;text-decoration:underline;}

div.breadcrumb a:link, div.breadcrumb a:visited {color:#666;text-decoration:underline;}
div.breadcrumb a:hover, div.breadcrumb a:active {color:#666;background-color:#fff100;}

/* link of NEWS */

div.entry-content a:link, div.entry-content a:visited {color:#333;text-decoration:underline;}
div.entry-content a:hover, div.entry-content a:active {color:#333;background-color:#fff100;}

div.entry-meta a:link, div.entry-meta a:visited {color:#333;text-decoration:underline;}
div.entry-meta a:hover, div.entry-meta a:active {color:#333;background-color:#fff100;}


/*
LAYOUT: Three-Column (Right)
DESCRIPTION: Three-column fluid layout with two sidebars right of content
*/

div#wrapper {
	margin:0px auto 20px auto;
	width:880px;	
}

/* header */

div#header {
width:100%;
height:126px;
margin:19px 0px 17px 0px;
}

h1#blog-title {
	float: left;
}

#headerDate {
	float: right;
	font-size:0px;
}


/* globalNavi */

ul#globalNavi {
	clear: both;
	padding-top:0px;
	height:65px;
}

/*ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
}*/

ul#globalNavi li {
	display:inline;
}

div.breadcrumb{
	margin:25px 0 20px 0;
}



/* footer */

div#footer {
clear:both;
width:100%;
background:#fff;
}

div#footer_yellowbox{
background:#fff100;
height:28px;
}
div#foot-container1 {
	margin:0 auto;
	width:880px;	
}
div#inquery {
	padding:4px 0 0 0;
	float:left;
	color:#666666;
	font-size:93%;
}
div#inquery a:link,div#inquery a:visited {color:#666;text-decoration:none;}
div#inquery a:hover,div#inquery a:active {color:#666;text-decoration:underline;}

div#footer_logo {
	padding:11px 0 0 0;
	float:right;
}
div#foot-container2 {
	margin:0 auto;
	padding:15px 0 20px 0;
	width:880px;	
}

div#footer p {
color:#666;
font-size:85%;
line-height:160%;
margin:0px
}

div#footer p a:link,div#footer p a:visited {color:#666;text-decoration:underline;}
div#footer p a:hover,div#footer p a:active {color:#666;background-color:#fff100;}

div#footer p.credit {
margin-top:6px;
}


/* margin */
.mb20 {
	margin:0 0 20px 0;
}
/*

p.date{
font-size:108%;
line-height:160%;
font-weight: bold;
}
*/