@charset "UTF-8";

/*
Theme Name: IT-SQUARE No2
Thema URI: http://www.pcy-systems.com/its/
Description: Theme No2 for IT-SQUARE
Author: Akira Tanaka
Author URI: http://www.pcy-systems.com/
Version: 1.0
*/


/* 全体設定
---------------------------------------------------------*/
* {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

body{
	color: #666666;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ pro W3","Verdana","Helvetica","Arial",sans-serif;
	text-align: center;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	color: #ff2200;
	text-decoration : underline;
}

/* form要素 */
textarea, input, select {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ pro W3","Verdana","Helvetica","Arial",sans-serif;
	font-size: 9pt;
}

#layout {
	width: 780px;
	margin-top:  0px;
	padding-top: 0px;
	background-color: #ffffff;
	border-left: solid 1px #B6C3A8;
	border-right: solid 1px #B6C3A8;
}


/* ヘッター
---------------------------------------------------------*/
#header_sitetop {
	width : 780px;
	height : 300px;
	margin-top:  0px;
	padding-top: 0px;
	text-align: left;
	background-color: #ffffff;
	background-image: url(images/top_image_3.jpg);
}

#header1 {
	width : 200px;
	height : 70px;
	float: left;
}

#header2 {
	width : 560px;
	height : 275px;
	padding-top: 5px;
	float: right
}

#header3 {
	width : 780px;
	height : 25px;
	clear: both;
}

#header {
	width : 780px;
	height : 70px;
	margin-top:  0px;
	padding-top: 0px;
	text-align: left;
	background-color: #ffffff;
	background-image: url(images/page_image_2.jpg);
}

#header_gads {
	width : 500px;
	height : 60px;
	margin-top: 5px;
	margin-right : 30px;
	text-align: right;
	float: right;
}

/* サイトタイトル */
.site_title {
	color: #000000;
	font-size: 0px;
	margin: 0px;
	visibility:hidden;
}

/* サイト説明文 */
.site_description {
	color: #598537;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-bottom: 2px;
	padding-left: 10px;
}

/* ページロゴ */
.logo {
	margin-top: 8px;
	margin-left: 30px;
	border-top : 1px solid #80dd66;
	border-left : 1px solid #80dd66;
	border-right : 1px solid #80dd66;
	border-bottom : 1px solid #80dd66;
}

/* パンくずリスト */
#navi {
	font-size: 12px;
	clear: both;
	width: 760px;
	height : 18px;
	text-align: left;
	padding: 4px 10px 2px 10px;
	margin-bottom: 3px;
	border-top : 1px solid #060430;
	border-bottom : 1px solid #060430;
}

/* サイドバー
---------------------------------------------------------*/
#menu {
	float : left;
	width : 190px;
	margin: 2px 0px 0px 3px;
/*	border-right: solid 1px #D3D1B5; */
	padding: 0px 5px 5px 5px;
	text-align: left;
}

.menu_title {
	font-size: 12px;
	color: #608540;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 1px;
	border-left : 6px solid #060430;
	border-bottom : 1px solid #060430;
}

#menu .menu_item{
	text-align: left;
	margin-top: 1px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 1px;
}

#menu ul {
	text-align:left;
	margin: 0px;
	padding-left: 5px;
	list-style-type: none;
	text-decoration: none;
}

#menu li {
	text-align: left;
	padding: 0px 0px 3px 15px;
	text-decoration: none;
	background: url(images/pin_04.gif) no-repeat;
}

#menu li.twitter {
	padding: 3px 0px 3px 19px;
	margin-bottom: 3px;
	background: url(http://twitter-badges.s3.amazonaws.com/t_mini-a.png) no-repeat;
}

#menu li.rss {
	padding: 2px 0px 3px 20px;
	background: url(images/rss_icon_glass16.jpg) no-repeat;
}

#menu table {
	width : 160px;
	margin: 0px 1px 10px 10px;
	border-top: none;
	border-left: none;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

#menu td {
	border-right: none;
	border-bottom: none;
	padding:1px 1px;
	text-align:left;
}

/* 本文設定
---------------------------------------------------------*/
#main {
	float : right;
	width : 535px;
	margin: 2px 5px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-left: solid 1px #D3D1B5;
	background-color: #ffffff;
	text-align: left;
}

#main .main_title {
	color: #608540;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 1px;
	border-left : 6px solid #060430;
	border-bottom : 1px solid #060430;
}

#main .main_item {
	text-align: left;
	margin-top: 1px;
	margin-left: 10px
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 1px;
}

#main p {
	text-align:left;
	margin-top:3px;
	margin-bottom:10px;
	margin-left: 10px;
	line-height: 150%;
}

