/* CSS Document */
/*----------------<index>--------------------*/

* {
	margin: 0px;
	padding: 0px;
	border:0px;
	background-color:transparent;
	color: #333333;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

body {
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #EAEAEA;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}


div#home {
	height: auto;
	left:80px;
	top:430px;
	width:100px;
	height:90px;
	position: absolute;
	text-align: center;
}


/*メニューサイドバー部分*/
div#sidebar {
	height: auto;
	left: 60px;
	top: 140px;
	width: 140px;
	height: 260px;
	position: absolute;
	text-align: center;
}


/*グローバルナビゲーション*/
ul#globalnavi {
	color:#ffffff;
	padding-left: 0px;
	margin-top: 15px;
}

ul#globalnavi li{
	margin-top:0px;
	margin-bottom:16px;
	padding:0px;
	list-style-type: none;
	list-style-position: outside;
	letter-spacing: 2px;
	color:#ffffff;
}

ul#globalnavi a:hover{
/*	background-color: #333333;*/
	width:95px;
	height:15px;
}

dt#menu{
	color:#ffffff;
	text-align: center;
}


/*メニューピクトグラム処理*/
li.btn a:hover {
	background-image: url(img/menu_bg_01.gif);
}
.hyde {
	display: none;
}

/*見出し類*/
h1 {
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 15px;
	padding-left: 20px;
	margin-bottom: 137px;
	/*line-height: 10px;*/
	width: 115px;
}	

h2 {
	letter-spacing:2px;
	height:20px;
	font-weight: bold;
}
	
h3{
	color: #0066CC;
	font-weight: bold;
}

h4{
	color: #006699;
}


/*擬似クラスとリンク関係*/
a {color: #006699;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.link_pink{
	color:#ff33cc;
}

a.link_blue{
	color:#0066cc;
}

a.link_white{
	color:#ffffff;
}
	
a#h1 {
	font-size: 12px;
	color: #ff33cc;
}

a.hm {
	display:block;
	width:100px;
	height:90px;
}

/*内容スタイル類*/
p {
	padding: 0;
	margin-bottom:14px
}

em {
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
}

.noem {/*非強調表示部分→灰色*/
	color: #401A00;
}

img {
	border: 0px none;
}


/*各記事margin-bottom調整　これは全ページ共通の下マージンだから消さない*/
div.each_detail_container1{
	margin-bottom:20px;
	position: relative;
}

div.each_item_container1{
	margin-bottom: 14px;
	top: 0px;
	left: 0px;
	position: relative;
}
