@charset "utf-8";

/*
	2011/3/30
	movie.css
	kai yamaguchi
*/


/*null*/

* {
	margin:0;
	padding:0;
	font-family:,'メイリオ',Meiryo,'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4';
}

html {
overflow-y:scroll;
}

body {
	font-family:'メイリオ',Meiryo,'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Verdana, Sans-serif;
	margin:auto;
	padding:auto;
	background:#fff;
	color:#000
	line-height:1.5;
	font-weight:normal;
	text-align:center;
	font-size:0.9em;
	voice-family: "\"}\""; 
	voice-family:inherit;
	/*font-size:82%;*/
	background-image:url(../images/bkg_01.gif);
	background-repeat: repeat-x;
}
html>body body {
	font-size:82%;
} 

#container {
	margin:0 auto;
	position:relative;
	width:767px;
	text-align:left;
}

a img {
	border: 0;
}

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

a:hover {
	color: #003399;
	text-decoration: none;
}

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

a:focus {
	outline:0;
}

a[href $='.pdf'] {
	background: transparent url(../images/pdf_icon.gif) no-repeat center left;
	padding: 0px 0px 0px 30px;
}

.movie { 
	padding: 0px 0px 0px 30px;
	background: transparent url(../images/movie_icon.gif) no-repeat center left;
}

.link { 
	padding: 0px 0px 0px 30px;
	background: transparent url(../images/link_icon.gif) no-repeat center left;
}

p {
	display : inline;
}

li {
	list-style:none;
}

hr {
	display:none;
}

.clear {
	display: block;
	width:1px;
	height: 15px;
	margin: 0 0 -15px 0;
	padding:0;
	font-size: 1px;
	line-height: 1px;
	text-indent:-9999px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.date {
	font-family:Georgia,Times New Roman,serif;
}

.alt {
	display: none;
}

.alt2 {
	display: none;
}

/*common*/

DIV#header{
	text-align: left;
	padding-left: 1em;
}

h1{
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 10px;
	background-color : #548CFF;
	border-bottom: #ccc 1px solid;
	text-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 2px 3px #ccc;
}

DIV#movie{
	margin: 15px 0;
	text-align: center;
}

DIV#footer{
	text-align: center;
	color: #666;
	text-shadow: 1px 1px 3px #666;
	padding-top: 1em;
}

