/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}

address {
    font-style: normal;
    display: inline;
}
/*-----------------------------*/

html, body {
	height: 100%;
}

html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}

body {
	font-family: Verdana, San-serif;
	background-image: url(bg_yurikago.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	width: 1024px;
}

#container-inner {
	padding: 20px 30px;
}

#header {
	margin-bottom: 20px;
}

#header h2 {
	font-size: 18px;
	color: #6722D9;
 	font-weight: bold;
}

#content {
	height: 390px;
}

#content-leading {
	width: 78%;
}

#content-leading h2 {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

.content-list {
	float:left;
	margin:20px 40px 0 0;
	width: 280px;
	line-height: 2.5;
}

.content-list h2 {
	background-image: url(bullet_yurikago.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	text-indent: 1.5em;
}

.content-list a:link,:visited {
	text-decoration: none;
}


.photo {
	width: 75px;
	height: 100%;
	float: left;
	margin: 0px 10px 10px 0px;
	text-align: center;
}

.oshirase {
	float:left;
	margin: 30px 0 0 0;
}


.oshirase-unit {
	width: 400px;
/*	border-left: 5px solid #CC0033; */
	padding: 0 5px 0 5px;
}

.oshirase-title {
	margin-bottom: 5px;
	padding-left: 5px;
	color:#CC0033;
}

.description{
	padding-left:5px;
}
.description h3{
	margin-bottom: 5px;
	color: #6722D9;
}

#event-header{
	margin: 20px 0;
}

#event-header h2{
	font-size: 14px;
	margin-bottom: 20px;
}

a:link,:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	color: #8145E2; 
}

#footer {
	padding: 0 0 20px 10px;
	border-top: 1px dashed #CCCCCC; 
	font-size: 10px;
	color: #666666;
}
