@charset "utf-8";

*{ padding:0; margin:0;}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
	font-size: 90%;
	text-align: center;
	margin:0;
	padding:0;
}
img {
	border: none;
}
a{
	color: #006699;
	background-color: transparent;
/*	text-decoration: none;	*/
	text-decoration: underline;
}

a:link{
	color: #006699;
	background-color: transparent;
/*	text-decoration: none;	*/
	text-decoration: underline;
}

a:visited{
	color: #800080;
	background-color: transparent;
/*	text-decoration: none;	*/
	text-decoration: underline;
}

a:hover{

	color: #0066CC;
	text-decoration: underline;
	/*
	color: white;
	background-color: #0066CC;
	filter: alpha(opacity=50); -moz-opacity:0.50; opacity:0.50;
	*/
	/*
	color: #ff0000;
	text-decoration: underline;
	*/
}
p {
	line-height:1.5em;
/*	text-indent:1em;*/
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	color: #333333;
}

p.alert {
	font-size:85%;
	color:#666666;
	margin: 2px 0 0 0;
	padding: 2px 0 0 0;
}
p.alert span {
	font-size:80%;
	color:#ff0000;
}

span.bold {
	display:block;
	font-size:120%;
	font-weight:bold;
	padding: 10px 0 10px 0;
}

li {
	margin-top: 0.5em;
	margin-bottom:0.5em;
}

hr {
	display:none;
}

br.clearfix {
	clear:both;
}

/* ----------------------------------------------------
* wrapper
* -------------------------------------------------- */
#wrapper {
	width:100%;
	min-width:800px;
	background-color:#ffffff;
}


/* ----------------------------------------------------
* header
* -------------------------------------------------- */

#header {
	width:980px;
	height:100px;
	margin: 0 auto 0;
	background-color:#ffffff;
	/*
	position: fixed;  
	top: 0;  
	left: 0;
	*/ 
}

/* ----------------------------------------------------
* container
* -------------------------------------------------- */
#container {
	width:980px;
	margin: 0 auto 0;
	background-color:#ffffff;
}

/* ----------------------------------------------------
* content
* -------------------------------------------------- */
#content {
	float:right;
	width:680px;
	text-align: left;
	background: url(https://gigazine.biz/images/content_bg.png) repeat-y top right;
}

#content h2 {
	clear:both;
	display:block;
	background-color:#d0d0d0;
	color:#333333;
	border-left:5px solid #cc0000;
	margin: 5px 0 0 0;
	padding: 5px 0 0 6px;
	font-size: 130%;
}

/*
#content h2 {
	clear:both;
	display:block;
	background-color:#ff0000;
	color:#ffffff;
	border-bottom:4px solid #ffff00;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 130%;
}
*/
#content h2 span {
	padding: 5px;
}

#content h3 {
	display:block;
	color:#ff0000;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 110%;
}
#content h3 span {
	padding: 5px;
}

#content h4 {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	background-color:#cccccc;
/*	border-bottom:1px solid #ff0000;*/
	color:#333333;
	font-size: 110%;
}
#content h4 span {
	padding: 5px;
}
#content h4 em {
	font-weight:bold;
	color: #ff3300;
}

#content h4.noborder {
	border:none;
}
#content h4.noborder span {
	padding: 5px;
}

#content h5 {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	color:#333333;
	font-size: 100%;
}
#content h5 span {
	padding: 5px;
}

.img {
	margin: 0;
	padding: 0;
}

.img-right {
	margin: 5px 0 0 5px;
	padding: 5px 0 0 5px;
	float:right;
}

#datalist{
	margin: 5px 0 0 10px;
	padding: 5px 0 10px 10px;
	}
#datalist li{
/*	display:inline;*/
	list-style-type:none;
	padding:0 20px 0 0 ;
	}
#datalist li a{
	padding:0 0 0 20px;
	font-size:110%;
	}


#adlist .guide li{
	list-style-type:none;
}

#adlist .guide .link-dt em{display:block;width:274px;height:64px;background:url(https://gigazine.biz/images/img_guidebn.png) no-repeat 0px -64px;text-indent:-9999px;outline:none;}
#adlist .guide .link-dt a{display:block;width:274px;height:64px;background:url(https://gigazine.biz/images/img_guidebn.png) no-repeat 0px 0px;text-indent:-9999px;outline:none;}
#adlist .guide .link-dt a:hover{background-position:0px -64px}
#adlist .guide .link-fr a{display:block;width:274px;height:64px;background:url(https://gigazine.biz/images/img_guidebn.png) no-repeat -274px 0px;text-indent:-9999px;outline:none;}
#adlist .guide .link-fr a:hover{background-position:-274px -64px}

div.pagetop {
	text-align: right;
	padding: 10px 0 20px 0;
	}

/* ----------------------------------------------------
* update(新着情報)
* -------------------------------------------------- */

#update{
	width:680px;
	margin:0;
	background-color:#f0f0f0;
	text-align:left;
	}

#update dl {
	/*width: 100%;*/
	padding-top:10px;
	margin:0;
	/*\*/
	overflow: hidden;
	/**/
	/*\*//*/
	display: inline-table;
	/**/
	}

#update dl dt {
	width:18%;
	float:left;
/*	margin:0 0 10px;*/
	padding:0 0 0 5px;
	}

/*\*//*/
#update dl dt {
	clear: none;
	}
	/**/

#update dl dd {
/*	margin:0 0 10px 9.5em;*/
	width:78%;
	float:right;
	padding:0;
	line-height: 1.4em
	}

/* ----------------------------------------------------
* subcontent
* -------------------------------------------------- */
#subcontent {
	float:left;
	width:280px;
	background-color:#ffffff;
	text-align: left;
}

/* ----------------------------------------------------
* adlist
* -------------------------------------------------- */

#adlist .guide li{
	list-style-type:none;
}

#adlist .guide .link-dt em{display:block;width:274px;height:64px;background:url(https://gigazine.biz/images/img_guidebn.png) no-repeat 0px -64px;text-indent:-9999px;outline:none;}
#adlist .guide .link-dt a{display:block;width:274px;height:64px;background:url(https://gigazine.biz/images/img_guidebn.png) no-repeat 0px 0px;text-indent:-9999px;outline:none;}
#adlist .guide .link-dt a:hover{background-position:0px -64px}
#adlist .guide .link-fr a{display:block;width:274px;height:64px;background:url(https://gigazine.biz/images/img_guidebn.png) no-repeat -274px 0px;text-indent:-9999px;outline:none;}
#adlist .guide .link-fr a:hover{background-position:-274px -64px}

/* ----------------------------------------------------
* new-item
* -------------------------------------------------- */
#new-item {
	width:280px;
	border-bottom:1px dashed #cccccc;
}

#new-item ul { margin: 0 0 0 10px; padding: 0 0 0 10px; font-size: 80%; clear:both; border-top:1px dashed #cccccc; background-color: #ffffff;}
#new-item ul.top { border:none;}
#new-item dl dt { float:left; display: block; margin-right:2px; padding: 2px; background-color: #ebebe2; height:78px;}
#new-item dl dt a img { border: 1px solid #ffffff;}
#new-item dl dt a:hover img { border: 1px solid #ff9999;}
#new-item dl dd { float:left; display: block; width: 190px; padding-top:4px; line-height:120%; background-color: #ffffff; color:#666666;}
#new-item dl dd a { font-size: 115%;}

/* ----------------------------------------------------
* footer
* -------------------------------------------------- */
#footer {
	margin: 0;
	width: 100%;
	clear:both;
	background-color:#999999;
}
#footer p {
	padding:10px 0 20px 0;
}
