﻿@charset "UTF-8";

a:active,a:focus{ outline:none; }

body {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	line-height: 20px;
}
* {
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
}
.clear hr {
	display: none;
}

#wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #f1f0ee;
}
#rogo{
	border:none;
	margin-top: 25px;
	margin-left: 55px;
}

#box {
position: absolute;
width: 70px;
height: 70px;
background-image: url(../img/aggressive-a.png);
background-repeat: no-repeat;

}



#box1 {
position: absolute;
top:200px;
left:10px;
width: 70px;
height: 70px;
background-image: url(../img/aggressive-g.png);
background-repeat: no-repeat;
}

#box2{
position: absolute;
top:400px;
left:10px;
width: 70px;
height: 70px;
background-image: url(../img/aggressive-g.png);
background-repeat: no-repeat;
}

#box3{
position: absolute;
top:400px;
left:210px;
width: 70px;
height: 70px;
background-image: url(../img/aggressive-r.png);
background-repeat: no-repeat;
}

#box4{
position: absolute;
top:400px;
left:475px;
width: 70px;
height: 70px;
background-image: url(../img/aggressive-e.png);
background-repeat: no-repeat;
}

#box5{
position: absolute;
top:400px;
left:750px;
width: 70px;
height: 70px;
background-image: url(../img/aggressive-s.png);
background-repeat: no-repeat;
}

#box6{
position: absolute;
top:400px;
left:900px;
width: 70px;
height: 70px;
background-image: url(../img/aggressive-s.png);
background-repeat: no-repeat;
}

#box7{
position: absolute;
top:200px;
left:900px;
width: 70px;
height: 70px;
background-image: url(../img/aggressive-i.png);
background-repeat: no-repeat;
}

#box8{
position: absolute;
left:900px;
width: 70px;
height: 70px;
background-image: url(../img/aggressive-v.png);
background-repeat: no-repeat;
}

#box9{
position: absolute;
top:200px;
left:700px;
width: 70px;
height: 70px;
background-image: url(../img/aggressive-e.png);
background-repeat: no-repeat;
}

#line{
position: absolute;
top:260px;
left:180px;
width:650px;
height:33px;
background-image: url(../img/aggressive-line2.png);
background-repeat: no-repeat;
}
#header {
	height: 100px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	height: 300px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#content2 {
	height: 200px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content3 {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #333;
	position: relative;
}
#content_right {
	width: 655px;
	position: absolute;
	left: 160px;
	top: 70px;
	border-radius: 10px;
	border: 1px solid #999;
	padding: 15px;
	box-shadow: 2px 2px 10px #000; /* CSS3 */
	-moz-box-shadow: 2px 2px 10px #000; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #000; /* Google Chrome, Safari用*/

}
#content_right h1 {
	background-image: url(../img/a_title.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	width: 630px;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#content_right h2 {
	background-image: url(../img/a_mene.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 32px;
	width: 590px;
	padding-top: 8px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#content_right #text_box1 {
	width: 600px;
	margin-bottom: 10px;
}
#content_right #text_box1 p {
	float: left;
	width: 380px;
	margin-right: 10px;
	line-height: 22px;
	margin-bottom: 10px;
}
