/* ************************************************ 
 *	共通の設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}



body {
	font-size : 14px;
	color : #333333;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 150%;
	color : #333333;
}



img {
border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin: 0 auto;
	width : 780px;
	text-align:left;
	border-left-width : 1px;
	border-right-width : 1px;
	border-left-style : solid;
	border-right-style : solid;
	border-left-color : #0066FF;
	border-right-color : #0066FF;
}



/*ヘッダー（ロゴ、グローバルメニュー）*/
.header {
width : 100%;
}



#contents{
width : 100%;
}




/*　左側エリアの幅　*/
.main {
float: right;
width : 485px;
}

.main-contents {
width : 470px;
margin-right: 15px;
margin-bottom: 10px;
padding-bottom: 5px;
}

/*　右側エリアの幅　*/
.side {
float: left;
width : 275px;
}

.side-border {
width: 260px;
margin-left: 15px;
margin-bottom: 10px;
border-width: 1px;
border-style: solid;
border-color: #0066FF;
}


.side-title{
width: 260px;
}


.side-contents{
background-color : #FFFFFF;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}


/*　フッター（コピーライト）　*/
.footer {
 	clear : both;
	text-align : center;
	margin-top : 15px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}



/* ------------------------------------- 
 *	フォント
 * ------------------------------------- 
 */


h1{
	font-size : 24px;
}



h2{
	font-size : 14px;
	color : #FFFFFF;
	padding-top : 4px;
	padding-left : 18px;
	background-image : url(images/maintitle-background.gif);
	background-repeat : no-repeat;
	width: 470px;
	height : 30px;
}



h3{
	font-size : 14px;
	color : #FC4128;
	padding-top : 10px;
	padding-left : 5px;
	text-decoration : underline;
}


/* ------------------------------------- 
 *	リンク
 * ------------------------------------- 
 */



a{
color : #0000FF;
}

a:link{
color : #0000FF;
}

a:visited{
color : #0000FF;
}

a:hover{
color : #FF8000;
}

a:active{
color : #0000FF;
}



/* ------------------------------------- 
 *	ヘッダーエリア
 * ------------------------------------- 
 */


.description{
	font-size : 12px;
	color : #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-left: 15px;
	padding-bottom: 2px;
	height: 20px;
	background-color: #0066FF;
}



.logoarea{
  padding-left : 0px;
  padding-right : 0px;
  height : 60px;
}




.logo-left{
  width : 330px;
  float : left;
  padding-top: 8px;
  padding-left : 15px;

}


.logo-right{
width: 400px;
font-size: 12px;
float: right;
text-align: right;
padding-top: 7px;
padding-right: 10px;
}

.header-navi-area{
clear: both;
width: 100%;
text-align : center;
border-top:3px solid #0066FF;
border-bottom:3px solid #0066FF;
}

.header-navi{
width : 258px;
height : 40px;
text-align : center;
background-color : #F3F8FF;
}

.header-navi a {
	color: #0000FF;
}

.header-navi a:link {
	color: #0000FF;
}

.header-navi a:visited {
	color: #0000FF;
}

.header-navi a:hover {
	color: #FF8000;
}

.header-navi a:active {
	color: #0000FF;
}

.pannavi{
font-size : 12px;
padding-left : 15px;
margin-top : 7px;
margin-bottom : 7px;
  clear : both;
}

.footer-navi{
color : #0066FF;
padding-top: 5px;
padding-bottom: 5px;
border-top:1px solid #0066FF;  
}

.article-pannavi{
font-size : 10px;
padding-top : 3px;
padding-left : 5px;
padding-right : 10px;
padding-bottom : 3px;
line-height: 140%;
}

.copyright{
font-size : 12px;
color: #FFFFFF;
background-color: #0066FF;
padding-top: 2px;
padding-bottom: 2px;
height: 20px;
}

table{
line-height: 160%;
}

p{
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
}

strong{
color : #FC4128;
}

ul{
margin: 0px 0px 0px 15px;
padding: 0px;
}



li{
list-style-position: outside;
list-style-type: disc;
}

.header-table{
margin-top : 0px;
margin-bottom : 0px;
}

.article-table{
line-height: 150%;
margin-top: 15px;
margin-bottom: 5px;
}

.category-table{
line-height: 150%;
margin-top: 5px;
}

.category-left{
width : 130px;
text-align: center;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3;
background-color : #F3F8FF;
}

.category-right{
width : 330px;
line-height: 160%;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3; 
margin-left: 1px;     
}




.article-left{
width : 140px;
line-height: 140%;
text-align: center;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3;
background-color : #F3F8FF;
}

.article-right{
width : 320px;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3; 
margin-left: 1px;     
}


.sponsor{
text-align : center;
padding-top: 10px;
padding-bottom: 10px;
border-top:1px solid #0066FF;
}

.top-title{
padding-top : 4px;
padding-left : 18px;
margin-top: 20px;
background-image : url(images/maintitle-background.gif);
background-repeat : no-repeat;
width: 470px;
height : 30px;
}

.main-title{
padding-top : 5px;
padding-left: 5px;
margin-top: 10px;
width: 470px;
height : 30px;
text-decoration : underline;
}

.date-header{
font-size: 12px;
text-align: right;
padding-right: 15px;
}

.entry-more{
text-align: right;
padding-top: 5px;
padding-right: 15px;
}

.contents-list{
margin-top: 10px;
padding-left:10px;
}

.sitemap{
font-size : 12px;
border: 0px;
}

.sitemap-list{
padding-left: 10px;
margin-top: 10px;
}

.sitemap-list-detail{
padding-left: 30px;
}

.banner-top{
padding-bottom: 10px;
}

.sponsor-top{
padding-top: 5px;
padding-bottom: 5px;
}

.sponsor-bottom{
padding-bottom: 10px;
}

.recententries-title{
text-decoration: none;
padding-top : 4px;
padding-left : 18px;
margin-top: 10px;
background-image : url(images/maintitle-background.gif);
background-repeat : no-repeat;
width: 470px;
height : 30px;
}

.recententries-contents{
width : 470px;
background-color : #FFFFFF;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}

.sponsor-ad{
text-align : center;
padding-bottom: 5px;
}

.item-article-left{
width : 140px;
font-size : 12px;
text-align: center;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color:#F4F4F4;
background-color :#F4F4F4;
}

.item-article-right{
width : 350px;
font-size : 12px;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3; 
margin-left: 1px;     
}

.campaign{
margin-top : 10px;
color : #333333;
}

.search{
margin-left: 15px;
margin-bottom: 10px;
padding-left: 2px;
}

.category-list{
padding-left: 10px;
margin-top: 10px;
}

.amazon-table{
margin-bottom: 10px;
}

.amazon{
text-align: center;
width: 140px;
}