﻿@charset "UTF-8";

/* -------------------------------
サイト名：コクウ珈琲 OFFICIAL WEB SITE
作成日：2014.11.27
修正日：
製作者：miyake
 * ------------------------------- */


body {
	margin:0px;
	padding:0px;
	position: relative;
	color: #444444;
	background: url(../img/bg01.gif) center top repeat fixed #ffffff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;

word-break:break-all;
    word-wrap: break-word;
}

div,span,
table,thead,tbody,caption,tr,th,td,
form,fieldset,legend,label,
h1,h2,h3,h4,h5,h6,
ul,ol,li,
dl,dt,dd,
p,
blockquote,q,
pre,
img,
a,
strong,em,strike,i,u,sup,sub,
address,
map,area,
abbr,acronym

{
	margin: 0;
	padding: 0;
/*	border-style: none;*/
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
/*	list-style-type: none;*/
}

input,
select,
textarea{
	margin: 0;
	padding: 0;
/*	border-style: none;*/
}

/* -------------------------------
 * メインレイアウト
 * ------------------------------- */

#boxleft {				/*左側*/
	width:		200px;
	float:		left;
}

#boxright {				/*右側*/
	width:		600px;
	float:		left;
}

#boxbottom {				/*下側*/
	width:		100%;
	clear:		left;
}


/* -------------------------------
 * レイアウト
 * ------------------------------- */

#container {
	margin:	0px auto;
	width:	800px;
	text-align:center;
	background-color:#fff;
	background-image:url(../img/bg01.gif);
	background-repeat:repeat-y;
	background-repeat:repeat-x;
	background-position:center top;
	background-attachment: fixed;
}

#top_header {
	width:		800px;
	height:		120px;
	margin-left:	0px;
	background-image:url(../img/top_header.png);
	background-repeat:no-repeat;
}

#top_img {
	width:		600px;
	height:		450px;
	margin-left:	0px;
	background-image:url(../img/top_bg.png);
	background-repeat:no-repeat;
}

#top_footer {
	width:		800px;
	height:		10px;
	margin-left:	0px;
}



/* -------------------------------
 * リンク
 * ------------------------------- */
 
a {
	cursor:		pointer;
	outline:	none;
}

a img {
	border:		0;
}

a:link {
	color:		#444444;
	text-decoration:none;
}

a:visited {				/*リンク済み*/
	color:		#440099;
	text-decoration:none;
}

a:hover {
	color:		#f82222;
	text-decoration:underline;
}

a:active {
	color:		#f8b500;
	text-decoration:underline;
}

//.link {
//   background:transparent url(../img/link.gif) center right no-repeat;
//   padding-right:37px;
}















