/*--------------------------------------
　基礎設定
---------------------------------------*/
*{ margin:0; padding:0;}
img{ border:0;}
a img{ border:0;}

body{
	color:#666666;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 12px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
}
table,div{
	margin:auto;
}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:90%;
}


/*--------------------------------------
　共通リンク
---------------------------------------*/
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}


/*--------------------------------------
　見出しタグ
---------------------------------------*/
h1{
	font-size:11px;
	font-weight:normal;
	border-color:#333333;
	border-width:0px 0 0 4px ;
	color:#333333;
	text-indent:10px;
	line-height:18px;
	vertical-align:top;
	padding:20px 0 0 0;
}
h2{
	background:url(../img/common/bg_h2.jpg) no-repeat;
	font-size:14px;
	color:#666666;
	text-indent:10px;
	vertical-align:top;
	height:42px;
	line-height:42px;
	margin:0 0 5px 0;
}
h3{
	background:url(../img/common/bg_h3.gif) no-repeat;
	font-size:12px;
	color:#0099CC;
	text-indent:12px;
	vertical-align:top;
	height:32px;
	line-height:32px;
	margin:0 0 5px 0;
	font-weight:normal;
}
.obj{
	margin:0 6px 0 6px;
}
.obj p{
	line-height:160%;
	margin:0 0 12px 0;
}
.CNT{ text-align:center;}
.R{ text-align:right;}
.L{ text-align:left;}


/*--------------------------------------
　レイアウト
---------------------------------------*/
#wrap{
	width:920px;
	background:url(../img/common/bg_con.gif) repeat-y;
	margin:0 auto 0 auto;
	text-align:left;
}
#head{
	background:url(../img/common/bg_head.gif) top left no-repeat;
	width:918px;
	margin:0 1px 0 1px;
}
#head p#logo{
	font-size:24px;
	font-weight:normal;
	font-family:"Courier New", Courier, mono;
	border-color:#333333;
	border-width:0px 0 0 4px ;
	color:#0099CC;
	text-indent:10px;
	line-height:24px;
}
#head p#logo a{
	text-decoration:none;
	color:#0099CC;
}
#head p#logo a:hover{
	text-decoration:none;
	color:#0099CC;
}


/*--------------------------------------
　ヘッダーメニュー
---------------------------------------*/
#head_menu{
	width:900px;
	background:url(../img/common/bg_menu.gif) no-repeat;
	font-size:10px;
	height:44px;
	color:#FFFFFF;
	margin:0 0 0 10px;
}
#head_menu ul{
	list-style-type:none;
	padding:1px 0 0 1px;
}
#head_menu ul li{
	float:left;
	background:url(../img/common/bg_menu_sub.gif) right no-repeat;
	padding:0 10px 0 8px;
	text-align:center;
	height:36px;
	line-height:36px;
}
#head_menu a{
	color:#333333;
	font-size:12px;
	letter-spacing:1px;
	text-decoration:none;
	height:25px;
	vertical-align:middle;
	margin:0 4px 0 4px;
}
#head_menu a:hover{
	color:#0099CC;
}
#contents{
	clear:left;
	margin:0 10px 0 10px;
	zoom:100%;
}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#left_menu{
	float:left;
	width:180px;
}
#left_menu ul{
	width:180px;
	list-style-type:none;
	margin-bottom:20px;
	padding:0 0 1px 0;
	background:url(../img/common/bg_left_menu.gif) repeat-y;
	border:solid #EEEEEE;
	border-width:1px 0 1px 0;
}
#left_menu ul li{
	width:176px;
	background:url(../img/common/bg_left_menu_sub.gif) no-repeat top left;
	margin:0 2px 0 2px;
}
#left_menu ul li.title{
	color:#0099CC;
	font-size:11px;
	text-indent:5px;
	background:url(../img/common/bg_li_title.gif) no-repeat top left;
}
#left_menu ul li a{
	color:#999999;
	display:block;
	text-decoration:none;
	vertical-align:top;
	font-size:12px;
	line-height:26px;
	height:26px;
	width:174px;
	text-indent:4px;
}
#left_menu ul li a:hover{
	color:#FF9900;
}
#main{
	width:700px;
	float:right;
	margin:0 0 0 20px;
	zoom:100%;
	overflow:auto
}
#main:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#main p{
	line-height:2.0em;
	margin:0 0 16px 0;
}
#foot_up{
	clear:left;
}
#foot{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color:#999999;
    height:40px;
	clear:both;
	text-align:center;
	margin:20px 0 0 0;
	font-size:11px;
	padding:6px 0 0 0;
}
#foot a{
	color:#999999;
	text-decoration:none;
}
#foot a:hover{
	color:#999999;
}

