@charset "Shift_JIS";
/*------------------------
‹¤’Êcss
--------------------------*/
body,div,p,li {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1em;
	font-weight:normal;
}

ul,ol {
	margin:0;
	padding:0;
	list-style:none;
}

a {
	color:#003399;
	text-decoration:underline;
}

a:hover {
	color:#3366CC;
	text-decoration:underline;
}

/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear:both;
}

/*layout*/
body {
	font-size: 85%;
	line-height:1.5;
	background-color:#FFFFFF;
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#333333;
}

#container {
	width:760px;
	margin:0 auto;
	text-align:left;
	padding-bottom:10px;
}

h1 {
	margin:10px 0;
}

/***headline*********************************/
#headline {
	margin:0 10px;
}

#headline p {
	font-size:1em;
	line-height:1.6;
}

#headline p.catch {
	margin-bottom:15px;
}

#headline p.access {
	color:#003399;
	margin-bottom:5px;
}

#headline p.img {
	margin-bottom:10px;
}

/***contents*********************************/
h2 {
	margin-bottom:15px;
}
#contents {
	margin:0 10px 20px 10px;
}

#contents .content-left {
	float:left;
}

#contents .content-right {
	float:right;	
}

#contents .content-left,
#contents .content-right {
	width:360px;
	border-bottom:1px dotted #4F73B9;
	padding-bottom:15px;
	margin-bottom:15px;
}

#contents h3 {
	margin-bottom:5px;
}

#contents .capture {
	float:left;
	width:150px;
	margin-bottom:5px;
}

#contents .capture p {
	margin-bottom:5px;
}

#contents .outline {
	float:right;
	width:205px;
	margin-bottom:5px;
}

#contents .outline p {
	font-size:0.9em;
}

#contents .kanren {
	clear:both;
}

#contents .kanren p.img {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

#contents .kanren p.name {
	float:left;
	font-weight:bold;
	font-size:0.9em;
	padding-top:2px;
	margin-bottom:5px;
}

#contents .kanren p.url {
	clear:both;
	font-size:0.85em;
	line-height:1.3;
}


/***footer*********************************/
#footer {
	border-top:1px solid #4E72B9;
	padding-top:10px;
}

#footer p {
	text-align:right;
	font-size:0.85em;
	color:#333333;
}
