/*
 * MDS Co.,Ltd.
 * Description:	CSS file for screen
 * Filename:    common.css
 * Version:     1.0
 * Author:      mds directors
 * Last Up Date:22/07/2011
 *

 * Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

@media screen {
*{
    margin:0px;
    padding:0px;
}

/* style for layout */

body {
    margin: 0;
    padding: 0;
    color: #3f3f3f;
    font-size: 84%;
    font-family: "MS PGothic",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    text-align: center;
    background-color: #f2f0ea;
    background-url:;
    line-height: 160%;
}
div#container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
div#header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #ffea00 url(../images/bg.jpg) repeat-x left top;
}
div#headerInner {
    width: 960px;
    height: 120px;
    margin: 0 auto;
}
div.headerLogo {
    float: left;
    display: block;
    width: 550px;
    margin-right: 10px;
    line-height: 60px;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
}
div.headerSlogan {
    float: left;
    display: block;
    width: 650px;
    text-align: left;
}
div.headerLogo img{
    vertical-align: middle;
}
div.headerLogo h1 {
    font-size: 100%;
    font-weight: normal;
    padding: 0;
    margin-bottom: 0;
}
div.headerCopy {
    float: left;
    display: block;
    width: 400px;
    height: 85px;
    line-height: 85px;
    padding-top: 20px;
    text-align: left;
}
div.headerMenu {
    float: right;
    display: block;
    width: 210px;
    height: 85px;
    line-height: 200%;
    text-align: right;
}
div#glovalNav {
    width: 100%;
    height: 45px;
    text-align: center;
    background: #49e9ff;
    background: url(../images/bg_globalNav.jpg) right top;
}
div#mainVisualArea {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
div.mainVisual {
    width: 960px;
    height: 320px;
    margin: 0 auto;
    background: #eee;
}
div#wrapper {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}
div.wrapperInner {
    width: 960px;
    margin: 10px auto;
    text-align: left;
}
div#content {
    float: left;
    width: 680px;
}
div#sidebar {
    float: right;
    width: 280px;
}
*html #sidebar{
    width: 260px;
}
div#footer {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 30px 0;
    background: #555555;
}
div.footerNav {
    width: 960px;
    margin: 0px auto;
    text-align: left;
    color: #696969;
    font-size: 85%;
}
div.footerNav a {
    color: #fff;
}
div.footerNav dd {
    margin: 0px auto;
    padding-left: 10px;
    text-align: left;
}
div.footerNav dt {
    width: 200px;
}
div.footerNav dl dt,
div.footNav dl dd {
    text-align: left;
    line-height: 150%;
}
div#copyright {
    width: 960px;
    margin: 0px auto;
    text-align: center;
}
address {
    color: #fff;
    font-size: 90%;
	font-style: normal;
}
div#footer .column {
    margin-left: 20px;
    border-left: 1px solid #eee;
    padding-left: 5px;
}
div.column {
    float: left;
    display: block;
    margin-right: 12px;
    margin-bottom: 10px;
}

/* style for All Area */
h1 {
    padding: 10px;
}
h2,h3 {
    padding: 10px;
    font-size: 12pt;
}
h2.top,h3.top {
    background-image: none;
    padding: 0;
}
h3.sidebar {
    font-size: 10pt;
    padding: 10px 0 20px 0;
}
ul li {
    list-style-type: none;
}
img{border:none;}

p{padding:10px;}

div#pageroot {
    background: #000;
    color: #ffea00;
    padding: 15px;
}
div#pageroot a{
    color: #ffea00;
}
div#pageroot a:hover{
    color: #ffea00;
}
.right{text-align:right;}

