*{
    margin: 0;
    padding: 0;
}
body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size:13px;
}
.float{
    float:left;
}
a{
    color:black;
    text-decoration: none;
}
a:hover{
    color: #ff6600;
    text-decoration: underline;
}
a img{
    border: none;
}

#wrapper{
    margin:0 auto;
    width: 100%;
    text-align: center;
    min-width:1050px;
}
/*ヘッダー開始*/
#header{
    padding-bottom:38px;
    background: url("../img/top_head/bg_head.png") no-repeat center 0;
}
#lang{
    margin-left:865px;
    display:inline-block;
    text-align: left;
}
#lang a{
    padding-right:1px;
}
#header_top{
    /*margin-left:175px;*/
    display:inline-block;
    text-align: left;
    width:1045px;
}
#header_top p{
    padding:5px 0 0 2px;
}
#header_logo{
    display:inline-block;
    padding-top:25px;
}
#mini_menu{
    display:inline-block;
/*    position: absolute;
    margin-top: 97px;
    margin-left:810px;*/
    width:420px;
    margin-left:110px;
}
#mini_menu ul{
    list-style-type: none;
}
#mini_menu li{
    display:inline-block;
}
#mini_menu li:before{
    content: "｜";
}
#main_visual{
    clear:both;
    /*margin-left:175px;*/
    height:330px;
    margin-top:38px;
    display:inline-block;
    text-align: left;
    width:1050px;
    position:relative;
}
#main_visual_frame{
    position:absolute;
    z-index: 2;
}
#main_visual>img{
    position:absolute;
    z-index:1;
}
#main_visual_button{
    position:absolute;
    z-index: 3;
    list-style-type:none;
    top:311px;
    left:498px;
    width:60px;
}
#main_visual_button img{
    cursor: pointer;
    margin-right:5px;
}

/*グローバルナビ開始*/
#main_menu{
    margin: 0;
    padding: 0;
    width:100%;
    height:62px;
    background: url("../img/top_head/gnavi2.png") no-repeat center 0;
}
#main_menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display:inline-block;
    text-align: left;
}
#main_menu li{
    text-indent: -9999px;
    display:inline-block;
    width:210px;
    margin: 0;
    padding: 0;
}
#main_menu a{
    display:block;
    width:100%;
    height:62px;
    background-image: url("../img/top_head/gnavi2.png");
    background-repeat: no-repeat;
}
#menu1 a{background-position:-175px -62px;}
#menu2 a{background-position:-385px 0;}
#menu3 a{background-position:-595px 0;}
#menu4 a{background-position:-805px 0;}
#menu5 a{background-position:-1015px 0;}

#main_menu a:hover{
    background-image: url("../img/top_head/gnavi2.png");
    background-repeat: no-repeat;
}
#menu1 a:hover{background-position:-175px -62px;}
#menu2 a:hover{background-position:-385px -62px;}
#menu3 a:hover{background-position:-595px -62px;}
#menu4 a:hover{background-position:-805px -62px;}
#menu5 a:hover{background-position:-1015px -62px;}
/*グローバルナビ終わり*/
/*ヘッダー終わり*/

/*メイン開始*/
#main{
    width:780px;
    display:inline-block;
    text-align: left;
}
.main_content{
    padding-bottom:40px;
}
.content_title{
    background: url("../img/common/common_headline02.png") no-repeat 0 0;
    width:780px;
    height:40px;
    margin-bottom:20px;
}
.content_title p{
    float:left;
    font-size:19px;
    padding:8px 23px;
    letter-spacing: 0.1em;
}
.content_title div{
    float:right;
    /*margin-top:7px;*/
    margin:7px 8px;
    width:100px;
    height:26px;
}
.content_title div img:hover{
    opacity:0;
}
#content_title_about{ background:url("../img/common/common_btn_detail02_on.png") no-repeat 0 0;}
#content_title_new_item{ background:url("../img/common/common_btn_newitemlist_on.png") no-repeat 0 0;}
#content_title_topics{ background:url("../img/common/common_btn_topicslist_on.png") no-repeat 0 0;}
#about > p{
    font-size:15px;
    padding-bottom:10px;
    letter-spacing: 0.1em;
}
#about_left{
    display: inline-block;
    vertical-align: top;
}
#about_right{
    display: inline-block;
    width:490px;
    margin-left:25px;
}
#about_right p{
    padding-left:5px;
    padding-bottom:10px;
}
#about .green{
    color: rgb(0,141,43);
    font-weight: bold;
}
#about .blue{
    color: rgb(25,104,172);
    font-weight: bold;
}
.content_box{
    border: 1px solid rgb(221,221,221);
    background-color: rgb(249,249,249);
    height:416px;
}
.new_item{
    display: inline-block;
    width:220px;
    margin:17px 0;
    padding:0 18px;
    vertical-align: top;
/*    border-right:1px solid rgb(221,221,221);*/
}
#new_items .new_item:nth-child(3){
    border-right:none;
}
.new_item_pict img{
    /*border: 1px solid rgb(221,221,221);*/
    margin-bottom:5px;
}
.new_item_name{
    border-left: 3px solid rgb(28,126,189);
    border-bottom:1px solid rgb(221,221,221);
    color: rgb(54,141,196);
    line-height:120%;
    padding-left:10px;
    font-size:15px;
    height:40px;
    display: table-cell;
    vertical-align: middle;
}
.new_item p{
    font-size:12px;
    height:140px;
    padding:8px 0;
    line-height: 142%;
}
.new_item hr{
    border: none;
    border-bottom: 1px solid rgb(221,221,221);
}
.detail{
    width:85px;
    height:21px;
    background: url("../img/common/common_btn_detail_on.png") no-repeat 0 0;
    margin:5px 135px;
}
.detail img:hover{
    opacity:0;
}
.new_item_partition{
    width:1px;
    height:300px;
    background-color:rgb(221,221,221);
    display:inline-block;
    margin:18px 0 0 2.5px;
}
#topics{
    padding-bottom:0;
}
#topics table{
    width:780px;
}
#topics th{
    color: rgb(28,126,189);
    width:100px;
}
#topics th img{
    vertical-align: -0.15em;
    padding-right:5px;
}
#topics td{
    padding-left:15px;
}
#topics th, #topics td{
    height:30px;
    border-bottom: 1px dotted rgb(221,221,221);
}
/*メイン終わり*/

