@charset "UTF-8";

/*/////////////////////////////////////////////////////////////
SITENAME

Copyright (C)KAYAC All Rights Reserved.
------------------------------------------------------------
[Base] Resetting HTML elements styles
	0. All
	1. HTML, Body, Anchor
	2. Others
		2-1. Inline-level Elements
		2-2. Block-level Elements
		2-3. Table
		
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. All
------------------------------------------------------------ */

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td,
form, fieldset, legend, input, select, textarea {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */

body {
	background: #FFF;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

/* ---------------
EXAMPLES FONT-SIZE
------------------
 77% = 10px
 85% = 11px
 93% = 12px
100% = 13px
108% = 14px
116% = 15px
124% = 16px
131% = 17px
139% = 18px
147% = 19px
154% = 20px
162% = 21px
170% = 22px
177% = 23px
185% = 24px
193% = 25px
200% = 26px
--------------- */

a:link {
	color: #999;
	text-decoration: underline;
}

a:visited {
	color: #999;
}

a:hover,
a:active  {
	color: #ccc;
	text-decoration: none;
}

/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */

/*  2-1. Inline-level Elements
------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: middle;
	outline: none;
}

address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

fieldset {
	border: none;
}

input, textarea, select, label {
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

/*  2-2. Block-level Elements
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1;
}

hr {
	display: none;
}

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

abbr, acronym {
	border: none;
	font-variant: normal;
}

pre, code {
	font-family: monospace;
}

ul, ol {
	list-style: none;
}

/*  2-3. Table
------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

/*  2-4. common style
------------------------------------------------- */
p.txt01{
	margin-bottom: 1em;
	line-height: 1.75;
}


/* ------------------------------------------------------------
	3. layout
------------------------------------------------------------ */

div#container {
	width: 950px;
	margin: 0 auto;
}

div#header{
	position: relative;
	height: 300px;
	background: url(/images/web_bottle/bcg_header_01.jpg) no-repeat 0 0;
	line-height: 1;
}

div#content{
	padding-bottom: 15px;
	background: url(/images/web_bottle/bcg_content_01.png) repeat-x 0 0 #fff9f8;
}

div#footer{
	padding: 45px 50px;
	background: url(/images/web_bottle/bcg_footer_01.png) no-repeat 0 0 #4ac1d7;
}

/* ------------------------------------------------------------
	4. header
------------------------------------------------------------ */

div#header p#tagline{
	position: absolute;
	top: 43px;
	left: 289px;
}

div#header h1#siteName{
	position: absolute;
	top: 69px;
	left: 287px;
}

div#header p.qrcode{
	position: absolute;
	top: 13px;
	left: 22px;
}

div#header p.logo{
	position: absolute;
	top: 265px;
	left: 693px;
}

/* ------------------------------------------------------------
	5. content
------------------------------------------------------------ */
div#content div.block{
	clear: both;
	width: 890px;
	margin: 0 auto;
	padding-top: 30px;
}

div#content div.block h2{
	margin-bottom: 30px;
}

div#content div.block div.main{
	float: left;
	width: 600px;
	padding-left: 30px;
}

div#content div.block div.main div.info{
	clear: both;
	margin-top: 30px;
}

div#content div.block div.main p.qrcode{
	float: left;
}

div#content div.block div.main dl{
	float: right;
	width: 440px;
	font-weight: bold;
}

div#content div.block div.main dl dt{
	float: left;
	clear: both;
}

div#content div.block div.main dl dd{
	margin-left: 5em;
}

div#content div.block div.main dl dd span.url{
	font-size: 85%;
}

div#content div.block div.sub{
	float: right;
	width: 200px;
	padding-right: 30px;
}

div#content div#howtouse p.txt01{
	padding-left: 30px;
}

div#content div#howtouse ul{
	width: 860px;
	margin: 30px auto 0;
}

div#content div#howtouse ul li.item{
	display: inline;
	width: 190px;
	float: left;
	margin: 0 12px;
}

div#content div#howtouse ul li.item h3{
	font-size: 116%;
	text-align: center;
	padding: 10px 0;
}

div#content div#howtouse ul li.item p.note{
	font-size: 93%;
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph;
}

div#content p.txtCredit01{
	margin-top: 50px;
	text-align: right;
	padding: 0 30px;
}

/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */

/* kayacProject
------------------------------------------------- */
div#footer dl#kayacProject {
	line-height: 1.1;
	font-size: 85%;
	padding: 5px;
}

div#footer dl#kayacProject dt {
	float: left;
	width: 80px;
}

div#footer dl#kayacProject dd {
	margin-left: 90px;
}

div#footer dl#kayacProject dd ul li {
	float: left;
	margin: 0 10px 3px 0;
	white-space: nowrap;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.group {
	display: inline-block;
}

/* exclude MacIE5 \*/
* html .group {
	height: 1%;
}

.group{
	display: block;
}
/* end: exclude MacIE5 */