@charset "utf-8";

*{
margin:0;
padding:0;
font-family:'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
font-size:15px;
}

.company_img img{
	width:180px;
	margin:10px 0px;
}

.photo img{
	width:280px;
	margin-left:25px;
	margin-bottom:0px;
}

img {
   vertical-align: bottom;
}


h3 {
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	font-size:18px;
	margin-bottom:10px;
	margin-top:35px;
}
h3:first-letter {
	margin-right:1px;
	font-size:130%;
	color:#b10000;
}

.sample {
    width:220px;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:15px 25px;
    color:#fff !important;
	text-decoration:none !important;
	margin:30px 0px;
	border-radius:5px;
}

.sample {
    background-image: -moz-linear-gradient(top, #ffa035 0%, #ffa035 49%, #ff8300 50%, #ff8300);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa035), color-stop(0.49, #ffa035), color-stop(0.50, #ff8300), to(#ff8300));
}



p{
	margin:0px 20px 20px 20px;
}


.mobile{
display:none;
}

.sepa{
	display:flex;
	justify-content: space-between;
}

.main{
width:600px;
margin-left:30px;
}

.side {
	font-size:15px;
	margin-right:30px;
}

a{/*リンクされた文字*/
    color:#ae4207;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#ae4207;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#ae4207;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#d2510a;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

.base{
	width:900px;
	margin:0px auto;
	border:2px solid #fdd5b1;
	background-color:#fff;
}

.logo{
	width:900px;
	border-bottom:2px solid #fdd5b1;
}

.mainimage{
	margin-bottom:30px;
	border-bottom:2px solid #fdd5b1;
}

#header{
	margin:0px auto;
	border-left:2px solid #fdd5b1;
	border-right:2px solid #fdd5b1;
}

body{
	background-color:#fef5ec;
	font-size:15px;
	line-height:22px;
	background-image: url("images/back.jpg");
	background-repeat:repeat-x;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #ccc;
	width:100%;
	margin-bottom:30px;
}

td,th{
	vertical-align:top;
	padding:10px;
	border:1px solid #ccc;
}

th {
    //background-image: url(images/th.jpg);
    background-repeat: no-repeat;
    text-align: left;
	font-weight:normal;
	background-color: #f9f8f7;
	width:120px;
}

h2{
	font-size:15px;
	font-weight:normal;
	background-image: url("images/h2.gif");
	width:600px;
	background-repeat:no-repeat;
	margin-right:20px;
	margin-top:0px;
	color:#ffffff;
	height:30px;
	line-height:30px;
	text-indent:25px;
	margin-bottom:20px;
}


.side ul{
	list-style:none;
	border-bottom:1px solid #ccc;
	width:210px;
	margin:0;
}

.side li{
	display: inline; 
	padding: 0; 
	margin: 0; 
}


.side li a{
display:block;
background-image:url(images/sidebar_botan1.png);
background-repeat:no-repeat;
width:auto;
height:auto;
line-height:40px;
text-indent:22px;
text-decoration: none;
color: #333;
border: 1px solid #ccc;
border-bottom:0;
}

.side li a:hover{
background-image:url(images/sidebar_botan2.png);
background-repeat:no-repeat;
color:#e72268;
font-weight:normal;
}


#footer{
height:50px;
line-height:50px;
}
