@charset"Shift-JIS";
/*	Shift-JISで記述
---------------------------------------------*/
/*  co1_4.css  CONTENTS LIST
---------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
	}
	
html{
	height: 100%;
	}

body{

	height: 100%;
	background-color: #000000;
	background:url(../images/co1_4_bg.jpg) repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
    *+html font-size: small;				/*  for winIE7 Hack  */
    font-size: x-small;						/*  for winIE4-6 MacIE4-5 Hack  */
	color: #fff;
	line-height: 1.4em;
	text-align: center;
	vertical-align: top;
	}

html>/**/body * {						/*  for modern browser Hack  */
	font-size: 13px;
	}

a{
	color: #DCC5C8;
	text-decoration: none;
	outline: none;
	}

a:hover,a:focus{
	color: #EDE2D1;
	text-decoration: none;
	outline: none;
	}

ul,li{
	text-decoration: none;
	list-style: none;
	}
	
hr{
	height: 0;
	border: none;
	display: none;
	visibility: hidden;
	clear: both;	
	}
	
img,object{
	border: none;
	vertical-align: text-bottom;
}

img a{
	border: none;
	}

h1{
	text-indent: -9999px;
	height: 0px;
	overflow: hidden;
	display: none;
	visibility: hidden;
	}

h2{
	width: 508px;
	height: 41px;
	background: url(../images/title_bar.gif) no-repeat left top;
	margin: 10px auto 0px 3px;
	padding-top: 25px;
	padding-left: 60px;
	color: #633;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	}
*html h2{
	width: 508px;
	height: 54px;
	}