@charset "Shift_JIS";

/*--- information
--------------------------------------------------------------------------	

	Build Date : 2009/11/7;
	Site Name : Nintendo iwataasks;
	About : iwataasks共通CSS;

	00.common
	01.body container wrapper
	02.fixed-parts
	03.interview
	04.pagination
	05.link
	06.header-footer-overwrite

--------------------------------------------------------------------------*/

/*--- 00.common
--------------------------------------------------------------------------*/

/*--- font-size adjustment

 -------------+-------------
  pixels (px) | percent (%)
 -------------+-------------
       10     |     77
       11     |     85
       12     |     93
       13     |    100
       14     |    108
       15     |    116
       16     |    123.1
       17     |    131
       18     |    138.5
       19     |    146.5
       20     |    153.9
       21     |    161.6
       22     |    167
       23     |    174
       24     |    182
       25     |    189
       26     |    197
 -------------+-------------
 
--------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	border:0;
	/*font-size:13px;/*テスト*/
	font-weight:normal;
	line-height:1.6;
	outline:none;
	/*For IE Only*/
	/*word-break:break-all;*/
}

body {
	font-size:13px;
	*font-size:small;
	*font:x-small;
	color:#555;
}

noscript {
	font-size:inherit;
}

/** html p {
	font-size:small;
	font-size:93%;
}*/

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

a {
	outline:none;
}

ul, ol, li {
	list-style:none;
}

table {
    font-size:inherit;
    font:100%;
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	clear:both;
	height:0;
	border:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.hide {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

.nodisplay {
	display:none;
}

a, a:link, a:visited {
	color:#555;
	text-decoration:none;
}

a:hover {
	color:#ff458c;
	text-decoration:underline;
}


/*--- 01.body container wrapper
--------------------------------------------------------------------------*/

body {
	color:#555555;
	text-align:center;
	background-color:#fff;
}

#container {
	width:768px;
	margin:0 auto;
	text-align:center;
}

#wrapper {
	width:768px;
	margin:0 auto;
	text-align:left;
}


/*--- 02.fixed-parts
--------------------------------------------------------------------------*/

#fixed-parts {
	width:768px;
	margin:0 0 60px;
	padding-top:33px;
}


/*--- 03.interview
--------------------------------------------------------------------------*/

#int-box-wrap {
	width:768px;
	margin:30px 0 0;
	padding-bottom:30px;
}


/*--- 04.pagination
--------------------------------------------------------------------------*/

#asks-pagination {
	width:768px;
	margin:0 auto;
	clear:both;
}

/*--- 05.link
--------------------------------------------------------------------------*/

/*--- 06.header-footer-overwrite
--------------------------------------------------------------------------*/

#hdr_bg {
	margin:0;
}

/*#ftr_link2 ul li a {
	font-size:100%;
}/**/
#ftr_link2 ul li a:hover {
	color:#aaa;
}
