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

* {
	color: #000;
	font-size: 13px;
	line-height: 140%;
	margin: 0;
	padding: 0;
	}

/*div, ul, dl {
	overflow: hidden;
	zoom: 1;
	}
*/

img {
	border: 0;
	vertical-align: text-bottom;
	}

/*
a:link		{ color: #00F; text-decoration: none; } 
a:visited	{ color: #03C; text-decoration: none; } 
a:hover		{ color: #36F; text-decoration: none; }
*/

li {
	list-style: none;
	}
	
strong {
	color: #000;
	}

#container {
	margin: 0 auto;
	width: 800px;
	}
h1 {
	padding: 10px 20px;
	}

/*BUTTON*/
.button-details {/*サイズと画像は個々のCSSで指定*/
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-indent:-9999px;
	}

/*ITEM*/
.itemBox {
	margin-bottom: 10px;
	}
.itemBox .aItem {
	margin-bottom: 20px;
	}
.itemBox-inner {
	padding: 0 20px ;
	}
.itemBox h3 {
	font-size: 167%;
	margin-bottom: 5px;
	text-shadow: 1px 1px #999;
	}
.itemBox .item-Next {
	text-align: right;
	}
.itemBox h4 {
	font-size: 116%;
	}

.itemBox .item-Next a {
	background:url(common_images/icon_next.gif) no-repeat right center;
	color: #F00;
	padding-right: 18px;
	} 
.itemBox .item-Next a:hover {
	color: #F99;
	}

/*Youtube*/
.youtubeBox {
	padding: 20px 0;
	text-align: center;
	}

/*Googl*/
#GoogleBox {
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	margin: 10px 0;
	}
#GoogleBox-inner {
	padding: 10px 20px;
	text-align: center;
	}

/*LINK*/

#LinkBox {
	border-bottom: 1px dotted #666;
	}
#LinkBox-inner {
	padding: 0 20px;
	}

/*FOOTER*/
#footer {
	font-size: 7px;
	margin: 0 auto;
	padding: 20px;
	width: 760px;
	line-height:25%;
	}
#footer h5 {
	border-right: 1px solid #333;
	display: inline;
	font-weight: normal;
	margin-right: 2px;
	padding-right: 2px;
	white-space: nowrap;
	}

#footer a {
	color: #666;
	font-size: 7px;
	}
#footer a:hover {
	color: #000;
	}

