@charset "shift_jis";
/*****************************************************************************
 layout
*****************************************************************************/
body {
	word-break:break-all; 
	word-wrap:break-word; 
	text-align:justify; 
}

header {
	background:url(../img/head_line.jpg) 0 100% repeat-x;
	-webkit-background-size:4px 4px;
	padding:6px 10px 0 10px;
	height:30px;
	overflow: hidden;
}

header h1 {
	float:left;
	margin:0;
	padding:3px 0 0 0;
}
header ul {
	float:right;
}
header li {
	float:left;
}
#main {
}
#topcontainer {
  padding: 0 10px 40px 10px;
}
#container {
  padding: 10px;
}

footer {
	border-top:3px #E6e6e6 solid;
	padding:5px 10px;
	font-size:10px;
	text-align:center;

}
/*****************************************************************************
 Parts style
*****************************************************************************/
body {
  font: 12px/1.3 "ƒqƒ‰ƒMƒmŠpƒS Pro W3 san" sans-serif;
  /*-webkit-text-size-adjust: none; fontsizeŒÅ’è */
  color: #333333;
  background-size: 50px;
}
a {
  color: #333333;
  text-decoration: none;
}

img {
	vertical-align:top;
}

.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: '[.]';
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
