/* ------------------------------
共通のスタイル
------------------------------ */

@charset "UTF-8";

img{
	border:0;
}

p,a,pre{
	font-size:12px;
	line-height:120%;
	margin:0px;
	color:#000000;
	text-decoration:none;
}

a{
	color:#D2691E;
}

a:hover{
	color:#D2691E;
	text-decoration:underline;
}

ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
	list-style-image:none;
}

h1,h2,h3,h4{
	margin:0px;
}

/* --- ボディ --- */
body{
	margin:0px;
	color:#333333;
	background-color:#3d3630;
	background-repeat:repeat-y;
	background-position:center top;
	}

div#page{
	margin:0px;
	padding:0px;
	position:relative;
	left:10%;
	right:10%;
	width:800px;
	background-image:url(../images/bg.jpg);
    background-repeat:y-repeat;
}

div#head{
	margin:0px;
	padding:0px;
	width:800px;
	height:76px;
	background-image:url(../images/headder.jpg);
	background-repeat:no-repeat;
}

div#contact{
	float:right;
	margin:30px 0px 0px 0px;
}

div#trxc{
	float:right;
	margin:0px;
}

/*-- IE6対策 --*/
* html div#contact{
	margin:30px 70px 0px 0px;
}

div#flashimg{
	width:780px;
	height:280px;
	margin-left:10px;
}

div#contents{
	margin:5px;
	padding:40px 0px 10px 0px;
	width:790px;
	height:300px;
}

div#foot{
	width:800px;
	height:200px;
	background-image:url(../images/foot_bg.jpg);
    background-repeat:y-repeat;
}

/* --- リンクカラー --- */
A:link{color:#336633}
A:visited{color:#3366cc}
A:active{color:#336633}
A:hover{color:#336633}

A.white:link{color:#FFFFFF}
A.white:visited{color:#FFFFFF}
A.white:active{color:#FFFFFF}
A.white:hover{color:#FFFFFF}

/* --- ドットの線 --- */
div.dot_line{
	margin:10px;
	padding:0px;
	width:480px;
	height:2px;
	background-image:url(../images/dash_border.gif);
/* ---- ＩＥ６対策：divで一文字分の高さが確保されるため ---- */
	overflow:hidden;
}

div.imgphoto{
	margin:0px 0px 15px 10px;
	padding:5px 5px 2px 5px;
	background-color:#ffffff;
	float:right;
}

div.imgphoto img{
	border:1px solid #b3b3b3;
}

div.pagetop{
	margin-right:30px;
	text-align:right;
}

div.pagetop a{
	font-size:10px;
	color:;
}