@charset "utf-8";
/*
	Yahoo UI Library Reset CSS
	http://developer.yahoo.com/yui/reset/
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}



/* ******************************************************** */

/* 外枠のデザイン */

#wrapper {
	width: 420px;
	margin: 0 auto;
	background-color: white;
/*outline: solid 1px red;*/

}

/* グローバルナビゲーションのデザイン */

#menu {
	background: beige;
	margin: 0 0 25px 0;
	padding: 5px 0;
	text-align: right;
/*	color: silver;*/

}

#nav li{
	display: inline;
	list-style-type: none;
	color: black;
	background: url(gnavi_arrow.gif) 0 50% no-repeat;
	padding: 0 0 0 8px;
	font-size: 0.9em;
}

/* サイドバーのデザイン */

#sidebar {
	float: left;
	width: 160px;
	padding: 0 0 0 30px;
	line-height:1.6; /*追加 */
/*	outline: solid 1px yellow;*/
}

h2#sidebar-title{
	font-weight: bold;
	text-shadow: 2px 2px 5px grey;
}
/* コンテンツ部分のデザイン */

article {
	float: right;
	width: 420px;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
/*	outline: solid 1px purple;*/

}

#article {
	float: right;
	width: 420px;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
/*	outline: solid 1px purple;*/

}
/* 野球観戦 */ /* 新規追加 */

h1.item-title6 {
	 
	background: url(nagoyadoumu.jpg) ;
	background-repeat:no-repeat;
	height:350px;
	width: 400px;
	color:red;
	padding: 4px 4px 4px 4px;
	text-align: center;
	background-position: center;
	box-shadow: 5px 5px 10px grey;
	background-position: center;
	margin-left: 5px; margin-bottom: 5px;
	font-size: 0.6em;
	-webkit-border-radius: 7px 7px 7px  7px;
	-moz-border-radius: 7px 7px 7px  7px;
	border-radius: 7px 7px 7px  7px;
}



/* 本文のスタイルを指定する */

article p {
	line-height: 1.5em;
	font-size: 0.9em;
	font-family: "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
}

A{
	text-decoration:none;
}
/* フッターのデザイン */

#footer {
	clear: both;
width: 420px;
border-top: solid 1px maroon;
padding: 10px 0 30px 0;
}
#copyright {
	float:right;
}


h1 {
	background-color: #ff3300; color: white;
	border-style: none; border-width: 1;
	margin-left: 0px; padding-left: 16px;
	font-size: 20pt; font-weight: bold; font-family: Verdana; 
	-webkit-border-radius: 7px 7px 7px  7px;
	-moz-border-radius: 7px 7px 7px  7px;
	border-radius: 7px 7px 7px  7px;
	margin-left: 100px; margin-right: 100px; 
}
h6 {
	font-size: 9pt; line-height: 130%;
	border-style: solid; border-color: RED; border-width: 0 0 0 4;
	margin-left: 20px; margin-right: 350px;
	padding-left: 2px; padding-right: 8px; 
}


P {
	font-size: 11pt; line-height: 130%;
	border-style: solid; border-color: #C000C0; border-width: 0 4 0 4;
	margin-left: 50px; margin-right: 30px;
	padding-left: 2px; padding-right: 2px; 
}
a:hover {
	color:violet;
	font-size:20px;
}