/*
Theme Name: ARKYINC
Theme URL: http://www.arky.co.jp/
Description: ARKYINC theme01
Author: Kei Omuro
*/

/* 半透明処理・角丸処理まとめ */

#footer, #main, #topic_list ul, #topic_list_news ul, #topic_list_link{
  filter:alpha(opacity=90); /*IE*/
  -moz-opacity:0.90; /*FF*/
  opacity:0.90;
}
#menu li, #menu li a:hover, #topic h2{
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#topic_list ul, #topic_list_news ul, #topic_list_link{
	border: 1px solid #ccc;
	text-align: left;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#footer, #main{
	border: 1px solid #ccc;
	background-color: #ffffff;
	text-align: left;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
  width:606px;
}

/* ページレイアウト 始め */

html, body{
  margin:0;
}

#background{
  position:relative;
  margin:0 auto 0;
  width:850px;
  background-image:url(images/background4.jpg);
  background-repeat:repeat-y;
  background-position:center;
  min-height:920px;
}

#header h1{
  position:relative;
  width:820px;
  margin:0 auto 0;
  padding:0;
}
#header h1 img{
  border:none;
}

#field{
  position:relative;
  margin:0px auto 20px;
  padding:5px 5px 20px;
  width:820px;
  text-align:left;
}

#menu ul{
  margin:10px 5px 0px;
  padding:0;
  list-style-type:none;
  height:20px;
  font-size:15px;
  font-weight:bold;
  width:606px;
  z-index:100;
}
#menu li{
  text-align:center;
  float:left;
  line-height:28px;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #016;
}
#menu li a{
  display:block;
  width:110px;
  text-decoration:none;
  color:#fff;
}
#menu li a:hover{
  border: 0px solid #00ee1b;
  background-color:#00ee1b;
  color:#fff;
}

#footer{
  position:relative;
  margin:8px 5px;
  color:#666666;
  font-size:12px;
  font-style:normal;
  line-height:20px;
  padding:5px 8px;
  z-index:0;
}

#main{
  position:relative;
  padding:5px 8px 20px;
  margin:5px 5px;
  z-index:0;
}

#top{
  background-color:#FFFFFF;
  padding: 10px;
  margin:5px;
  width:606px;
	border: 1px solid #ddd;
	text-align: left;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#news{
  position:absolute;
  top:5px;
  left:635px;
  width:180px;
  margin:10px 5px 0px;
  padding:0;
}

#company{
  position:absolute;
  top:250px;
  left:635px;
  width:180px;
  margin:10px 5px 0px;
  padding:0;
}

#link{
  position:absolute;
  top:445px;
  left:635px;
  width:180px;
  margin:10px 5px 0px;
  padding:0;
}

#topic h2{
  /* border-right:solid 1px #00657d; */
  margin:0;
  padding:2px 8px;
  float:left;
  width:120px;
  font-size:14px;
  line-height:24px;
	border: 1px solid #ccc;
	text-align: left;
	background-color: #610;
  color:#fff;
  z-index:3;
}
#topic_list ul{
  position:absolute;
  top:26px;
  left:0px;
  margin:0px;
  padding:4px;
  line-height:2.4;
  list-style-type:none;
  width:170px;
  height:150px;
  font-size:12px;
  font-weight:bold;

  z-index:0;
}
#topic_list_news ul{
  position:absolute;
  top:26px;
  left:0px;
  margin:0px;
  padding:4px;
  line-height:2.2;
  width:170px;
  height:200px;
  font-size:12px;
  font-weight:bold;
  list-style-type:none;
  z-index:0;
}
#topic_list_news li{
  line-height:1.2;
  margin:10px 0px 10px;
}
#topic_list_link{
  position:absolute;
  top:26px;
  left:0px;
  margin:0px 0px 30px 0px;
  padding:4px;
  line-height:2;
  list-style-type:none;
  width:170px;
  height:330px;
  font-size:12px;
  font-weight:bold;
  z-index:0;
  text-align:center;
}
#topic_list li{
  text-align:left;
  float:left;
  width:160px;
}

#postdate{
  background-image:url(images/back_date.gif);
  width:150px;
  height:20px;
  color:#fff;
}
#postdate p{
  line-height:20px;
  padding-left:10px;
}

#contents h2{
  background-image:url(images/back_title.jpg);
  width:600px;
  height:55px;
  margin:5px 0px;
  color:#fff;
  font-weight;:bold;
  font-size:20px;
}
.posttitle{
  line-height:50px;
  padding-left:50px;
}

#contents p{
  line-height:150%;
}
#contents img{
  border:none;
}

#archives h3{
  background-image:url(images/archives_back2.gif);
  background-repeat:none;
  background-position:left;
  width:570px;
  height:23px;
  padding:8px 0 0 30px;
  font-size:14px;
}

h4{
  font-size:14px;
}

img.alignright {
	margin: 0 7px 2px 0;
}

img.alignleft {
	margin: 0 0 2px 7px;
}

.alignright {
	float: left;
}

.alignleft {
	float: right;
}
/* ページレイアウト 終わり */

/* 始め */

body{
  margin:0px;
  padding:0 0 20 0;
  color:#666666;
  font-size:12px;
  text-align:center;

  line-height:130%;
  background-color:#ffffff;
}
a {
  color:#00cc00;
  text-decoration:none;
}
a:hover{
  color:#3333ee;
  text-decoration:underline;
}

/* ページレイアウト 終わり */

/* Begin Images */
p img {

	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}


img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