.center {
    text-align:center;
    margin:0 auto;
}
.clear{
    line-height:1;
    clear:both;
    font-size:1px;
    height:1px;
}
.clearfix {
    zoom: 1;/*for IE 5.5-7*/
    min-height: 1%;
}
.clearfix:after {/*for modern browser*/
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
* html .clearfix {
    display: inline-table;
    /*\*/display: block;/**/
}
.red{color:red;}
.w50{width:50px;}
.w60{width:60px;}
.w70{width:70px;}
.w80{width:80px;}
.w100{width:100px;}
.mr5{margin-right:6px;}
.mb5{margin-bottom:5px;}


/* style for Link */

a{
color: #3f3f3f;
text-decoration: none;
}
a:hover,a:active{
color: #3f3f3f;
text-decoration: underline;
}
a:visited{
color: #3f3f3f;
}
/*
==============================
style for Global Navigation
==============================
*/

div.navContents{
    display:block;
    width: 960px;
    height: 45px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
div.navContents ul,
div.navContents ul *{
    background-repeat:no-repeat;
    float:left;
}
div.navContents,
div.navContents *{ overflow:hidden; }

div.navContents ul li,
div.navContents ul li a{
    float:left;
    display:block;
    height:45px;
    overflow:hidden;
    background:url(../images/btn_globalNav.jpg);
}
div.navContents ul li a{
    display:block;
    height:0px !important;
    height /**/:45px;
    padding:45px 0px;
}

div.navContents ul li a:hover{ background-image:none; }
div.navContents ul li.gnav1, div.navContents ul li.gnav1 a.selected{ background-position:left -45px; }
div.navContents ul li.gnav2, div.navContents ul li.gnav2 a.selected{ background-position:-112px -45px;}
div.navContents ul li.gnav3, div.navContents ul li.gnav3 a.selected{ background-position:-325px -45px;}
div.navContents ul li.gnav4, div.navContents ul li.gnav4 a.selected{ background-position:-538px -45px;}
div.navContents ul li.gnav5, div.navContents ul li.gnav5 a.selected{ background-position:-751px -45px; }
div.navContents ul li.gnav1 a{ background-position:left -1px; width:112px;}
div.navContents ul li.gnav2 a{ background-position:-112px -1px; width:213px;}
div.navContents ul li.gnav3 a{ background-position:-325px -1px; width:212px;}
div.navContents ul li.gnav4 a{ background-position:-538px -1px; width:211px;}
div.navContents ul li.gnav5 a{ background-position:-751px -1px; width:210px;overflow:hidden;border-right:1px #fff;}
/*
==============================
style for Footer Navigation
==============================
*/
div.footNav{
    display:block;
    width:960px;
    padding:0 auto;
    overflow:hidden;
    font-size:80%;
}

div.footNav ul,
div.footNav ul *{
    float:left;
}
div.footNav,
div.footNav *{ overflow:hidden; }

div.footNav ul li,
div.footNav ul li a{
    display:block;
    float:left;
    width:192px;
    height:30px;
}
div.footNav ul li{padding-top:10px;}

/*
==============================
style for contents
==============================
*/
div#mainContent {
    width: 680px;
}

div.greeting img,div.greeting p{float:left;}
div.greeting img{margin-left:20px;}
div.greeting p{width: 500px;}

div.news{
    overflow: auto;
}
div.news dl dt,
div.news dl dd{
    width: 100%;
    margin: 0px auto;
    text-align:left;
}
div.news dl dd{
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
}
div.pagetop a:hover img,
div#footer a:hover img {
    filter: Alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.70;
}
div.pagetop {
    width: 960px;
    margin: 0 auto;
    text-align: right;
}
div.pagetopInner {
    float: right;
	width: 120px;
	height: 40px;
    display: block;
    overflow: hidden;
    text-align: center;
}
/*
==============================
style for sidebar
==============================
*/

div.banner {
    background:#fff;
    border:solid 1px #ccc;
}
div#sidebar ul{
    display:block;
    margin-top:0px;
    margin-bottom:20px;
    width: 298px;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
}
*html #sidebar ul{
    width: 245px;
}
div#sidebar li a{
    display:block;
    margin:0;
    padding:15px 0 0 25px;
    width:272px;
    height:35px;
    background:#fff url(../images/ico_arrow_01.jpg) no-repeat 10px center;
    border-top:solid 1px #ccc;
    border-right:solid 1px #eee;
    border-bottom:solid 1px #eee;
}
*html div#sidebar li a{
    width: 245px;

}
div#sidebar li a:hover{    
    background:#f8f8fa url(../images/ico_arrow_02.jpg) no-repeat 10px center; }
}
div#sidebar ul li{
    display:block;
}
div#sidebar a:hover img{
    filter:Alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.80;
}
div.banner img{
    margin: 0px auto 5px auto;
}
div.profile table{
    width: 650px !important;
    border-collapse: collapse;
    margin-left: 30px !important;
}
div.profile th,div.profile td{
    border: solid 1px #ccc;
    padding: 8px !important;
    text-align: left;
    font-size: small;
}
div.profile th{
    width: 150px !important;
    background:#fff;
}
div.profile td{
    width: 500px !important;
    background:#fff;
}
div.sitemap{
    display:block;
    margin:0 auto;
    width:95%;
}
div.sitemap li{
    display:block;
    margin:0;
    padding:10px 0 0 30px;
    height:30px;
    background:url(../images/icn_arrow_01.jpg) no-repeat 10px center;
    border-bottom:dotted 1px #ccc;
}

div.serviceList ul{
    margin: 0 0 50px 50px;
    list-style-type: circle;
}
div.serviceList li{
    line-height:160%;
    list-style-type: circle;
}
ul.faq {
    margin-left:30px;
}
.question {
    display: block;
    margin: 20px 0 10px 20px;
    padding: 5px;
    background: #eee;
    color: #09f;
}
.answer {
    display: block;
    margin: 0 0 20px 20px;
    padding: 0 0 10px 25px;
    line-height: 165%;
}
img.list_mark{
    vertical-align: middle;
}

.mr10{
    margin-right:10px;
}
.w300{
    width:300px;
}
