/****** 全ページ共通 ******/
* {
    margin: 0;
    padding: 0;
}

root {
    display: block;
}

a{
    color: #0066CC;
    text-decoration: none;
}

body {
    font-size: 13px;
    line-height: 170%;
    font-family: "メイリオ", Sans-serif;
    background-image: url("/image/top/texture1.png");
}

img{
    border: none;
}


div#left_container span.bold{
    font-weight: bold;
}

/****** トップページ ******/
div#wrapper{
    margin: 0 auto 0 auto;
    width: 1020px;
}

/****** 左コンテンツ ******/
div#left_container {
    float: left;
    padding-bottom: 10px;
}

/* ヘッダ */
div#headwrapper{
    width: 738px;
}

div#header{
    width: 731px;
    margin: 5px 0px 22px 5px;
}

#leftmain{
    float: left;
    margin-right: 5px;
    width: 426px;
}

#leftmain div#mainimage{
    margin-top: 2px;
    margin-bottom: 25px;
    margin-left: 5px;
}

#mainimage .newrelease{
	width:420px;
	height:128px;
	margin-top:20px;
	cursor: pointer;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-color: #FFFFFF;
}

#mainimage .newrelease a{
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

#mainimage .newrelease:hover{
    border: 1px solid #000066;
    border-radius: 5px;
    background-color: #EEEEEE;
}

#mainimage .newrelease img{
	margin:20px 20px 0 20px;
	float:left;
}

#mainimage p.impact{
    font-weight: bold;
    padding: 20px 5px 0 10px;
    line-height: 18px;
	color:#000000;
}

#mainimage p.bottom{
    padding: 0 10px 0 10px;
    line-height: 18px;
	color:#000000;
}


#rightmain{
    float: left;
}

#rightmain div#mainmessage{
    padding-left: 25px;
    margin-bottom: 12px;
}

#rightmain div#button{
    float: left;
}

#rightmain div#button span#btnrequest{
    margin-right: 11px;
    padding-left: 15px;
}

/* メインコンテンツ */
#maincontents{
    width: 738px;
}

#maincontents .contents_top,#maincontents .contents_mid{
    width: 226px;
    height: 240px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-color: #FFFFFF;
}

#maincontents .contents_bottom{
    width: 226px;
    height: 240px;
    margin-bottom: 15px;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-color: #FFFFFF;
}

#maincontents .contents_top:hover,#maincontents .contents_mid:hover,#maincontents .contents_bottom:hover{
    border: 1px solid #000066;
    border-radius: 5px;
    background-color: #EEEEEE;
}

#maincontents p.impact{
    font-weight: bold;
    padding: 5px 5px 0 10px;
    line-height: 18px;
}

#maincontents p.bottom{
    padding: 0 10px 0 10px;
    line-height: 18px;
}

/* subbox */
#maincontents div#subbox {
    margin-top: 0px;
    margin-bottom: 10px;
    height: 1%;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 11px;
    background-color: #ffffff;
    color: #808080;
    margin-left: 7px;
    margin-right: 6px;
}

#maincontents #subbox h3 {
    font-size: 12px;
}

#maincontents #subbox p {
    line-height: 15px;
    text-indent: 1em;
}

/* 左列 */
#maincontents div#column1{
    float: left;
    margin-left: 7px;
    margin-right: 20px;
}

/* 仕事を科学するとは */
#column1 div.contents_top img{
    margin: 12px 0px 5px 18px;
}

#column1 div.contents_top p.bottom{
    margin-top: 12px;
}

/* 特定相談支援事業（障害児相談支援） */
#column1 div.contents_mid img{
    margin: 16px 0px 7px 15px;
}

#column1 div.contents_mid p.bottom{
    margin-top: 12px;
}

/* 地域活動支援センター */
#column1 div.contents_bottom img{
    margin: 22px 0px 15px 18px;
}

#column1 div.contents_bottom p.bottom{
    margin-top: 12px;
}

/* 中央列 */
#maincontents div#column2{
    float: left;
    margin-right: 20px;
}

/* スケジュール管理機能 */
#column2 div.contents_top img{
    margin: 15px 0px 8px 15px;
}

#column2 div.contents_top p.bottom{
    margin-top: 12px;
}

/* 一般相談支援事業 */
#column2 div.contents_mid img{
    margin: 19px 0px 13px 11px;
}

#column2 div.contents_mid p.bottom{
    margin-top: 12px;
}

