@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	display:inline-block;
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
#container {
	margin:20px auto;/* ウィンドウを中央に寄せる */
	width:1000px;/* ウィンドウの幅を指定 */
	text-align:left;
}
#left {
	
	float: left;
	width: 200px;
	margin-right:15px;

}

#top {
	margin-bottom: 20px;
}


#right{
	float: right;
	width: 785px;
	min-height: 1000px;
}
#bottom {
	padding-top:40px;
	clear:both;
}
body{
	
	background-image: url("../img/top/top/header/back.jpg");
	background-repeat: no-repeat;
	background-position: center 20px;
	
}

/********************************

		  header.css

*********************************/

#header h1 {

   color: gray;
   text-align: center;

}

#header img {

   text-align: center;

}



/********************************

		  left_link.css

*********************************/

#left_link h4{
	color:#48882A;
	text-align:center;
	margin-top:10px;
	padding-bottom:5px;
}

/********************************

		right_form.css


********************************/

#right{
	text-align:center;
}

#right form{
	border: 2px solid #0168B7;
	padding: 10px 75px 30px;
	margin: 20px 80px;
	text-align: left;
}

#right ul{
	
	list-style:none;
}
#right li{
	background:url('../img/request/greenbox.png') 0 0 no-repeat; 
	padding-left:15px;
	margin-top:20px;
	margin-bottom:3px;
	font-weight: bold;
}

#right .center{
	text-align: center;
	margin-top: 30px;
}
/********************************

		  comapany.css

*********************************/

#company .box{
	padding-top: 30px;
	position:relative;
	text-align:center;
	height:120px;
}

#company .logo{
	position:absolute;
	top: 5px;
	left: 62px;
}

#company .raiten{
	position:absolute;
	top: 1px;
	left: 600px;
}

#company .company{
	position: absolute;
    top: 96px;
	left: 380px;
}

#company .shop{
	position: absolute;
	top: 77px;
	left: 633px;
}

#company .photo{
	position: absolute;
	top: 4px;
	left: 820px;
}

#company .copyright{
	text-align: center;
	margin-bottom: 20px;
}

#company .copyright img{
	padding-bottom: 10px; 
}


/********************************

		  footer.css

*********************************/


#footer{
		clear: both;
	text-align: left;

	line-height: 160%;
	width:1000px;
	color:#666;
	background-color:#EBF3CF;	
}

#footer .body{
   	padding: 20px 40px; 
}

#footer .body strong{
	color: #437A29;
}


