@charset "utf-8";
/* CSS Document */

* {
color:#0E0E0E;
margin:0;
padding:0;
}
* html body
, *:first-child+html body {
	font-family: 'メイリオ', Meiryo, sans-serif;
}
html {
height:100%;
}
body {
	background:#FFF url(../img/index_bg.gif) repeat-x;
	font-family:'Verdana','メイリオ','ＭＳ Ｐゴシック','ＭＳ ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo',Osaka,Osaka-等幅,sans-serif;
	font-size:14px;
	height:100%;
	line-height:1.6;
}
strong {
	font-weight:800;
}
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
img {
	border:none
}
object, embed {
	margin:0;
	padding:0;
}
h1 {
	font-size:24px;
	font-weight:800;
}
h2 {
	font-size:20px;
	font-weight:800;
}
h3 {
	font-size:18px;
	font-weight:800;
}
h4 {
	font-size:16px;
	font-weight:800;
}
h5 {
	font-size:14px;
	font-weight:800;
}
h6 {
	font-size:12px;
	font-weight:800;
}
form {
	height:100%;
	margin:0;
	padding:0;
}
form label {
	font-weight:800;
}

blockquote{
	background:#E9E8EC;
	padding:15px;
	margin:0 0 15px 0;
}

/* link */
a {
	outline:0;
	text-decoration:none;
}
a:link {
	color:#4A1700;
	text-decoration:underline;
}
a:visited {
	color:#4A1700;
	text-decoration:underline;
}
a:hover {
	color:#882b01;
	text-decoration:none;
}

/* class */
.hide-txt {
	display:block;
	overflow:hidden;
	text-indent:-5000px;
}

.r{
	float:right;
	margin:0 0 20px 20px;
}

.l{
	float:left;
	margin:0 20px 20px 0;
}

br.clear {
	clear:both;
}


/*clearfix*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*table*/
table.simple {
    width: 100%;
    border: 1px #CCC solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.simple th {
    padding: 10px;
    border: #CCC solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.simple td {
    padding: 10px;
    border: 1px #CCC solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}



/*social media bar*/
#socialmedia{
	background:#333;
	display: block;
	height:35px;
	z-index:10000;
	margin:0;
	padding:0;
}
#socialmedia ul{
	margin:0 auto;
	width:960px;
}
#socialmedia li{
	margin:0 10px 0 0;
	_margin:0 5px 0 0;
	float:left;
}
_#socialmedia li.btn-uplink{
	margin-top:3px;
}
_#socialmedia li.btn-uplink a{
	background:url(http://www.uplink.co.jp/img/btn-uplink.gif) 0 0 no-repeat;
	display:block;
	width:19px;
	height:28px;
}
#socialmedia li.btn-hatena{
	margin-top:7px;
	margin:7px 10px 0 450px;
}
#socialmedia li.btn-facebook{
	margin-top:7px;
}
#socialmedia li.btn-twitter{
	margin-top:7px;
	margin-right:0;
}
#socialmedia li.btn-twitter-follow{
	margin-top:7px;
	margin-right:10px;
}
#socialmedia li.btn-google{
	margin-top:7px;
	margin-right:0;
}
