@charset "utf-8";
/*
Site Name: 
Description: gloval style
*/

/* universal reset
----------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 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;
}

/* body and base setting
----------------------------------------- */
body {
	padding: 0px;
	margin: 0px;
	font-family: "Hiragino Kaku Gothic Pro",'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	_font-family: verdana, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	color: #333333;
	text-align: center;
	font-size: 85%;
	background-color: #F6F6EC;
	letter-spacing: 0.05em;
}

/* general style
----------------------------------------- */
html{  
	/*overflow-y: scroll;
	overflow-x: auto;*/
}
p {
}
img {
	vertical-align: bottom;
}
strong{
	font-weight: bold;
}
/* link style
----------------------------------------- */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}

#main a:link,
#main a:visited{
	color: #209CC5;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
}
/* layout parts
----------------------------------------- */
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
img.left {
	float: left;
	clear: both;
	margin-right: 20px;
	margin-bottom: 15px;
}
img.center {
	clear: both;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}
img.right {
	float: right;
	clear: both;
	margin-left: 20px;
	margin-bottom: 15px;
}

/* text-area */
.search-text{
	border:#666666 solid 1px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	background: -moz-linear-gradient(center right, #A4A4A4 0%,#ffffff 3%);
	background: -webkit-gradient(linear, right bottom, left bottom, color-stop(0, #A4A4A4),color-stop(0.03, #ffffff));
	-pie-background: linear-gradient(center right, #A4A4A4 0%,#ffffff 3%);
	position: relative;
	behavior: url(/common/js/PIE.htc);
}
/* IE6 */
* html .search-text{
	border: #CCC solid 1px;
	position: static;
	behavior: none;
	background-color: #FFF;
}

/* IE7 */
*+html li.btn{
	margin-top: 1px;
}