@CHARSET "utf-8";

/*-------------------------------------
　　◆初期化◆
-------------------------------------*/
*{
    margin: 0px;
    padding: 0px;
}

/*-------------------------------------
　　◆共通◆
-------------------------------------*/
body{
    padding: 0px;
    margin: 0px;
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 14px;
    font-style: normal;
    font-weight:bold;
    line-height: 24px;
    color: #3F3F3F;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    /*background-repeat: repeat-y;*/
}

input {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

textarea {
    border: 2px groove #ffffff;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

select {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

strong{
    font-weight: bold;
}

em{
    font-style: normal;
}

p{
    font-size: 15px;
    line-height: 160%;
}

a{
//    text-decoration: none;
}

a:link{
//    color: #FFFF66;
    color: #0000FF;
}

a:visited{
    color: #FFFF66;
}

a:active{
    color: #FF0000;
}

a:hover{
    color: #FF0000;
}

a.manual {
	text-decoration: underline;
}

a.manual:link{
	color: #FFFFFF;
}

a.manual:visited{
    color: #FFFF66;
}

a.manual:active{
    color: #FF0000;
}

a.manual:hover{
    color: #FF0000;
}

table {
    empty-cells: show;
}

table td {
    word-break: break-all;
    overflow: hidden;
}

/*-------------------------------------
　　◆基本レイアウト◆
-------------------------------------*/
#container{
    width: 100%;
    height: 100%;
    margin: 0px auto 0px auto;
}

#base{
    width: 100%;
    height: 100%;
    margin: 0px auto 0px auto;
}

#header{
    height: 80px;
    min-width: 1024px;
    line-height: 250%;
    padding: 0px;
//   background-image: url(../img/header.jpg); 
    background-color: #AAFFAA
}

#main{
    width: 100%;
    min-width: 1024px;
    height: 85%;
    float: right;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    font-family: "ＭＳ ゴシック",sans-serif;
    font-size: 12px; 
    color:#18b50c;
//    background-image: url(../img/lynxlife.jpg);
//    background-color: #AAFFAA;
}

#mainbox_left{
    width: 175px;
    height: 85%;
    float: left;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
}

#mainbox_right{
    width: auto;
    height: 85%;
    float: left;
    position: absolute;
    left: 185px;
    padding: 20px 20px 100px 20px;
}

#dialog_main{
    width: 100%;
    height: 100%;
    min-height: 1024px;
    float: right;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    font-size: 12px;
    color:#18b50c;
}

#dialog_main2{
    width: 100%;
    height: 100%;
    min-height: 600px;
    /*width: 700px;
    height: 600px;*/
    float: right;
    padding: 0px 0px 0px 0px;
/*    background-image: url(../img/main_bg.jpg);*/
    vertical-align: top;
}

#dialog_main3{
    width: 100%;
    height: 100%;
    float: right;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

#user_main{
    width: 100%;
    height: 500px;
    color: #000000;
    /*width: 700px;
    height: 600px;*/
    float: right;
    padding: 0px 0px 0px 0px;
    background-image: url(../img/main_user_bg.jpg);
    vertical-align: top;
}

#graph_main{
    width: 100%;
    height: 100%;
    min-height: 1024px;
    color: #000000;
    /*width: 700px;
    height: 600px;*/
    float: right;
    padding: 0px 0px 0px 0px;
    background-image: url(../img/main_graph_bg.jpg);
    vertical-align: top;
}

#print_main{
    width: 100%;
    height: 100%;
    color: #000000;
    /*width: 700px;
    height: 600px;*/
    float: right;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    vertical-align: top;
}


#footer{
    width: 100%;
    min-width: 1024px;
    /*width: 700px;*/
    height: 10px;
    clear: both;
    padding: 7px 0px 0px 0px;
    color: #FFFFFF;
//    background-color:#333333;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #AAFFAA;
}

#headerfoot{
    width: 100%;
    min-width: 1024px;
    height: 1px;
    clear: both;
    padding: 7px 0px 0px 0px;
    color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #AAAAAA;
}

#error_header{
    height: 80px;
    line-height: 250%;
    padding: 0px;
    background-image: url(../img/header.jpg);
}

#error_main{
    width: 100%;
    height: 185%;
    /*width: 700px;
    height: 600px;*/
    float: right;
    padding: 0px 0px 0px 0px;
//  background-image: url(../img/main_bg.jpg);
    vertical-align: top;
    background-color: #AAFFAA;
}

#error_footer{
    width: 100%;
    /*width: 700px;*/
    height: 10px;
    clear: both;
    padding: 7px 0px 0px 0px;
    color: #FFFFFF;
//    background-color:#FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #AAFFAA;
}

/*-------------------------------------
　　◆メニュー◆
-------------------------------------*/
.menu {
    width: 175px;
    height: 100%;
    text-align: center;
}
.menu_left {
    width: 175px;
    height: 100%;
    min-height: 600px;
    text-align: center;
    vertical-align:top;
}
.menu_left ul {
    width: 175px;
    height: 100%;
    list-style: none;
}
.menu_left li {
    width: auto;
    height: auto;
    display: block;
}

.normal td {
    text-align: left;
}

.explain {
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-weight: normal;
}

.print tr {
    height: 40px;
}
.print td {
    width: 120px;
}

.list th {
    line-height: 150%;
    color: #000000;
    background-color: #dcdcdc;
}
.list td {
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
    background-color: #ffffff;
}
.list a:link {
    color: #0000ff;
}
.list a:visited {
    color: #0000ff;
}
.list a:active {
    color: #ff0000;
}
.list a:hover {
    color: #ff0000;
}

