/*
Theme Name: USO Marketing Co.
Theme URI: http://portfolio.projectkou.com/
Description: This is my sample theme.
*/


/* 基本 */
body {
  margin:0;
  padding:0;
  font-family:'メイリオ','Hiragino Kaku Gothic Pro',sans-serif;
  background-color:#ffffcc;
  color:#1a1a1a;
}
a {
     text-decoration:none;
     color:#0c8bcd;
}
a img {
     border:none;
}

/* コンテナ */
div#container {
  width:950px;
  margin:auto;
}

/* ヘッダー */

div#header {
  margin-bottom:20px;
}
h1 {
  margin:40px 0;
}

/* サブナビゲーション */
div#subnav {
  font-size:0.75em;
  height:30px;
  margin-top:-60px;
  margin-bottom:28px;
}
div#subnav ul {
  margin:0;
  padding:0;
}
div#subnav li {
  list-style-type:none;
  float:right;

}
div#subnav li a {
  color:#333333;
  display:block;
  width:100px;
  padding-left:15px;
  background:url(ya_005.gif) no-repeat left center;
  
}
div#subnav li a:hover {
  color:#999999;
}

/*メインナビゲーション*/
div#mainnav {
  font-size:0.95em;
  height:56px;
  font-weight:bold;
  background-image:url(mainnav.jpg)
}
div#mainnav ul{
  margin:0;
  padding:0;
}
div#mainnav li {
  list-style-type:none;
  float:left;
}
div#mainnav li a {
  color:#333333;
  display:block;
  width:189px;
  line-height:56px;
  text-align:center;
}
div#mainnav li a:hover {
  color:#666666;
}

/*スライダー*/
div#mainBox {
  float:left;
  margin-left:8px;
  margin-bottom:40px;
}

/*コメント*/
div#comment {
  float:right;
  width:300px;
  margin-bottom:40px;

}
div#comment p {
  font-size:0.95em;
  line-height:115%;
}
div#comment p#comment {
  font-size:1.3em;
  font-weight:bold;
  color:#990000;
}
div#comment img {
  margin-left:-15px;
}

/*メイン*/
div#content {
  clear:both;
  float:left;
  margin-bottom:30px;
  width:600px;
}
p.title {
  font-size:1.1em;
  font-weight:bold;
  color:#990000;
  padding:6px 20px;
  margin-left:20px;
  background:#ffffcc;
  display:inline;
}

/*プレスリリース*/
div#press {
  width:574px;
  background:#ffffff;
  margin-left:8px;
  padding:7px 13px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  
}
ul.news {
  list-style-type:none;
  margin:20px 0 0 0;
  padding:0;
}
ul.news li {
  border-bottom:dotted 1px #999;
  margin-bottom:12px;
  padding-bottom:12px;
}
ul.news p {
  margin:3px 0 0 20px;
}
ul.news a {
  color:black;
  font-size:0.8em;
}
ul.news span {
  font-size:smaller;
  font-weight:bold;
}

/*レフトコンテンツ*/
div#leftcontent {
  float:right;
  width:300px;
}

/*このサイトは実在しません*/



/*固定ページ*/
div.post h2 {
  color:#333;
  font-size:1.1em;
  font-weight:bold;
  border-left:solid 5px #999;
  padding:10px 15px;
  margin:25px 10px;
  text-shadow:1px 1px 2px #999;
}
div#pagecontent {
  font-size:0.9em;
  background:#ffffff;
  margin-left:5px;
  padding:10px;
  -moz-box-shadow: 1px 1px 3px #333333;
  -webkit-box-shadow: 1px 1px 3px #333333;
}
div#pagecontent p {
  margin:15px;
}

h3 {
  color:#ff6666;
}
h4 {
  margin-bottom:0;
  margin-top:30px;
  padding:3px 5px;
  border-left:solid 3px #cccc99;
  color:#006699;
  background-color:#ffc;
}
p.list {
  font-size:1.1em;
  font-weight:bold;
  border-top:1px #999 solid;
  padding-top:2px;
}

p.list:first-letter {
  font-size:1.3em;
  margin-right:10px;
  padding:2px 8px;
  background-color:#b0c4de;
  
}

/*サイドバー*/
div#sidebar {
  width:330px;
  float:right;
}
div#sidebar ul{
  margin:0;
  padding:0;
  list-style-type:none;
}

div#sidebar .textwidget {
  margin-bottom:30px;
  margin-left:10px;
}

div#sidebar li#nav_menu-2{
  background:#ffffff;
  margin-left:5px;
  padding:10px;
  -moz-box-shadow: 1px 1px 3px #333333;
  -webkit-box-shadow: 1px 1px 3px #333333;
  margin-bottom:30px;
}

div#sidebar h2 {
  font-size:0.9em;
  border-bottom:2px #aaa solid;
  text-align:right;
  padding-bottom:3px;
  padding-right:7px;
  text-shadow:1px 1px 2px #999;
}

div#sidebar li#nav_menu-2 li {
  border-bottom:dotted 1px #aaaaaa;
  background:url(wa-ore.png) no-repeat left center;
}
div#sidebar li#nav_menu-2 li a {
  display:block;
  padding:17px 22px;
  color:#333;
}
div#sidebar li#nav_menu-2 li a:hover {
  text-decoration:underline;
  color:#ff6666;
}

/*フッター*/
div#footer {
  border-top:1px #cccccc solid;
  padding:8px 0;
  clear:both;
}
div#footer address {
  font-style:normal;
  font-size:0.8em;
  text-align:center;
  float:left;
}
div#footer p#toTop {
  float:right;
}

/*コメントフォーム*/
.wpcf7-form {
  margin:35px 30px;
  padding-top:30px;
  border-top:dashed 2px #999;
}
.wpcf7-form span.req {
  color:#aa0000;
  font-size:smaller;
}
.wpcf7-form input {
  width:80%;
}
.wpcf7-form textarea {
  width:100%;
}
.wpcf7-form p.submit {
  text-align:center;
}
.wpcf7-form .wpcf7-submit {
  width:200px;
}


