@charset "UTF-8";


/* structure and block-level elements */
html,body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,adress,ul,ol,dl,dt,dd,
table,th,td,form,fieldset,input {
	margin:0;
	padding:0;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-size: 75%;
	line-height: 1.6em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3D3D3D;
}


.clear {
	clear: both;
	width: 100%;
	height: 0px;
}

#container {
	padding: 0px;
	width: 808px;
	margin: 0px;
}


/* フレーム上部	*/

#frameTop {
	width: 100%;
	position: relative;
}

#frameTopLeft {
	background-image: url(../../images/att_bg_top_l.png);
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#frameTopCenter {
	background-image: url(../../images/att_bg_top.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 22px;
	background-position: 20px;
}
#frameTopRight {
	background-image: url(../../images/att_bg_top_r.png);
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}


/* フレーム中央 */

#frameCenter {
	background-image: url(../../images/att_bg_back.png);
	background-repeat: repeat-y;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
#frameCenterContent {
	background-image: url(../../images/att_bg.png);
	background-repeat: repeat-y;
	margin-right: 20px;
	margin-left: 20px;
}
.attowSubattentionColor {
	color: #4CB8FF;
}
#attContent {
	width: 670px;
	margin-right: 49px;
	margin-left: 49px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* タイトル回り */

#topBlock {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#topBlockLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 460px;
}
#topBlockLeft p{
	padding: 0px;
	width: 400px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 35px;
	font-size: 1.167em;
	line-height: 1.6em;
}
#topBlockLeftButton {
	padding: 0px;
	width: 400px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 35px;
	height: 50px;
}
.buttonAttention {
	padding: 0px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	display: block;
	font-size: 0.833em;
}
#topBlockRight {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 210px;
}


/* 事例 */

#attExample {
	background-image: url(../../images/att_example_bg.png);
	background-repeat: no-repeat;
	height: 227px;
	width: 630px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	_margin-top: 5px;
}
#attExampleSample {
	margin: 0px;
	padding: 0px;
	width: 630px;
}
#attExampleSample p   {
	line-height: 1.4em;
	padding: 0px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#attExampleSample01 {
	padding: 0px;
	float: left;
	width: 306px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#attExampleSample01Image  {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
#attExampleSample02 {
	padding: 0px;
	float: left;
	width: 145px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#attExampleSample03 {
	padding: 0px;
	float: left;
	width: 145px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
.attComment {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


/* テストの流れ */

#attFlow {
	background-image: url(../../images/att_flow_bg.png);
	background-repeat: no-repeat;
	height: 131px;
	width: 630px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	_margin-top: 10px;
	_height: 151px;
}

/* 注意書きなど */

.attAttention   {
	font-size: 0.833em;
	padding: 0px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 1.4em;
	margin-bottom: 0px;
	_margin-bottom: -10px;
}
.attAttention ul {
	list-style-type: none;
}
.attAttention li {
	float: left;
}
.attAttention01   {
	display: block;
	width: 12px;
}
.attAttention02   {
	display: block;
	width: 658px;
}
#bottunLarge {
	padding: 0px;
	height: 50px;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#attowSpecification {
	text-align: center;
	width: 100%;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	line-height: 1.6em;
}
#attowSpecification strong {
	line-height: 2em;
}
#attowSpecification dl {
	text-align: center;
}
#attowSpecification dl dt {
	display: inline;
}
#attowSpecification dl dd {
	display: inline;
}
#attowSpecification p {
	color: #FF9900;
}


/* フレーム下部 */

#frameBottom {
	width: 100%;
	position: relative;
}
#frameBottomLeft {
	background-image: url(../../images/att_bg_bottom_l.png);
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: top;
}
#frameBottomCenter {
	background-image: url(../../images/att_bg_bottom.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 15px;
	background-position: 20px top;
}
#frameBottomRight {
	background-image: url(../../images/att_bg_bottom_r.png);
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: top;
}