#main ul {
	text-align:left;
	margin: 0px;
	padding-left: 5px;
	list-style-type: none;
	text-decoration: none;
}

#main li {
	text-align: left;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
}


#main table {
	margin-left: 10px;
	padding-left: 10px;
	border-top: none;
	border-left: none;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

#main th, td {
	border-right: none;
	border-bottom: none;
	padding:3px 3px;
	text-align:left; 
}


/* トップページアフィリエイト設定
---------------------------------------------------------*/
#topCM {
	float : right;
	text-align: center;
	width : 530px;
	margin: 0px 3px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-top: solid 1px #D3D1B5;
	border-left: solid 1px #D3D1B5;
	border-right: solid 1px #D3D1B5;
	border-bottom: solid 1px #D3D1B5;
}

#topCM p {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}

#topCM p.discription {
	width: 460px;
	font-size: 10px;
	text-align: left;
}

#topCM table {
	width : 450px;
	margin: 0px auto;
	border-top: none;
	border-left: none;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

#topCM td {
	border-right: none;
	border-bottom: none;
	padding:1px 1px;
	text-align:center;
}


/* コメント設定
---------------------------------------------------------*/
#comments {
	float : right;
	text-align: left;
	width : 540px;
	margin: 0px 3px 5px 0px;
	padding: 10px 0px 5px 0px;
}

#comments ol {
	text-align:left;
	margin 0px;
	margin-top: 5px;
	padding-left: 15px;
	text-decoration: none;
}

#comments li {
	text-align: left;
	padding: 0px 0px 2px 1px;
	text-decoration: none;
}

#comments .comment_content {
	font-size: 12px;
}

#comments .comment_state {
	text-align: left;
	margin: 10px 0px 10px 0px;
	line-height: 180%;
}

#comments .comment_author {
	color: #598537;
	text-align: left;
	margin: 10px 0px 15px 0px;
	line-height: 180%;
}

#comments .trackbackurl {
	color: #0000ff;
	text-align: left;
	margin: 1px 0px 1px 0px;
}

#comments .comment_url {
	text-align: left;
	text-decoration: underline;
}

#comments #enable_tag {
	width: 516px;
	border: none;
	margin: 3px 0px 3px 0px;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	background-color: #fefbe2;
}

#comments form {
	font-size: 12px;
	margin-left: 5px;
}

#comments form#commentform label {
	width: 140px;
	float: left;
	margin: 1px 10px 0 0;
	font-weight: bold;
}

#comments form#commentform p {
	clear: both;
}

#comments form#commentform sub {
	color: #ff0000;
	display: block;
	padding-top; 2px;
	margin: 0px 0px 3px 10px;
}

#comments input#author, input#email, input#url {
	width: 364px;
	border: 1px solid #D3D1B5;
	margin: 2px 0px 2px 0px;
	padding: 1px 3px;
}

#comments textarea {
	font-size: 12px;
	border: 1px solid #D3D1B5;
	width: 520px;
}


/* フッター
---------------------------------------------------------*/
#footer {
	background-color: #ffffff;
	clear : both;
	width: 780px;
	border-top: solid 1px #D3D1B5;
	padding-top: 10px;
	margin-top: 15px;
	text-align: center;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

#footer a {
	color:#008800;
	text-decoration:none;
}

#footer a:hover {
	color:#853737;
}

/* ページ：ナビゲーション */
.page_navi{
	font-size: 12px;
	float : right;
	text-align: center;
	width : 540px;
	margin: 0px 3px 5px 0px;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

.page_navi a {
	color: #008800;
	text-decoration: underline;
}

.page_navi a:hover {
	color: #ff3300;
	text-decoration : underline;
}

/* エントリー
--------------------------------------------------*/

/* エントリー：ブロック */
.entry_block {
	float : right;
	text-align: left;
	width : 530px;
	margin: 0px 3px 5px 0px;
	padding: 0px;
	border-top: solid 1px #D3D1B5;
	border-left: solid 1px #D3D1B5;
	border-right: solid 1px #D3D1B5;
	border-bottom: solid 1px #D3D1B5;
}

/* エントリー：見出し */
.entry_header { 
	width: 528px;
	margin: 0px;
	padding: 2px 0px 2px 2px;
	border-bottom: solid 1px #D3D1B5;
	background-color: #fefbe2;
	text-align: left;
}

h2.entry_title{
	color: #653900;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	margin: 0px;
}

h2.entry_title a {
	text-decoration : none;
}

/* エントリー：ナビゲーション */
.entry_navi{
	float : right;
	text-align: left;
	width : 530px;
	margin: 0px 3px 5px 0px;
	padding: 3px 0px 3px 0px;
	border-top: solid 1px #D3D1B5;
	border-left: solid 1px #D3D1B5;
	border-right: solid 1px #D3D1B5;
	border-bottom: solid 1px #D3D1B5;
	text-align: center;
}

.entry_navi a {
	color: #008800;
	font-size: 12px;
	text-decoration: underline;
}

.entry_navi a:hover {
	color: #ff3300;
	text-decoration : underline;
}

/* エントリー：テキスト */
.entry_text1 {
	color: #653900;
	font-size: 14px;
	font-weight:bolder;
}

.entry_text {
	margin: 5px 0px 10px 10px;
	line-height : 140%;
}

.entry_text a {
	text-decoration:none;
}

.entry_text a:hover {
	text-decoration : underline;
}

.entry_text img {
	padding: 2px;
}

/* エントリー：ステータス（日付等）*/
.entry_state {
	text-align: left;
	margin: 10px 0px 10px 10px;
	line-height: 180%;
}

.entry_state a {
	color: #7D9049;
	text-decoration:none;
}

.entry_state a:hover {
	color: #ff3300;
	text-decoration : underline;
}

/* プロフィールページ
--------------------------------------------------*/
#prof h3, h4{
	font-size: 12px;
	background-color:#fefbe2;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 5px;
}

