
* {
	margin: 0; padding: 0; 
	font: normal normal normal 100%/1.5 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, Osaka, sans-serif; 
	text-align: left; 
	background-color: transparent;
}

span, em, strong, dfn, code, q, sub, sup, samp, kbd, var, cite, abbr, acronym, ins, del {
	display: inline;
}

h1, h2, h3, h4, h5, h6, dl, ul, ol, pre, br, hr, blockquote, address, p, div, fieldset, table, form {
	display: block; 
}

body {
	width: 100%;
	max-width: 100%; 
	max-height: 100%; 
	text-align: center; 
	color: #333; 
	background-color: #fff; 
    background:#EEE url(../images/back.gif) repeat top center;
}

/* --------------------------------------------------
 * head
 * --------------------------------------------------*/
h1 {
	margin: 0 0 0.1em 0;
	font-size: 120%; 
	font-weight: bold; 
	line-height: 1.3; 
	border-bottom: 1px solid #7F9DB9;
	padding-bottom: 4px;
	margin-bottom: 13px;
    color: #7F9DB9;
}

h2 {
	margin: 0 0 0.1em 0;
	padding-bottom: 2px; 
	font-size: 105%; 
	font-weight: bold; 
	line-height: 1.3; 
	color: #333; 
}

/* ------------------------------------------------
 * anchor
 * ------------------------------------------------*/
a { color: #7F9DB9; text-decoration: none; }
a:link		{ color: #7F9DB9; text-decoration: none; }
a:visited	{ color: #7F9DB9; text-decoration: none; }
a:active	{ color: #7F9DB9; text-decoration: none; }
a:hover		{ color: #7F9DB9; text-decoration: underline; }

/* ------------------------------------------------
 * text modules
 * ------------------------------------------------*/
p {
	margin: 0.5em 0 1.2em 0; 
	padding: 0; 
	line-height: 1.5; 
}

img {
	vertical-align: middle; 
	border: none; 
}

/* ------------------------------------------------
 * form modules
 * ------------------------------------------------*/
dt label {
	font-weight: bold;
}

p.form_box {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	margin: 1px 0 1px 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	background-color: #fff;
}

p.form_note {
	clear: both;
	font-size: xx-small;
	margin: 0;
	padding: 0 0 1px 0; 
}

input.button {
	text-align: center!important;
	color: #333;
	font-weight: bold;
	background-color: #eee;
	line-height: 12px;
	margin: 2px 0;
	padding: 2px 4px 0 4px;
    margin-top: 10px;
}

/* ------------------------------------------------
 * list modules
 * ------------------------------------------------*/
dl {
	font-size: 100%; 
}

dl dt {
	font-size: 105%; 
	font-weight: bold; 
	vertical-align: middle; 
	line-height: 1.3; 
	padding: 3px 0 0 0;
	margin-bottom: 3px;
}

dl dd {
	font-size: 100%; 
	vertical-align: middle; 
	margin-bottom: 1em; 
	line-height: 1.5;
}

ul, ol {
	list-style: none; 
	padding: 0 0 0.7em 0;
}

ul li, ol li {
	padding: 0.2em 0 0.2em 0; 
	font-size: 14px; 
	line-height: 1.5; 
	vertical-align: middle; 
	list-style: none; 
}

/* ------------------------------------------------
 * structure
 * ------------------------------------------------*/
div#container {
	position: relative;
	margin: 15px auto 15px auto; 
	padding: 15px 15px; 
	width: 600px; 
	height: 100%;
	text-align: center; 
	background-color: #fff; 
	border: 1px solid #7F9DB9;
        border-top: 10px solid #7F9DB9;
}

div#footer {
	clear: both;
	border-top: 1px solid #7F9DB9;
	position: relative; 
	width: 600px; 
}

.qooqle_link {
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
}

address {
	padding: 6px 0 0 0; 
	font-size: 12px; 
	line-height: 1.2; 
	text-align: center; 
}

/* ------------------------------------------------
 * common
 * ------------------------------------------------*/
span.control_text {
	margin-left: 8px;
}

.help {
	cursor: help;
}

/* ------------------------------------------------
 * details
 * ------------------------------------------------*/
div#help {
	border: 1px dashed #7F9DB9;
	padding: 10px 15px;
	margin-bottom: 15px;
}

div#loading {
	margin-left: 6px;
    margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
    color: red;
}

p.example {
	font-size: 12px;
    color: #999;
}

p.example a {
    color: #999;
}

div#link a {
    font-weight: bold;
    color: #7F9DB9;
}

div#reset {
    text-align: right;
}

div#loader {
    margin-top: 10px;
}

div#loader a {
    font-weight: bold;
}

span.explain {
    color: #999;
    font-size: 12px;
}

div#adsense {
    margin: 10px 0 10px 0;
}

input.btn{
   border-color: #7F9DB9;
   border-style:solid;
   border-width:1px;
   padding:2px;
   margin: 2px;
}