/* 集計の考え方 */
#column2 div.contents_bottom img{
    margin: 10px 0px 0px 12px;
}

#column2 div.contents_bottom p.bottom{
    margin-top: 12px;
}

/* 右列 */
#maincontents div#column3{
    float: left;
}

/* 基本相談受付業務 */
#column3 div.contents_top img{
    margin: 12px 0px 12px 12px;
}

#column3 div.contents_top p.bottom{
    margin-top: 12px;
}

/* 障害者就業・生活支援センター */
#column3 div.contents_mid img{
    margin: 14px 0px 6px 14px;
}

#column3 div.contents_mid p.bottom{
    margin-top: 12px;
}

/* 株式会社東経システムについて */
#column3 div.contents_bottom img{
    margin: 12px 0px 10px 5px;
}

#column3 div.contents_bottom p.bottom{
    margin-top: 12px;
}




/****** 右コンテンツ ******/
div#right_container{
    width: 248px;
    float: left;
    margin-left: 20px;
    padding-bottom: 15px;
}

/* メニュー全般 */
#right_container ul li{
    list-style-type: none;
}

#right_container ul li a{
    display: block;
    color: #000000;
}

#right_container ul li a:hover{
    color: #0066CC;
    text-decoration: underline;
}


/* 上段 */
#right_container #rightmenu1{    
    margin-top: 10px;
    margin-bottom: 15px;
    width: 248px;
    height: 328px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-color: #FFFFFF;
}

#right_container #rightmenu1 #logo{
    border-bottom: 6px #009999 double;
    padding-left: 13px;
    padding-bottom: 5px;
    margin-left: 7px;
    width: 221px;
}

#right_container #rightmenu1 #logo a{
    text-decoration: none;
}

#right_container #rightmenu1 #logo img{
    margin-top: 14px;
}

#rightmenu1 div#menu_1{
    margin-top: 25px;
    margin-left: 11px;
}

#rightmenu1 div#menu_1 ul li{
    background-image:  url("/image/top/yajirushi_icon.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    padding-bottom: 15px;
    line-height: 17px;
    padding-left: 20px;
}

/* 下段 */
div#right_container #rightmenu2{
    width: 248px;
    height: 775px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-color: #FFFFFF;
}

/* menu_2 */
#rightmenu2 div#menu_2 ul{
    padding-top: 25px;
    margin-left: 11px;
}

#rightmenu2 div#menu_2 ul li{
    background-image:  url("/image/top/yajirushi_icon.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    padding-bottom: 14px;
    line-height: 17px;
    padding-left: 20px;
}

/* 問い合わせ項目 */
#rightmenu2 div#inquiry{
    width: 190px;
    padding: 5px;
    margin-left: 22px;
    margin-top: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

#rightmenu2 div#inquiry img{
    margin-left: 2px;
    margin-bottom: 5px;
}

#rightmenu2 div#inquiry p{
    font-size: 14px;
    font-weight: bold;
    margin-left: 35px;
}

/* menu_3 */
#rightmenu2 #menu_3{
    margin-top: 25px;
    margin-left: 11px;
}

#rightmenu2 #menu_3 ul li{
    background-image:  url("/image/top/yajirushi_icon.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    padding-bottom: 14px;
    line-height: 17px;
    padding-left: 20px;
}

/* バナー */
#rightmenu2 #banner{
    padding-top: 15px;
}
#rightmenu2 #banner ul li{
    padding-bottom: 2px;
    text-align: center;
}

/* コピーライト */
#rightmenu2 div#copylight{
    margin-top: 28px;
    background-color: #444444;
    padding: 8px 0px 8px 0px;
    width: 248px;
}

#rightmenu2 div#copylight p{
    font-size: 89%;
    color: #ffffff;
    line-height: 16px;
    margin-left: 8px;
}

#rightmenu2 div#copylight a {
    color: #ffffff;
}


/* */
div#contentsubbox {
    height: 1%;
    padding: 10px;
    border: 1px solid #d0d0d0;
    font-size: 11px;
    background-color: #ffffff;
    color: #808080;
    margin-bottom: 10px;
    width: 718px;
}

#contentsubbox h3 {
    font-size: 12px;
}

#contentsubbox p {
    line-height: 15px;
    text-indent: 1em;
}

/* ページの先頭へ */
div.totop {
    line-height: 35px;
    font-size: 9pt;
    text-align: right;
}

.totop a {
    background-image: url("/image/toparrow.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}
