@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body, 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;
	line-height:1.0;
}
a, a:link, a:active {
	color: #ff0069;
	text-decoration: none;
	border: none;
}
a:visited {
	color: #ff0069;
	text-decoration: none;
}
a:hover {
	color: #8B2EDB;
	text-decoration: none;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
img {
	border: 0;
	vertical-align:bottom;
}
address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
p {line-height:1.4;}
select, input, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}
.clear {
	clear:both;
}

div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

body {
	font-size: 12px;
	font-family: Arial,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Geneva, Helvetica, sans-serif;
	color: #222222;
}

/*layout*/
#pagebody {
	width:780px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
#header {
	width: 780px;
	margin: 0;
	padding: 0;
}
#head_img {
	width: 780px;
	height:170px;
	background:url(../image/head_img03.gif) no-repeat left top;
	text-indent:-9999px;
}
#contents {
	width: 770px;
	margin: 0;
	padding:0 5px;
	position: relative;
}
#col_r {
	width:260px;
	float:left;
}
#col_l {
	width:490px;
	float:left;
}
#col {
	width:750px;
}
#footer {
	width: 780px;
	margin-bottom:20px;
}

#headline { height:20px; }
#headline p { line-height:1.8; color:#cc3300; }

