@charset "utf-8";
/* CSS Document */

* { 
	list-style-type: none;                        
	margin: 0; 
	padding: 0; 
}

body { 
	text-align: center; 
	width: 100%; 
	background-color: #fff;
	border-top: 25px solid #393;
	border-bottom: 25px solid #393;
	font-family: "メイリオ",Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,p,li {
	padding-left: 10px;
	padding-right: 20px;
	color: #333;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	padding-top: 25px;
	color: #fff;
}

h2 {
	padding-top: 3px;
	font-size: 22px;
	margin-bottom: 10px;
	border-left: 10px solid #ccc;
}

h3 {
	background-image: url(./h3.png);
	background-repeat: no-repeat;	
	background-position: left;
	padding-left: 36px;
	padding-top: 6px;
	font-size: 18px;
	margin-bottom: 5px;
	color: #393;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

p,li {
	font-size: 14px;
	line-height: 1.8em;
}

#container { 
	text-align: left; 
	margin: 0 auto; 
	width: 960px; 
	height: auto;
	background-color: #fff;
}

#header {
	width: 958px;
	height: 250px;
	background-image: url(./title.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

#wrapper {
	width: 960px;
}

#left {
	float: left;
	width: 698px;
	overflow: hidden;
	border: 1px solid #fff;
	margin-bottom: 10px;
}

#right {
	float: right;
	width: 258px;
	overflow: hidden;
	border: 1px solid #fff;
}

.subtitle {
	color: #fff;
	font-size: 18px;
}

.frame {
	width: auto;
	overflow: hidden;
	border: 1px solid #393;
	background-color: #fdfdfd;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.right_frame {
	width: auto;
	overflow: hidden;
	border: 1px solid #f60;
	background-color: #fdfdfd;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.camera {
	/*float: left;*/
	width: 644px;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #999;
	background-color: #eee;
}

#footer {
	clear: both;
	width: 958px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fdfdfd;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a:link, a:visited {
	background-image: url(./arrow.png);
	background-repeat: no-repeat;	
	background-position: left;
	padding-left: 17px;
	padding-top: 1px;
	text-decoration: none;
	color: #00f;
}

a:hover, a:active {
	text-decoration: underline;
	color: #00f;
}

a.up:link, a.up:visited {
	background-image: url(./arrow_up.png);
	background-repeat: no-repeat;	
	background-position: left;
	padding-left: 17px;
	padding-top: 2px;
	text-decoration: none;
	color: #00f;
}

a.up:hover, a.up:active {
	text-decoration: underline;
	color: #00f;
}

a.image:link, a.image:visited {
	background-image: none;
	padding: 0;
	border: 0;
}

a.image:hover, a.image:active {

}
