@charset "utf-8";

* {
	font-family: meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	
}
html {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
    color: #000;
}
a:link,
a:visited {
    text-decoration: underline;
}
a:hover,
a:active {
    text-decoration: none;
}
img {
    border: none;
}
#wideFrame {
    margin: 0px auto;
    text-align: left;
    width: 780px;
}

/* ヘッダ ここから */
#wideFrame #header {
}
/* ヘッダ ここまで */

/* フッタ ここから */
#wideFrame #footer {
}
/* フッタ ここまで */

/* コンテンツ ここから */
#wideFrame #content {
    margin: 150px 0 0;
    width: 780px;
    height: 300px;
    background: url('/medias/images/flash.gif');
}
/* コンテンツ ここまで */







#header:after,
#footer:after,
#content:after,
.parallel:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header,
#footer,
#content,
.parallel
{ display: inline-block; }

/*hides from IE-mac ＼*/

* html #header,
* html #footer,
* html #content,
* html .parallel
{ height: 1%; }

#header,
#footer,
#content,
.parallel
{ display: block; }

/*END ＼*/


* html #header,
* html #footer,
* html #content,
* html .parallel
{ height: 1%; }

#header,
#footer,
#content,
.parallel
{ display: block; }

/*END ＼*/

img { behavior: url('/medias/images/iepngfix.htc') }

