@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset ---*/
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}


address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}
q:before,q:after {/*--- 引用符を設定 */
	content: '';
}
object,
embed {
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img{/*--- imgの下の空白をクリア */
vertical-align:bottom;
}



/* ----------------------------------------------------------------
共通スタイル
---------------------------------------------------------------- */

a{
	color: #46749E;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #D63030;
}





/*--- default ---*/
body {
	font-size: 95%;
	line-height: 110%;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.png);
}

* html body{font-size: 80%;}

* html table,tr,td{	font-size: 95%;
	line-height: 120%;}
#news li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 80%;
	padding: 5px;
}

	
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

	

/* ----------------------------------------------------------------
トップページ
---------------------------------------------------------------- */

/*--- フッター ---*/
#footer {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	background-image: url(../../img/bg_footer.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 10px;
	line-height: 12px;
	background-color: #46749E;
}
#header {
	background-color: #7690B1;
	background-image: url(../../img/top_13.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 6px;
}
#flash {
	background-color: #D3D9DE;
	text-align: center;
}


#news ul {
	margin-top: 5px;
	margin-right: 12px;
	margin-left: 12px;
}
.syouhin_box {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: 1px dashed #666666;
}
h2 {
	margin-top: 25px;
	margin-bottom: 25px;
}
#pan {
	font-size: 80%;
}

h3 {
	font-size: 110%;
	margin-top: 7px;
	margin-bottom: 7px;
	background-color: #EFF2F5;
	padding: 10px;
	font-weight: normal;
	color: #46749E;
}






#motioncontainer {/*margin:0 auto; Uncomment this line if you wish to center the gallery on page */
width: 100%; /** Set to gallery width, in px or percentage **/
height: 100px; /** Set to gallery height 130px **/
}
#motioncontainer a img {
border: 1px solid #cccccc; /** Set image border color **/
}
#motioncontainer a:hover img {
border: 1px solid navy; /** Set image border hover color **/
}
#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /** Stop Editing Gallery Styles **/
left: -300px;
isibility: hidden;
}
#motioncontainer a:hover {
color: red; /** Dummy definition to overcome IE bug **/
}
/** Do not edit IE conditional style below **/
/** [if gte IE 5.5] **/
#motioncontainer {
width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
}
