@charset "utf-8";



/*************************************************/
/*       全体設定                  */
/*************************************************/
/* --- 全体の背景1 --- */
html {
background: #EEEEEE;
}

/* --- 全体の背景2・テキスト --- */
body {
margin: 0;
padding: 0;
background: url(../images/pag-side-shadow.gif) center top repeat-y; /* 影の背景画像 */
background-position : 0px;
color: #000000; /* 全体の文字色 */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active {
	text-align: left;
}

/* --- コンテナ（ページ全体枠） --- */
#container {
width: 928px; /* ページの幅 */
margin-left: 10px;
margin-top: 0px;
margin-bottom: 10px;
background-color: #ffffff; /* メインカラムの背景色 */
border-bottom: 1px solid #000000;
}
#containerInner {
width: 100%;
}

/* --- ヘッダ（ヘッダ画像枠） --- */
#header {
border-bottom: 1px solid #000000;
}




/*************************************************/
/*       左サイドメニュー設定       　           */
/*************************************************/
/* --- 左サイドメニュー全体--- */
#nav {
	float: left;
	width: 132px; /* 左サイドバーの幅 */
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #F2F2F2;
}
/*----------左サイドメニュー内の段落*/
#left p,#right p {
	padding: 10px;
	line-height: 1.5em;
}

/*----------左サイドメニュー見出し*/
.sbttl_bar {
	background-color: #0000FF;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding-right: 0px;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #0000ff;
	line-height: 23px;
	font-family: "trebuchet MS";
}

/*----------左サイドメニュー個別枠*/
.icon1 a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-left: 16px;
	padding-right: 0px;
	line-height: 22px;
	font-family: "trebuchet MS";
	text-decoration: none;
	color: #3c3c3c;   /*文字色*/
	border-left: #0000FF 1px solid;
	border-right: #0000FF 1px solid;
	border-bottom: gray 1px solid;
	background-color: #ffffff;
}
.icon1 a:hover {
	background: #E6E6FA;
}
#left-under {
	width: 130px;
	margin-top: 10px;
	margin-bottom: 20px;
}





/*************************************************/
/*       メインコンテンツ設定　　                 */
/*************************************************/
#content {
float: left;
width: 560px; /* メインコンテンツの幅 */
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", Osaka, sans-serif;
	font-size: 16px;
	line-height: 128%;
}

#main-topic {
width: 540px; /* ニューストピックの幅 */
margin-top: 10px;
margin-left: 4px;
margin-bottom: 20px;
	background-color: #0000FF;
	color: #ffffff;
	padding-left: 10px;
	line-height: 23px;
}

#main-content {
width: 540px; /* メインコンテンツの幅 */
margin-top: 10px;
margin-left: 14px;
margin-right: 0px;
margin-bottom: 20px;
}

#main-date {
width: 520px; /* トピックの日付 */
margin-top: 10px;
margin-right: 0px;
margin-bottom: 20px;
	font-size: 13px;
	text-align: right;
}


#main-page-navi {
width: 540px; /* メインコンテンツの幅 */
margin-top: 10px;
margin-left: 14px;
margin-bottom: 20px;
}

#main-content-under {
width: 540px; /* メインコンテンツの幅 */
margin-top: 10px;
margin-left: 14px;
margin-right: 0px;
margin-bottom: 20px;
}


#main-content-under-news {
	width: 500px; /* メインコンテンツの幅 */
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 13px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 22px;
	font-family: "trebuchet MS";
	text-decoration: none;   /*文字色*/
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	background-color: #ffffff;
}




/*************************************************/
/*       トップ設定                  */
/*************************************************/
#top-amazon {
	width: 500px; /* メインコンテンツの幅 */
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 13px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 22px;
	font-family: "trebuchet MS";
	text-decoration: none;   /*文字色*/
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	background-color: #ffffff;
}




/*************************************************/
/*       右サイドメニュー設定                  */
/*************************************************/
#right {
float: left;
width: 190px; /* 右サイドメニューの幅 */
margin-top: 20px;
margin-left: 10px;
margin-bottom: 50px;
}

.right-side {
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 23px;
	border-left: #0000FF 1px solid;
	border-right: #0000FF 1px solid;
	border-bottom: #0000FF 1px solid;
	background-color: #ffffff;
}

/*右ニュースリスト*/
ul.list {
    list-style: none;
    margin: 0px;
    margin-left: 4px;
    padding: 0px;
	font-size:small;
	font-family: "trebuchet MS";
	line-height: 1.3em; margin-top: 0.8em;
}

/*右ニュースリスト装飾*/
ul.list li {
    margin: 0px;
    padding: 1px 0px 0px 16px;
    background: url(/cmn/right/images/list-icon.gif) no-repeat 3px 0.4em;
}

/*右ニュースリスト装飾（下線無し）*/
ul.list a {
	text-decoration: none;
}



#right-side-text {
	width: 140px;
	margin-left: 10px;
	font-size: 12px;
	text-decoration: none;
	color: red;   /*文字色*/
}
#right-under {
margin-top: 10px;
}


/*************************************************/
/*       フッター設定                  */
/*************************************************/
#footer {
	clear: left; /* フロートのクリア */
	width: 100%;
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
}

#footer-copyright {
	width: 70%;
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 150px;
	margin-bottom: 10px;
}
