@charset "utf-8";

html
{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* float解除 */
.clearfix:after{
	content:" "; 
	display:block; 
	height:0; 
	visibility:hidden; 
	clear:both; 
}
* html.clearfix{
	/*\*/height:1%;/* for WinIE*/ 
	display:inline-table;/* for MacIE*/
}

/* リンク */
a{text-decoration:none;color : #0000FF;}
a:hover{text-decoration:underline;}
a:visited{color : #0000FF;}

/* 画像 */
img{vertical-align:middle;}

/* 枠画像 */
img.wakutop{vertical-align:top;}
img.wakubottom{vertical-align:bottom;}

/* 全体 */
body{
	text-align:center;
	font-family:"メイリオ","ＭＳ Ｐゴシック",Verdana,Osaka,sans-serif;
	background-color:#FFFFFF;
	color:#333333;
	margin : 10px 0px 10px 0px;
	font-size:9pt;
}

#wrapper{
	width:830px;
	padding:0;
	margin:0px auto;
	text-align:left;
  background-color:#FFFFFF;
}

/* header */
#header{
  width:830px;
  height:85px;
  background-image : url(../../img/header.jpg);
}

#header a
{
  display : block;
  width:830px;
  height:85px;
}
/* tabMenu */
#tabMenu{
  width:830px;
  background-color:#FFFFFF;
}

#tabButton{
}

#tabButton ul{
}

#tabButton ul li{
  width:137px;
  height:35px;
  margin-left : 1px;
  float:left;
  background-repeat : no-repeat;
}

#tabButton ul li a {
  width:137px;
  height:35px;
  display :block;
}

#mKihon{background-image : url(../../img/tab1_on.jpg); background-repeat : no-repeat;}
#mKihon a{background-image : url(../../img/tab1_off.jpg);  background-repeat : no-repeat;}
#mKihon a:hover{background-image : url(../../img/tab1_on.jpg);  background-repeat : no-repeat;}

#mOyo{background-image : url(../../img/tab2_on.jpg); background-repeat : no-repeat;}
#mOyo a{background-image : url(../../img/tab2_off.jpg);  background-repeat : no-repeat;}
#mOyo a:hover{background-image : url(../../img/tab2_on.jpg);  background-repeat : no-repeat;}

#mMultiMedia{background-image : url(../../img/tab3_on.jpg); background-repeat : no-repeat;}
#mMultiMedia a{background-image : url(../../img/tab3_off.jpg);  background-repeat : no-repeat;}
#mMultiMedia a:hover{background-image : url(../../img/tab3_on.jpg);  background-repeat : no-repeat;}

#mChizu {background-image : url(../../img/tab4_on.jpg); background-repeat : no-repeat;}
#mChizu a{background-image : url(../../img/tab4_off.jpg); background-repeat : no-repeat;}
#mChizu a:hover{background-image : url(../../img/tab4_on.jpg); background-repeat : no-repeat;}

#mTool {background-image : url(../../img/tab5_on.jpg); background-repeat : no-repeat;}
#mTool a{background-image : url(../../img/tab5_off.jpg); background-repeat : no-repeat;}
#mTool a:hover{background-image : url(../../img/tab5_on.jpg); background-repeat : no-repeat;}

#mCcontents {background-image : url(../../img/tab6_on.jpg); background-repeat : no-repeat;}
#mCcontents a{background-image : url(../../img/tab6_off.jpg); background-repeat : no-repeat;}
#mCcontents a:hover{background-image : url(../../img/tab6_on.jpg); background-repeat : no-repeat;}

#tabButton ul li p{
  /* タブは背景画像なので、文字は消す */
    visibility:hidden;
    font-size:1%;
}


/* topMenu */
#topMenu{
  width:802px;
  height:328px;
  background-image : url(../../img/menu_bkg.jpg);
  padding:16px 16px 16px 12px;
}

/* main */
#main{
  width:806px;
  background-color:#FFFFFF;
  padding:12px;
}

/* contents */
#contents{
  width:500px;
  background-color:#FFFFFF;
  float:left;
}

#contents h2
{
	font-weight : bold;
	font-size : 120%;
	margin : 10px 0px 10px 0px;
	color : #003399;
}

#contents p
{
  line-height : 150%;
}

#contents .sublink
{
	font-weight : bold;
	color : #000000;
}

#contents .subtitle
{
	margin-left : 10px;
	font-size : 90%;
	color : #999999;
}

#contents .detail_link
{
	width : 500px;
	text-align : right;
}


/* sideContents */
#sideContents{
  float:right;
}

/* sideContents0 */
#sideContents0{
  width:278px;
  height:76px;
  margin-bottom:12px;
}

#sideContents0Body{
}