/*サイドバー開始*/
#sidebar{
    width:230px;
    display:inline-block;
    margin-left:40px;
    text-align: left;
    vertical-align: top;
}
#side_items{
    border: 1px solid rgb(221,221,221);
}
.side_item{
    border: 1px solid rgb(238,238,238);
    margin:4px;
    width:218px;
}
.side_item_left{
    display: inline-block;
    padding:5px 5px 0 5px;
}
.side_item_right{
    display: inline-block;
    width: 105px;
    vertical-align: top;
}
.side_item_name{
    line-height:120%;
    font-size:14px;
    vertical-align: middle;
    padding:10px 0 4px;
}
.side_item_name_left{
    float:left;
    width:5px;
}
.side_item_name_right{
    float:left;
    width:100px;
}
.side_item_name_right a{
    color: rgb(54,141,196);
}
.side_item_name_right a:hover{
    color: #ff6600;
    text-decoration: underline;
}
.side_item p{
    clear:both;
    font-size:11px;
    line-height: 140%;
    padding-top:5px;
    padding-bottom:5px;
}
#side_contact{
    height:130px;
    padding: 20px 0;
}
#side_button{
    display:table-cell;
    text-align: center;
    width: 230px;
    height:40px;
    vertical-align: middle;
    border-top: 1px solid rgb(221,221,221);
    background-color:rgb(244,244,244);
    letter-spacing: 0.1em;
}
#side_button img{
    position:relative;
    padding:0 5px 0 0;
    vertical-align: -0.15em;
}
/*サイドバー終わり*/

/*フッター開始*/
#footer_top{
    clear: both;
    padding:89px 0 30px 966px;
    display:inline-block;
    text-align: left;
}
#pagetop_button{
    width:82px;
    height:20px;
    background: url("../img/common/common_btn_top_on.png") no-repeat 0 0;
}
#pagetop_button img:hover{
    opacity:0;
}
#footer{
    clear:both;
    background: url("../img/foot/bg_foot_mod.png") no-repeat center 0;
    height:470px;
}
#footer_contents{
    display:inline-block;
    text-align: left;
    margin-left:-25px;
}
.footer_content{
    display: inline-block;
    vertical-align: top;
    width:330px;
    padding-left:25px;
    letter-spacing: 0.1em;
	font-size: 12px;
}
.footer_content_title{
    padding-bottom:5px;
}
#logo_mini{
    padding:11px 0 5px 0px;
}
.footer_content p{
	line-height: 180%;
}
.footer_content ul{
    list-style-image: url("../img/common/common_icon_arrow.png");
    padding-left:15px;
}
/* 20130416追加・変更 */
#footer_content2{
    display: inline-block;
    vertical-align: top;
    width:710px;
    letter-spacing: 0.1em;
}
#footer_content2 .footer_content_title{
    padding-left:25px;
}
#foot_hr{
    display:inline-block;
    width:100%;
    background: url("../img/foot/foot_hr.png") no-repeat center 0;
    height:3px;
    margin:40px 0 15px;
}
#copyright{
    color: rgb(153,153,153);
    font-size:15px;
    padding-left:683px;
    height:65px;
    display:inline-block;
    text-align:left;
}
/* 20130416追加・変更終わり */


/*フッター終了*/


/*2014年10月6日追記_トップページのTechnology用リスト番号*/
#top_tech {
	padding-left: 20px;
}