@charset "UTF-8";

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
	margin: 0;
	padding: 0;
}
/* Default
------------------------------------------------- */

body {
	background: #FFFFFF;

	/*background-image:url("newyear.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;*/

	/*background-image:url("christmas3.jpg");
	background-repeat: repeat;*/

	color: #666666;
	text-align: center;
	font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	word-break: break-all;
	font-size: small !important; /* IE7 */
	font-size: 82%; 	/* IE6 */

}
/* Modern browser */
html>/**/body {
	font-size: 13px;
}

html,body {
	/*scrollbar-face-color: #ffffff;*/
	scrollbar-highlight-color: #d9efe9;
	scrollbar-shadow-color: #d9efe9;
	scrollbar-3dlight-color: #d9efe9;
	scrollbar-arrow-color: #d9efe9;
	scrollbar-track-color: #d9efe9;
	scrollbar-darkshadow-color: #d9efe9;
}

/* Hyper text
------------------------------------------------- */

a { 
	text-decoration: none;
	/*\*/
	overflow: hidden;	/* for Fx */
	/**/
}

a:link{
	color: #00cccc;
	/*text-decoration: none;*/
	border-width:0px;
	border-bottom-width:2px;
	border-style:dotted;
}

a:visited {
	color: #669999;
	border-width:0px;
	border-bottom-width:2px;
	border-style:dotted;
	/*text-decoration: none;*/
}

a:focus,
a:hover,
a:active {
	color: #ff6666;
	/*text-decoration: none;*/
}
/*
ul{
	line-height: 250%;
}
*/

/* 一覧--------------------------------------------*/

div.header {
	/*background-color: #FFFFFF;*/

	margin:0px auto;
	width: 860px;

}

div.menu {
	/*background-color: #FFFFFF;*/

	margin:0px auto;
	width: 860px;
}

div.main {
	/*background-color: #FFFFFF;*/

	margin:0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 860px;
	font-size:14px;
	/*overflow:hidden;*/
 -webkit-border-radius: 10px;	/* Safari、Google Chrome */
 -moz-border-radius: 10px;	/* Firefox */
}
div.main-wide {
	background-color: #FFFFFF;

	margin:0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 1000px;
	font-size:14px;
	/*overflow:hidden;*/
 -webkit-border-radius: 10px;	/* Safari、Google Chrome */
 -moz-border-radius: 10px;	/* Firefox */
}
/* 横長の枠の動画情報*/
div.entry{
	width: 780px;
	height:180px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #7DB5DE;
	background-color: #FFFFFF;/*#CAE8EC;*/
	text-align:left;
	/*
	float:left;
	overflow:hidden;
	display:inline;
	line-height:140%;
	*/
}
div.pic {
	width: 100px;
	padding:5px;
	text-align:center;
	float:left;
	overflow:hidden;
}
div.about {
	width: 350px;
	padding:5px;
	text-align:left;
	float:left;
	overflow:hidden;
	/*
	width: 100px;
	margin:5px;
	top:5px;
	left:5px;
	font-size:12px;
	clear:left;
	background-color: #CAE8EC;
	color:#303030;
	*/
}
div.contact {
	width: 300px;
	padding:5px;
	text-align:left;
	float:left;
	overflow:hidden;
}
div.todays_comment{
	color:#666666;
	font-size:11px;
}
div.todays_attention{
	color:#ff6666;
	font-size:13px;
	/*font-weight: bold;*/
}
div.footer{
	font-size:10px;
}
div.title{
	font-weight: bold;
	font-size:20px;
}
div.detailtitle{
	font-weight: bold;
	text-align:left;
	font-size:20px;
}
div.detailcontent{
	width: 780px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #7DB5DE;
	background-color: #FFFFFF;/*#CAE8EC;*/
	text-align:left;
	/*
	float:left;
	overflow:hidden;
	display:inline;
	line-height:140%;
	*/
}
div.detailcontent-wide{
	width: 980px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #7DB5DE;
	background-color: #FFFFFF;/*#CAE8EC;*/
	text-align:left;
	/*
	float:left;
	overflow:hidden;
	display:inline;
	line-height:140%;
	*/
}
div.textleft{
	text-align:left;
}

.form_button{
	border:1px solid #cccccc;
	font-size:13px;
	color:#222222;
	background-color:#cccccc;
	padding: 5px;
	cursor:pointer;
	font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.form_input{
	border:0;
	height:20px;
	/*margin:10px;*/
	padding:10px;
}
.form_input:focus{
	border:0;
	height:20px;
	/*margin:10px;*/
	padding:10px;
}