/* sideContents1 */
#sideContents1{
  width:278px;
  height:194px;
  margin-bottom:12px;
  background-image : url(../../img/bunner_windowslivetoolbar_bkg.jpg);
  background-repeat : no-repeat;
}

#sideContents1Body{
  padding : 60px 10px 0px 10px;
}

#sideContents1Body .detail_link
{
	padding-top : 10px;
	text-align : right;
}

/* sideContents2Body */
#sideContents2Body{
  width:278px;
  height:194px;
  margin-bottom:12px;
  padding-top : 70px;
  background-image : url(../../img/bunner_kininaru_bkg.jpg);
  background-repeat : no-repeat;
}

#Keyword_Ranking
{
	margin : 0px 0px 0px 15px;
	width : 240px;
}

#Keyword_Title
{
	margin-bottom : 10px;
}

.Rank_Num
{
	color : #E85F17;
	font-weight : bold;
}

.Keyword_Items
{
	border-bottom : solid 1px #CCCCCC;
	margin : 5px 0px 5px 5px;
}

.Keyword_Items_Last
{
	margin : 5px 0px 5px 5px;
}

#Keyword_MoreLink
{
	width : 250px;
	text-align : right;
}

/* footer*/
#footer{
  width:804px;
  border-top : solid 1px #CCCCCC;
  padding:12px;
}

.footer_mslogo
{
	width : 92px;
	height : 15px;
}
#footer ul li
{
  float : left;
}


.footer_item1
{
	font-size : 80%;
	margin-left : 330px;
}

.footer_item2,.footer_item3,.footer_item4,.footer_item5
{
	font-size : 80%;
	margin-left : 10px;
	border-left : solid 1px #CCCCCC;
	padding-left : 10px;
}

#footer_copyright
{
	clear : both;
	text-align : right;
	margin-right : 30px;
}
/***************************************/

#topMenuButton{
  float:left;
}

#topMenuButton ul{
  padding:0;
  margin:0;
}

#topMenuButton ul li{
  width:412px;
  height:60px;
  padding:0;
  margin:0 0 6px 0;
}

#topMenuButton ul li p{
  padding-left:60px;
}

#topMenuButton ul li p span{
  font-size:80%
}

#topMenuButton ul li a{
  width:412px;
  height:60px;
	display:block;
}


#topMenuContents{
  width:366px;
  height:304px;
  background-image : url(../../img/search_bk.jpg);
  padding:12px;
  float:right;

}

#topMenuContentsTitle{width:366px; font-weight : bold; font-size : 150%; margin-bottom : 5px;}
#topMenuContentsImg{width:366px;}
#topMenuContentsText{width:366px;margin-top : 20px; line-height : 150%;}
.topMenuContentsLink{width:366px; margin-top : 10px;text-align : right;}


#topMenuContents2{
  width:366px;
  height:304px;
  background-image : url(../../img/search_bk.jpg);
  padding:12px;
  float:right;

}

#topMenuContentsTitle2{width:366px; font-weight : bold; font-size : 150%; margin-bottom : 5px;}
#topMenuContentsImg2{width:366px;}
#topMenuContentsText2{width:366px;margin-top : 20px; line-height : 150%;}

#topMenuContents3{
  width:366px;
  height:304px;
  background-image : url(../../img/search_bk.jpg);
  padding:12px;
  float:right;

}

#topMenuContentsTitle3{width:366px; font-weight : bold; font-size : 150%; margin-bottom : 5px;}
#topMenuContentsImg3{width:366px;}
#topMenuContentsText3{width:366px;margin-top : 20px; line-height : 150%;}

#topMenuContents4{
  width:366px;
  height:304px;
  background-image : url(../../img/search_bk.jpg);
  padding:12px;
  float:right;
}

#topMenuContentsTitle4{width:366px; font-weight : bold; font-size : 150%; margin-bottom : 5px;}
#topMenuContentsImg4{width:366px;}
#topMenuContentsText4{width:366px;margin-top : 20px; line-height : 150%;}

#topMenuContents5{
  width:366px;
  height:304px;
  background-image : url(../../img/search_bk.jpg);
  padding:12px;
  float:right;
}

#topMenuContentsTitle5{width:366px; font-weight : bold; font-size : 150%; margin-bottom : 5px;}
#topMenuContentsImg5{width:366px;}
#topMenuContentsText5{width:366px;margin-top : 20px; line-height : 150%;}


/*
#topMenuContents5{
  width:366px;
  height:304px;
  background-image : url(../../img/search_bk.jpg);
  //padding:12px;
  float:right;
}

#topMenuContentsTitle5{width:366px;}
#topMenuContentsImg5{width:366px;}
#topMenuContentsText5{width:366px;}

*/
.hideBlock{
  display:none;
}

#contentsBodyWrapper
{
	text-align : center;
}

