@charset "Shift_JIS";

/* basic
_____________________________________________________________________ */
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #333333;
	background-color: #FFFFFF;
	text-align:center;
	font:normal small/12px Osaka,"MS UI Gothic",sans-serif;
}

div,img,hr,h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	font-weight: normal;
	text-align: left;
}
img{
	display: inline;
}
table{
	border-collapse:collapse;
}
th,td{
	padding:0;
	vertical-align:top; 
}
p.medium{
	margin-bottom:10px;
	font-size:14px;
	line-height:170%;
}
p.medium_narrow{
	margin:20px 50px 30px 50px;
	font-size:14px;
	line-height:170%;
}

img.title{
	margin-bottom:10px;
}
span.cupt{
	color: #330066;
	font-weight:bold;
	font-size:16px;
}

/* link
_____________________________________________________________________ */
a {
	color: #0000EE;
}

a:link {
	color: #0000EE;
	text-decoration: none;
}

a:visited {
	color: #0000EE;
	text-decoration: none;
}

a:active {
	color: #3333EE;
	text-decoration: none;
}

a:hover {
	color: #3333EE;
	text-decoration: underline;
}

a[name]:hover {
	text-decoration: none;
}

/* container
_____________________________________________________________________ */
div.container{
	margin: 0px auto;
	width:900px;
}

table.container{
	width:900px;
	font:normal small/12px Osaka,"MS UI Gothic",sans-serif;
}

/* head
_____________________________________________________________________ */
div#head{
	margin-top: 10px;
	margin-bottom: 20px;
}
table#head{
}
table#head td{
	vertical-align:bottom; 
}
table#head td#tdright{
	text-align:right;
}
table#head img#ys{
	margin-left: 5px;
}

/* h1 */
h1 {
	font-size: 9px;
	width: 248px;
	height: 52px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../img/logo.gif) 0 0 no-repeat ;
}
h1 a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

/* main
_____________________________________________________________________ */
table#main{
}
table#main td#tdleft{
	width:700px;
}
table#main td#tdmargin{
	width:20px;
}
table#main td#tdright{
	width:180px;
}

/* tdright
_____________________________________________________________________ */

/* blogparts
_____________________________________________________________________ */
div#blogparts1,
div#blogparts2,
div#blogparts3{
	margin-bottom:10px;
}


/* foot
_____________________________________________________________________ */
div#foot{
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: solid 1px #330066;
}
table#foot{
	margin-top: 5px;
	font-size: 10px;
}
table#foot td#right{
	margin-top: 5px;
	font-size: 10px;
	text-align:right;
}