@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;
}
#breadcrumb{
	clear:both;
	padding-top:15px;
	padding-bottom:15px;
}

article{
	width:800px;
	margin:20px auto;

}
section{
	clear:both;
	padding-top:20px;
	padding-bottom: 20px;
}

table{
	border: 1px solid black;
	width:100%;
}
table.photo_right{
	float: right;
	width: 500px;
}
th{
	border:1px solid gray;
	text-align:left;
	padding:10px;
	background-color:#D3EDFA;
	vertical-align:middle;
	width:150px;
}

.photo_right th{
	width: 100px;
}

td{
	border:1px solid gray;
	text-align:left;
	padding:10px;
	vertical-align:middle;
	


}

.photo{
	float:left;
	width:250px;
	padding-right:20px;
}

.attention {
	color:red;

}

.required{
	color:red;
}
.center{
	text-align:center;
}


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

		  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;
	width: 107px;
	height: 89px;
}

#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;
}


#breadcrumb ul{
	
	padding-bottom: 10px;
	padding-left: 0px;

}
#breadcrumb li{

	float:left;
	list-style-type:none;

}