@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  default.css
 style info :  リセット及びbody初期設定
 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

h1 {
text-indent:-9999px;
}

img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
p {
	margin-bottom: 1em;
}

a:link {
color:#ff008b;
}

a:visited {
color:#ff008b;
}

a:hover {
color:#ec3f9d;
}

a:active {
}

/*--- default */
body {
	background: #FFF;
	color: #ccc;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	background-image:url(images/bg.gif);
}

#wrapper {
width:800px;
margin:0 auto;
background-image:url(images/liner_bg.gif);
background-repeat:repeat-y;
}

#top {
width:800px;
height:685px;
background-image:url(images/top.jpg);
}

#flash {
width:800px;
height:360px;
background-image:url(images/main.jpg);
}

#liner {
background-image:url(images/liner_bg.gif);
background-repeat:repeat-y;
}

#linerBox {
width:780px;
height:500px;
overflow:auto;
}

#linerTitle {
margin-left:19px;
margin-bottom:20px;
}

#tatsuo,
#tsuyoshi,
#tenji,
#takky,
#co-p
{
margin-left:47px;
margin-bottom:40px;
}

#footer {
width:800px;
height:48px;
background-image:url(images/footer_bg.gif);
border-top:#ff008b 1px solid;
}

#footer_menu {
float:right;
text-align:right;
margin:10px 20px 0px 0px;
}