.listk th {
    line-height: 150%;
    color: #000000;
    background-color: #dcdcdc;
}
.listk td {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    background-color: #ffffff;
}
.listk a:link {
    color: #0000ff;
}
.listk a:visited {
    color: #0000ff;
}
.listk a:active {
    color: #ff0000;
}
.listk a:hover {
    color: #ff0000;
}

/*-------------------------------------
　　◆ｈ指定◆
-------------------------------------*/
h2 {
    font-size:24px;
//    font-style:italic;
    padding:5px 0px 5px 0px;
}

.Img_h1 {
    width: auto;
    height: 80px;
    vertical-align:bottom;
}

.Img_h2 {
    width: auto;
    height: 80px;
    vertical-align: top;
}


/*　文字サイズ＆カラー
-------------------------------------*/
.text_12_black{
    font-size: 12px;
        color: #000000;
        font-weight: normal;
}

.text_12b_black{
    font-size: 12px;
        color: #000000;
        font-weight: bold;
}

.profile_title1{
    font-size: 16px;
    color: #ffff66;
}

.profile_title2{
/*    color: #00cc66; */
    color: #009955;
}

.profile_text{
/*    color: #ffff66; */
    color: #0000bb;
}

.profile_text2{
/*    color: #0000ff; */
    color: #0000ff;
}

.warning{
    font-size: 12px;
//    color: #ffff66;
    color: #ffffff;
    font-weight: bold;
}
.user_warning{
    color: #ff0000;
    font-weight: bold;
}
.user_warning_counseling{
    color: #ff0000;
    font-weight: bold;
}
.user_warning_power{
    color: #0000ff;
    font-weight: bold;
}
.user_warning_carelessmiss {
    color: #993366;
    font-weight: bold;
}
.user_warning_dotacan {
    color: #000000;
    font-weight: bold;
}
.user_warning_taisyoku {
    color: #000000;
    font-weight: bold;
}
.user_warning_utu {
    color: #000000;
    font-weight: bold;
}
.user_warning_reqcounseling {
    color: #008000;
    font-weight: bold;
}
.user_warning_askcomm {
    color: #008000;
    font-weight: bold;
}
.user_warning_commwait {
    color: #ff6600;
    font-weight: bold;
}
.user_warning_commask {
    color: #ff99CC;
    font-weight: bold;
}
.user_warning_commchk {
    color: #ff99CC;
    font-weight: bold;
}
.user_warning_commspv {
    color: #ff99CC;
    font-weight: bold;
}
.user_warning_commdec {
    color: #008000;
    font-weight: bold;
}
.dialog_layout {
    padding-left: 10px;
}

.title {
    font-size: 36px;
    color: #00aa00;
}

.print_comment {
    line-height: 110%;
    font-weight: normal;
    font-size: 13px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.commentDisabled {
    color: white;
    background-image: url('../img/main_bg.jpg');
}

/*　ボタン
-------------------------------------*/
.btn{
    width: 100px;
    height: 30px;
}

.btn2{
    width: 140px;
    height: 30px;
}

.bigbtn {
    width: 72px;
    height: 38px;
}

.bigbtnk {
    width: 120px;
    height: 50px;
}

/*-------------------------------------
　　◆グループ診断関連スタイル◆
-------------------------------------*/
#group_box {
    padding: 20px 20px 100px 20px;   
}
#group_graph {
    width: 420px;
    height: 340px;
    float: left;
}
#group_group {
    width: auto;
    height: 340px;
    float: left;
}
#group_member {
    width: auto;
    height: auto;
    float: left;
}
.group_buttons {
    border-spacing: 10px;
}
.group_button {
    width: 135px;
}


/*-------------------------------------
　　◆コメント入力関連スタイル◆
-------------------------------------*/
#comment_box {
    width: 750px;   
}
#comment_user {
    width: 750px;
/*    height: 50px;*/
    height: auto;
    float: left;
}

#comment_input {
    width: 750px;
    height: auto;
    float: left;
}

#comment_print_box {
    width: 750px;
    height: auto;
    padding: 20px 20px 20px 20px;
}


#comment_print_user {
    width: 750px;
    height: 50px;
    float: left;
}

#comment_print_input {
    width: 750px;
    height: auto;
    float: left;
}
/*-------------------------------------
　　◆レイアウト調整スタイル◆
-------------------------------------*/
.break {
    margin-bottom : 1em;
}

/*-------------------------------------
　　◆ボタンレイアウトスタイル◆
-------------------------------------*/
.buttons {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100px;
    height: 30px;
    border:1px solid #18b50c;
    color:#18b50c;
    background-color:#e4ffe7;
}
.buttons_small {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 75px;
    height: 25px;
    border:1px solid #18b50c;
    color:#18b50c;
    background-color:#e4ffe7;
}
.buttons_small_disabled {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 75px;
    height: 25px;
    border:1px solid #18b50c;
    color:#18b50c;
    background-color:#c0c0c0;
    cursor:not-allowed; 
}

/*-------------------------------------
　　◆テキストレイアウトスタイル◆
-------------------------------------*/
.texts {
    border:1px solid #18b50c;
//    color:#18b50c;
    color:#0000FF;
    background-color:#e4ffe7;
    height: 18px; font-size: 10pt;
    font-family: "ＭＳ ゴシック",sans-serif;
}

