/* Base body
----------------------------------------------- */
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #968B83;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: underline;
}
a {
	border: none;
}

img {
    border:none;
}

h1,h2,h3,h4,h5,h6,p,th,td {
    line-height:140%;
	margin: 0;
	padding: 0;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:140%;
    color: #333;
	}

ul,ol {
    list-style:none;
	margin:0;
	padding:0;	
	}

li {
    text-decoration:none;
    }
	
form {
	margin: 0px;
	padding: 0px;
}

.sup {
	font-size: 9px;
}

/* Google
----------------------------------------------- */
.gsearch-box {
	border-top: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
	background-image : url(../../../common/css/img/gsearch-line-bg.gif);
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 10px;
}

.gsearch-ent {
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	font-size: 10px;
	color: #333333;
	padding: 1px;
	line-height: 10px;
	margin: 0px;
	background-image : url(../../../img/gsearch-box-bg.gif);
}



/* Basic Fonts
----------------------------------------------- */

a.sublink {
	color: #cc6600;
	text-decoration: none;
	background:url(../../img/link_arrow.gif) left no-repeat;
	padding: 2px 5px 2px 15px;
	text-indent: 15px;
	margin: 0px;
	font-size: small;
	line-height: 180%;
}

a.sublink:hover {
	color: #0099FF;
	text-decoration: underline;
}


/*---------------------相対サイズテキスト↓---------------------*/

/*----------------------大きさ----------------------*/
.s_xxlarge {
	font-size: xx-large;
	line-height: 140%;
}

.s_xlarge {
	font-size: x-large;
	line-height: 140%;
}

.s_large {
	font-size: large;
	line-height: 140%;
}

.s_medium {
	font-size: medium;
	line-height: 140%;
}

.s_small {
	font-size: small;
	line-height: 140%;
}

.s_xsmall {
	font-size:x-small;
	line-height: 140%;
	padding: 0.5em 0;
}

.s_xxsmall {
	font-size:xx-small;
	line-height: 140%;
	padding: 0.5em 0;
}

.s_15em {
font-size:1.5em;
line-height:120%;
}

.s_2em {
font-size:2em;
line-height:120%;
}

.s_4em {
font-size:4em;
line-height:100%;
}

.s_6em {
font-size:6em;
line-height:100%;
}

.s_9px {
	font-size: 9px;
	line-height: 140%;
	margin:0;
	padding:0;
}

.s_10px {
	font-size: 10px;
	line-height: 140%;
	margin:0;
	padding:0;
}

.s_12px {
	font-size: 12px;
	line-height: 140%;
	margin:0;
	padding:0;
}

.s_14px {
	font-size: 14px;
	line-height: 140%;
	margin:0;
	padding:0;
}

.s_16px {
	font-size: 16px;
	line-height: 140%;
	margin:0;
	padding:0;
}

/*------------------------色--------------------------*/
.c_red {
	color:#c00;
    }
	
.c_green {
	color:#003300;
}

.c_blue {
	color:#102135;
}

.c_orange {
	color: #C54E00;
}

.c_lightgreen {
	color:#39ADAF;
}

.c_purple {
	color:#63c;
}

.c_pink {
	color:#ED72A2;
}

.c_yellow {
	color:#FC0;
}

.c_white {
	color:#fff;
}

.c_333 {
	color:#333;
}

.c_666 {
	color:#666;
}

.c_999 {
	color:#999;
}

/*-----------------------フォント----------------------*/
.fa_serif {
	font-family: "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝";
}

.fa_gothic {
    font-family:Futura, Geneva, Arial, Helvetica, sans-serif;
}

/*----------------------ウェイト-----------------------*/
.w_bold {
font-weight:bold;
}

.w_normal{
font-weight:normal;
}

/*----------------------背景色------------------------*/
.bg_orange {
background-color:#F66013;
margin:0.1em 0 0.1em 0;
padding:0.1em;
line-height:150%;
width:90%;
}

.bg_lite_org {
background-color:#F4E7D1;
margin:0.1em 0 0.1em 0;
padding:0.5em;
line-height:150%;
}

.bg_blue {
background-color:#000825;
/*padding:0.2em;
line-height:140%;*/
}

.bg_green {
background-color:#66bb50;
padding:0.2em;
line-height:140%;
}

.bg_gray {
background-color:#999;
/*padding:0.2em;
line-height:140%;*/
}

/*-----------------------その他-----------------------*/
.o_copyright {
	color: #999;
	font-size: x-small;
}

.o_gotop {
	color: #999;
	font-size: x-small;
	float:right;
	padding:0;
}

.ti_gray {
	background:#eee;
	font-weight:normal;
	margin:10px 0 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: #cccccc 1px solid;
	border-left: #bbbbbb 10px solid;
	border-right:none;
	border-top:none;
}
/*---------classおわり↑---------*/
