@charset "utf-8";

/* ---------------------------------------------------------

__Default style clear

--------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
	background: url(../images/bg_wave.gif) 0px 0px;
}

body {
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	color:#444444;
	line-height:1.3em;
	background-color: #FFFFFF;
	background: url(../images/bg_header.png);
	height: 180px;
	background-repeat: repeat-x;
}

a:link,
a:visited {
	color: #333333;
	text-decoration:none;
}

a:hover, a:visited:hover {
	color: #EB4C07;
	text-decoration:underline;
}

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

li {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img {
	border:0;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #CCCCCC;
	height: 1px;
}

p {
	margin-bottom: 8px;
}

/* ---------------------------------------------------------

__container

--------------------------------------------------------- */
#container {
	width: 760px;
	margin: 0 auto;
}

/* ---------------------------------------------------------

__header

--------------------------------------------------------- */
#header {
	padding-top: 20px;
	height: 50px;
}

#header h1 {
	float:left;
}

#header .copy {
	float: right;
}

#img_photo {
	clear: both;
	float: left;
	width: 760px;
	height: 300px;
}

#contents {
	clear:both;
	float:left;
	width: 760px;
	background: url(../images/bg_contents.gif);
	background-repeat: repeat-y;
	padding-bottom: 50px;
}

#main {
	width: 530px;
	margin-left: 15px;
	padding-top: 10px;
	float: left;
}

#main .titlebar {
	width: 530px;
	margin-top:20px;
	margin-bottom: 10px;
}

#main .product {
	width: 530px;
	margin-top:10px;
	margin-bottom: 10px;
}

#nav_right {
	width: 170px;
	margin-right: 15px;
	padding-top: 45px;
	float: right;
}

#nav_right .menu {
	width: 163px;
	height: 40px;
	padding-top: 5px;
	text-align: right;
	padding-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
}

#about {
	width: 530px;
	height: 400px;
	float: left;
}

#about .midashi {
	clear: both;
	width: 100px;
	float: left;
	margin-top: 15px;
}

#about .midashi_name {
	width: 430px;
	float: right;
	margin-top: 15px;
}

#contact {
	width: 530px;
	height: 400px;
	float: left;
}

#contact .item {
	clear: both;
	width: 130px;
	height:25px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
}

#contact .item_name {
	width: 400px;
	height:25px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
}

#contact .item_l {
	clear: both;
	width: 130px;
	height:110px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
}

#contact .item_name_l {
	width: 400px;
	height:110px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
}

#contact .sub{
	text-align:center;
	padding-top: 10px;
	clear: both;
}

.require {
	color: #EB4C07;
	padding-left: 5px;
}

#footer {
	clear: both;
	width: 100%;
	height: 40px;
	background:#F2F2F2;
	text-align: center;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