#prof ul {
	margin: 0px 0px 20px 50px;
	list-style-type: disc;
}

#prof li {
	margin: 0px;
}

#prof table {
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: show;
}

#prof th, td {
	margin: 0px;
	padding:3px 5px;
	text-align:left; 
}

#prof th {
	font-weight:normal;
	background-color:#fefbe2;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

#prof img {
	vertical-align: -10px;
}


/* リンク集ページ
--------------------------------------------------*/
#linklist {
	text-align:left;
	margin: 0px 0px 8px 0px;
	padding-left: 20px;
}

#linklist h3, h4 {
	font-size: 12px;
	background-color:#fefbe2;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

#linklist ul {
	margin: 5px 0px 10px 0px;
	list-style-type: none;
}

#linklist li {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 3px 15px;
/*	line-height: 150%; */
	background: url(images/pin_04.gif) no-repeat;
}

#linklist a {
	font-weight: bold;
	text-decoration: underline;
}


/* チェケラのページ
--------------------------------------------------*/
#check_it_out {
	text-align:left;
	margin: 0px 0px 8px 0px;
}

#check_it_out h3, h4 {
	font-size: 12px;
	background-color:#fefbe2;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

#check_it_out ul {
	margin: 5px 0px 10px 0px;
	padding-left: 5px;
	list-style-type: none;
}

#check_it_out li {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px 15px;
	background: url(images/pin_04.gif) no-repeat;
}

#check_it_out a {
	font-weight: bold;
}


/* 自宅留学のページ
--------------------------------------------------*/
.eng_description {
	width :360px;
	margin:5px 0px 20px 40px;
	padding: 10px;
	font-weight:normal;
	background-color:#fefbe2;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

#smartfm {
	text-align:left;
	margin: 0px 0px 5px 24px;
}

#smartfm ul {
	margin: 2px 0px 2px 0px;
	padding-left: 5px;
	list-style-type: none;
}

#smartfm li {
	text-align: left;
	margin: 0px;
	padding: 1px 0px 10px 22px;
	background: url(images/ico_list01.gif) no-repeat;
}

#smartfm table {
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: show;
}

#smartfm th, td {
	margin: 0px;
	padding:3px 5px;
	text-align:left; 
}


/* ブックスタンドのページ
--------------------------------------------------*/
.media-marker {
	width: 500px;
	border-right: 1px solid #aaaaaa;
}


/* その他
---------------------------------------------------------*/
.frmbtn {
	font-size: 9pt;
	padding: 0px 5px;
}

img.emoji{
	vertical-align:middle;
	border:0;
}

/* For Fuzzy posts plug-in */
.tile_body {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.tile_body h3 {
	color: #7D9049;
	font-size: 11px;
	font-weight: normal;
	margin-top: 3px;
}

/* For BDP RSS plug-in */
.rss_feeds {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.postbyline {
	font-size: 9pt;
	margin: 0px 0px 0px 10px;
}

/* For Amazon G-Tools */
.amazon-g-tools {
	margin: 5px 5px 5px 5px;
	padding: 2px 5px 2px 5px;
	border-top: double 3px #D3D1B5;
}

.g-tools_img img {
	float: left;
	margin: 2px;
	margin-right: 10px;
	border: 0px;
}

.g-tools_title {
	font-size: 12px;
	font-weight: bold;
}

.g-tools_body {
	font-size: 9pt;
}

.g-tools_by {
	font-size: 6pt;
	clear: both;
}

