body {
width: 950px;
margin: 0 auto;
background: url(../images/bg.png) repeat-x;
background-attachment: fixed;
}

a {
outline: none;
text-decoration: none;
}

img {
border-style: none;
vertical-align: middle;
}

ul, ol {
list-style-type: none;
}

p, span, div, ul, ol, li, dl, dt, dd, input, select, textarea, img {
margin: 0;
padding: 0;
}

input, textarea {
outline: none;
}

h1, h2, h3, h4, h5 {
margin: 0;
padding: 0;
display: inline;
}

.radius {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}

.shadow {
box-shadow: 0 3px 15px rgba(0,0,0, .5);
-webkit-box-shadow: 0 3px 15px rgba(0,0,0, .5);
-moz-box-shadow: 0 3px 15px rgba(0,0,0, .5);
}

/*font*/

body, input, select, textarea {
font-size: 14px;
color: #666;
font-family: meiryo,'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Osaka,sans-serif;
}

h1, h3 {
font-size: 14px;
}

h1, h3, h4, h5 {
font-weight: normal;
}

.small {
font-size: 12px;
}

.large {
font-size: 16px;
}

.larger {
font-size: 20px;
}

.bold {
font-weight: bold;
}

.blue, a, a:link, a:visited, #submit {
color: #0099cc;
}

.orange, a:hover, a:active, #submit:hover {
color: #ff7700;
}

#header a, #header a:link, #header a:visited {
color: #ddd;
}

#header, #header a:hover, #header a:active {
color: #fefefe;
}

.grey {
color: #888;
}

.tsw {
text-shadow: 1px 1px 0 #fff;
}

/*Pages*/

#header {
width: 910px;
line-height: 40px;
margin: 0 20px;
text-align: right;
}

h1 {
margin: 0 20px 0 0;
}

#header a, #rc a, #footer a, .link {
padding: 0 15px 0 11px;
background: url(../images/arrow_r.png) no-repeat center left;
}

#logo {
width: 910px;
height: 100px;
margin: -20px 20px 15px 20px;
background: url(../images/bg_logo.png) no-repeat;
}

#slider {
width:930px;
height:300px;
margin: 0 9px;
padding: 0;
border: 1px solid #eee;
background: #eee;
}

#pop {
width: 88px;
height: 150px;
margin: 0 30px 0 832px;
top: 40px;
z-index: 20;
position: absolute;
text-align: right;
display: block;
background: url(../images/contact.png) no-repeat;
}

#contents {
width: 910px;
margin: -5px 19px 0 19px;
padding: 40px 0;
background: #fff;
float: left;
}

#lc {
width: 470px;
float: left;
margin: 0 40px 0 50px;
}

h2 {
width: 478px;
height: 32px;
float: left;
margin: 0 0 20px -60px;
padding: 6px 0 0 50px;
display: block;
border: 1px solid #ccc;
background: url(../images/dt.png) no-repeat;
}

h3, h4 {
float: left;
margin: 15px 0 0 0;
display: block;
}

#lc dl {
width: 470px;
float: left;
}

#lc ul {
float: left;
margin: 15px 0 0 0;
}

#lc li {
width: 209px;
float: left;
}

.center {
text-align: center;
}

.right {
float: right;
display: block;
}

.line {
width: 100%;
display: block;
}

#rc {
width: 310px;
margin: 0 40px 0 0;
float: left;
}

#rc a {
width: 284px;
line-height: 35px;
float: left;
margin: 0 40px 0 0;
display: block;
border-bottom: 1px solid #ddd;
}

#circles {
width: 830px;
height: 94px;
float: left;
margin: 50px 40px 0 40px;
border-bottom: 1px solid #ccc;
background: url(../images/circles.png) no-repeat;
}

#social {
width: 830px;
float: left;
margin: 0 40px 0 40px;
border-top: 1px solid #fff;
background: #ddd;
}

#social li {
width: 166px;
float: left;
padding: 10px 0;
text-align: center;
}

#footer {
width: 950px;
float: left;
margin: 60px 0 0 0;
text-align: center;
}

#footer div {
width: 950px;
padding: 40px 0 40px 0;
}

#smoothscroll {
width: 60px;
height: 60px;
right: 30px;
bottom: 30px;
position: fixed;
display: none;
background: #f7f5fe url(../images/smoothscroll.png) no-repeat;
}