#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	background:#8b8b8b;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
/*--------------------------------------
　追加
---------------------------------------*/
.nikki      {color:DarkBlue;}
.fail       {color:Salmon;}
.success    {color:CornFlowerBlue;}
.tsuccess   {color:MediumSeaGreen;}
.postsuccess{color:LimeGreen;}

.goodeffect{ color:SeaGreen; font-style:italic; }
.badeffect{ color:Sienna; font-style:italic; }
.ecmeffect{ font-size:small; color:#996666; font-style:italic; }
.criteffect{ font-size:x-large; color:#ff3333; font-style:italic; }
.minieffect{ font-size:small; color:#99cc99; font-style:italic; }
.maintxt{ color:#999999; font-weight:bold; }
.atktxt{ color:#cc66ff;  font-style:italic; }
.numtxt{ color:#777777; font-weight:bold; }
.messe{color:#669999;  font-weight:bold;}

.caps { 
    color:#777777; 
    border-bottom:solid 2px #993333; 
    margin-bottom:10px; 
    margin: 0 auto; 
    text-align: center;
}

table.profmain{
    width:650px;
}
.profmain th{
    vertical-align:top;
    text-align: left;
}
.profmain td{
    vertical-align:top;
    text-align: left;
}

table.charadata{
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#eeeeee;
    empty-cells:show;
    width:300px;
    left:10px;
}
.charadata th{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#999999;
    background-color:#333333;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.charadata td{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:22cc99;
    padding:0.3em 1em;
}

table.itemdata{
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#eeeeee;
    empty-cells:show;
    width:600px;
 }
.itemdata th{
    border-bottom:1px solid #666666;
    color:#999999;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.itemdata td{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:22cc99;
    padding:0.3em 1em;
}

.itemhide{
    border:solid 1px lightslategray;
    color:99ccff;
    display:none;
}

table.machinedata{
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#eeeeee;
    empty-cells:show;
 }
.machinedata th{
    border-bottom:1px solid #666666;
    color:#999999;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.machinedata td{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:22cc99;
    padding:0.3em 1em;
}

table.specdata{
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#eeeeee;
    empty-cells:show;
}
.specdata th{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#999999;
    background-color:#333333;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.specdata td{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:22cc99;
    padding:0.3em 1em;
}

table.profgazou{
    border: 1px grey solid;
    border-spacing: 0px;
    background-color: white;
}

.profgazou th{
    border: 0px;
}

.profgazou td{
    border: 0px;
    font-size: x-small;
    color: teal;
}

.mainparts{ 
    width:600px; 
    table-layout:fixed; 
    border:solid 2px lightslategray; 
    border-collapse:collapse; 
    background-color: #eeeeee; 
    layout-grid-line:2px;
}
.mainparts th { 
    border:solid 1px #cccccc; 
    background-color: #333333; 
    color:#ffffff;
}
.mainparts td { 
    border:solid 1px lightslategray; 
    color:99ccff;
}

.lifelist{
    width:600px;
    table-layout:fixed;
    border:solid 3px lightslategray;
    border-collapse:collapse;
    background-color: #eeeeee;
}
.lifelist td {
    border:solid 1px lightslategray;
    color:229999;
    text-align:left;
}
.lifelist th {
    border:solid 1px lightslategray;
    color:229999;
}

th.kaku { background-color:Salmon; color:#111111; }
th.shoo { background-color:lightskyblue; color:#111111; }
th.mags { background-color:DarkTurquoise; color:#111111; }
th.slow { background-color:SandyBrown; color:#111111; }
th.fast { background-color:PowderBlue; color:#111111; }
th.izyo { background-color:LightSeaGreen; color:#111111; }

.kaku { background-color:Salmon; color:#111111; }
.shoo { background-color:lightskyblue; color:#111111; }
.mags { background-color:DarkTurquoise; color:#111111; }
.slow { background-color:SandyBrown; color:#111111; }
.fast { background-color:PowderBlue; color:#111111; }
.izyo { background-color:LightSeaGreen; color:#111111; }


hr.hr-main {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #000;
    width: 95%;
}

span.parts_details{
    cursor:pointer;
    text-decoration: underline;
    color: #3366ff;
    font-weight:bold; }

span.parts_details:hover{
    color: #ff0000; }

table.charalist{
    width:650px;
    background-color: GhostWhite;
    border-collapse:collapse;
}
.charalist th{
    vertical-align:top;
    text-align: left;
    font-weight:bold;
}
.charalist td{
    vertical-align:top;
    text-align: left;
    border-bottom: solid 1px #cccccc;
}
.logintable{
    text-align:left;
    border-collapse:collapse;
}
td.line1{
    border-style:solid;
    border-width:1px;
    border-color:#999999;
}
.bga{
    background-color:#F9F1CE;
    border-width:1px;
    border-color:#999999;
    font-size:10pt;
    width:110px
}
.bgs{
    border-style:none;
    border-width:0px;
    width:0px;
    height:0px;
}