#contentsBody
{
	text-align : left;
	width : 700px;
	line-height : 150%;
	margin-left : auto;
	margin-right : auto;
}

#contentsBody img
{
	border : solid 1px #000000;
}


#contentsBody h1
{
	font-weight : bold;
	font-size : 120%;
	margin : 15px 0px 10px 0px;
	color : #0088E4;
}

#contentsBody h2
{
	font-weight : bold;
	font-size : 100%;
	color : #0088E4;
}

#contentsBody h3
{
	font-weight : bold;
	font-size : 100%;
}

.history_link
{
	padding : 5px 0px 5px 0px;
	margin : 0px 0px 10px 0px;
	font-size : 90%;
	/*border-bottom : solid 1px #CCCCCC;*/
}

.history_current
{
	font-weight:bold;
}

.ref_tbl_mark
{
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-collapse:collapse;
    width : 600px;
}

.ref_tbl_mark .cell1_top
{
	color : #FFFFFF;
	width : 50px;
	font-weight : bold;
	text-align : center;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    background-color : #046380;
}
.ref_tbl_mark .cell2_top
{
	color : #FFFFFF;
	font-weight : bold;
	text-align : center;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    background-color : #046380;
}
.ref_tbl_mark .cell3_top
{
	color : #FFFFFF;
	font-weight : bold;
	text-align : center;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    background-color : #046380;
}

.ref_tbl_mark .cell1
{
	padding : 10px 10px 10px 10px;
	text-align : center;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}
.ref_tbl_mark .cell2
{
	padding : 10px 10px 10px 10px;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}
.ref_tbl_mark .cell3
{
	padding : 10px 10px 10px 10px;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}


.ref_tbl_keyword
{
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-collapse:collapse;
    width : 600px;
}

.ref_tbl_keyword .cell1_top
{
	color : #FFFFFF;
	width : 150px;
	font-weight : bold;
	text-align : center;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    background-color : #046380;
}
.ref_tbl_keyword .cell2_top
{
	color : #FFFFFF;
	font-weight : bold;
	text-align : center;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    background-color : #046380;
}

.ref_tbl_keyword .cell1
{
	padding : 10px 10px 10px 10px;
	text-align : center;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}
.ref_tbl_keyword .cell2
{
	padding : 10px 10px 10px 10px;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}

.toolbar_tbl
{
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-collapse:collapse;
    width : 600px;
}

.toolbar_tbl .cell1
{
	padding : 10px 10px 10px 10px;
	text-align : center;
	width : 200px;
	font-weight : bold;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}
.toolbar_tbl .cell2
{
	padding : 10px 10px 10px 10px;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}

.column
{
	width : 500px;
	padding : 10px 10px 10px 10px;
	margin : 0px 0px 0px 50px;
	border : solid 1px #000000;
	background-color : #FFFFCC;	
}

.column .title
{
	font-weight : bold;
	font-size : 120%;
}

.column .q
{
	font-weight : bold;
	color : #DD0000;
}

.tbl_q_ans02
{
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-collapse:collapse;
	width : 400px;
}

.tbl_q_ans02 .cell1_top
{
	padding : 10px 10px 10px 10px;
	text-align : center;
	width : 200px;
	font-weight : bold;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}

.tbl_q_ans02 .cell2_top
{
	padding : 10px 10px 10px 10px;
	text-align : center;
	width : 200px;
	font-weight : bold;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}

.tbl_q_ans02 .cell1
{
	padding : 10px 10px 10px 10px;
	width : 200px;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}

.tbl_q_ans02 .cell2
{
	padding : 10px 10px 10px 10px;
	width : 200px;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}



.tbl_q_ans03
{
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-collapse:collapse;
	width : 400px;
	margin-top : 10px;
}

.tbl_q_ans03 .cell1
{
	padding : 10px 10px 10px 10px;
	width : 200px;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}

.tbl_q_ans03 .cell2
{
	padding : 10px 10px 10px 10px;
	width : 200px;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}

.tbl_q_ans03 .cell3
{
	padding : 10px 10px 10px 10px;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    font-weight : bold;
    background-color : #EEEEEE;
}



.tbl_q_ans05
{
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-collapse:collapse;
	width : 600px;
	margin-top : 10px;
}

.tbl_q_ans05 .cell1_top
{
	padding : 10px 10px 10px 10px;
	width : 100px;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    font-weight : bold;
}

.tbl_q_ans05 .cell2_top
{
	padding : 10px 10px 10px 10px;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    font-weight : bold;
    text-align : center;
}

.tbl_q_ans05 .cell1
{
	padding : 10px 10px 10px 10px;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
	width : 100px;
}

.tbl_q_ans05 .cell2
{
	padding : 10px 10px 10px 10px;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
	width : 500px;
}

