@charset "UTF-8";

/* ------------------------------
    RESET
------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
li,ol {
	list-style:none;
	margin:0;
	padding:0;
}
a img,map a {
	border:none;
}
input[type="submit"],input[type="reset"],
input[type="radio"],input[type="checkbox"],
label,button, a {
	cursor:pointer;
}

/* ------------------------------
    GLOBAL SETTING
------------------------------ */
body {
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-serif;
	font-size: 13px;
 	font-size: 75%\9;
	background: #EFEFEF url(../img/common/bg.png) repeat-x 0 0;
}
body {
	/* for IE6/7 */
	*font-size:small;
	/* for IE in quirks mode */
	*font:x-small;
}
/* for IE8 */
html>/**/body {
	font-size /*\**/:small\9;
}

a {
	color: #06C;
	text-decoration: none;
}
/*a:visited {
	color: #639;
	text-decoration: none;
}*/
a:hover,
a:active {
	text-decoration: underline;
}

em {
	font-style: normal;
	font-weight: bold;
}

/* margin */
.mb10 {
	margin-bottom: 10px;	
}
.mb20 {
	margin-bottom: 20px;	
}
.mb30 {
	margin-bottom: 30px;	
}
.pl10 {
	padding-left: 10px;	
}
.p10 {
	padding: 10px;	
}
.comment {
	padding: 0 10px 10px	
}

/* position */
.center {
	text-align: center;	
}
.left {
	text-align: left;	
}
.right {
	text-align: right;	
}
.fLeft {
	float: left;	
}
.fRight {
	float: right;	
}

/* txtcolor */
.orange {
	color: #F60;
}
.red {
	color: #F30;
}

/* arrow */
.popup {
	background: url(../img/service/x-log/popup.png) no-repeat 100% 50%;
	padding-right: 15px;	
}