@charset "utf-8";
/*
Theme Name: akinetworks.biz idea-stock
Theme URI: http://www.akinetworks.biz
Description: 
Version: 1.0
Author: Akinetworks
Author URI: http://www.akinetworks.biz/
Tags: 
*/

/*====================================================================
 　全体の部分
 =====================================================================*/

	* {
		margin: 0;
		padding: 0;
	}
	

	a:link    { color:#000000; }
	a:visited { color:#000000; }
	a:active  {color:#FFFFFF; background-color:#FF99CC; text-decoration: none;}
	a:hover   {color:#FFFFFF; background-color:#FF99CC; text-decoration: none;}

    a.imglink { color:#FFFFFF; background-color:#FFFFFF; text-decoration: none;}

	
	img {
		border: none;
		background-color:#FFFFFF;
	}
	
	p {
		font-size:14px;
	}
	
	p#url {
		font-size: 30px;
		font-weight: bold;
		color: #000000;
		margin: 10px 0;
	}

     ul,li{ list-style:none; }


/*====================================================================
 レイアウト
 =====================================================================*/

	body {
    width: 100%;
	color:#000;
	/* font-size: 12px; */
	/* line-height:160%; */
   font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅"; */
	background-color:#ffffff;
	text-align: center;
	}

	#top_main{
	    width: 600px;
	    margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
		text-align: center;
		}

	#wrapper {

    clear: both;
	width: 800px;
	margin: 20px auto 20px;
	line-height:160%;
	font-size: 12px;
	text-align: left;
}

	#side {
	width:240px;
	float:left;
	}

	#contents_main {
	width:540px;
	float:right;
	}


	#footer {
	    width: 100%;
		text-align: center;
		border-top: solid 1px #000000;
		margin-top: 30px;
		padding: 15px 0 70px;
	}


	#footer p {
		margin: 5px auto 30px;
		font-size: 12px;
		line-height: 160%;
		width: 600px;
		
		text-align: center;
	}

	#footer a:link    { color:#000000; text-decoration: none;}
	#footer a:visited { color:#000000; text-decoration: none;}
	#footer a:active  {color:#FFFFFF; background-color:#FFFFFF; text-decoration: none;}
	#footer a:hover   {color:#FFFFFF; background-color:#FFFFFF; text-decoration: none;}



/*====================================================================
 ヘッダー部分
 =====================================================================*/

	ul#navimenu{
    list-style:none;
	width: 100%;
	height: 20px;
	
	margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
	
    }

    ul#navimenu li{
    list-style:none;
    float:left;
	font-size:12px;
    }

    ul#navimenu li#home{
    margin-left: 30px;
    }	

    ul#navimenu li#ideastock{
    margin-left: 30px;
    }

    ul#navimenu li#special{
    margin-left: 30px;
    }


    ul#navimenu li#blog{
    margin-left: 30px;
    }	

    ul#navimenu li#imgupload{
    margin-left: 30px;
    }	

    ul#navimenu li#contact{
    float: right;
	margin-right: 30px;
    }


/*====================================================================
 　サイドバー部分
 =====================================================================*/

#side dl {
	width:220px;
	margin:0px 0px;
} 

	#side dt {
		font-weight: bolder;
		color: #000000;   /* #C0C0C0 */
		padding: 2px;
		border-bottom: 1px dotted #000000;  /* #CCCCCC */
	}
	
	#side dt.search {
		font-weight:normal;
		font-size: 11px;
		color: #333333;
		border-bottom: none;
	}
	
	
	#side dd {
		font-size: 11px;
		color: #333333;
		margin:10px 10px 30px 0px;
	}
	
	#side dd li {
		background:transparent url(./arrow.gif) no-repeat 0px 4px;
		padding-left:15px;
	}

/* CALENDAR */


#wp-calendar caption{
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 10px 0;

}




#wp-calendar tbody tr td {
	font-size: 10px;
	text-align: center;
    vertical-align: middle;

    padding: 3px 1px;
    height: 26px;
	width: 26px;
	
}

#wp-calendar tbody tr td a{

    display: block;
    background-image: url(images/cal-bg-img01.gif);
	background-position:0px 0px;
	text-decoration: none;
    width: 26px;
	height: 20px;
    padding: 3px 0px;
	/* border: none; */
}


#wp-calendar tbody tr td a:hover{

    display: block;
    background-image: url(images/cal-bg-img01.gif);
	background-position:0px -26px;
	text-decoration: none;
    width: 26px;
	height: 20px;
    padding: 3px 0px;
	
    color: #000000;

	/*  border: none; */
	
}


#wp-calendar thead tr th{
	font-weight: bold;
	text-align: center;
	/* padding: 2px 5px; */
	
    padding: 3px 0px;
	width: 26px;
    height: 26px;
	
	
	/* border: none; */

}


#wp-calendar tfoot tr td {
	font-size: 10px;
	text-align: center;
    vertical-align: middle;

	/* padding: 2px 5px; */
    padding: 3px 0px;
	border: none;
	
}

#wp-calendar tfoot tr td a{
    display: block;
    background-color: #ffffff;
    padding: 3px 0px;
	border: none;
}


#wp-calendar tfoot tr td a:hover{
    display: block;
    background-color: #FF99CC;
    padding: 3px 0px;
    color: #000000;
	border: none;
}



/*====================================================================
 　コンテンツメイン部分
 =====================================================================*/

.entry_waku{
	margin:0px 0px 50px 30px;
	text-align: left;

}

.entry_waku h2{
		font-size: 16px;
		font-weight: bolder;
		color: #000;
		padding-bottom: 3px;
		margin-bottom: 0px;
		border-bottom: 1px dotted #000000;  /*  #CCC */
	}

.entry_waku h2 a{
        text-decoration: none;
		}

.entry_waku .entry_date{
		font-weight: normal;
		font-size: 12px;
		color: #000000;
		text-align:right;
		padding: 3px 0;
	}

.entry_waku div.entry_category {
		margin: 10px 0px 10px;
		font-size: 12px;
	}

.entry_waku div.entry {
		font-size: 14px;
		line-height: 170%;
		color: #000000;
		margin: 25px 0px 15px 0px;
	}	

.entry_waku div.entry p{
		font-size: 14px;
		line-height: 170%;
		color: #000000;
		margin: 25px 0px 15px 0px;
	}	
	

.entry_waku div.entry ul li{
list-style-type: disc;
padding-left: 2px;
margin: 15px 30px 15px 30px;

}

.entry_waku blockquote {
    width: 400px;
   	padding: 10px 20px;
	background-color: #9CB3D8;
	font-size: 14px;
}




/*==========================================================================
 ここから  ページネーション
===========================================================================*/

.page_navigation{
		margin: 0px 10px 30px 10px;
}

.page_navigation	a:link    { text-decoration: none;}
.page_navigation	a:visited { text-decoration: none;}
.page_navigation	a:active  { text-decoration: none;}
.page_navigation	a:hover   { text-decoration: none;}

.previous_alignleft{
        float: left;
		font-size: 14px;
		color: #333333;
		}

.previous_alignleft a{

        display: block;
		
		padding: 5px 10px 5px 10px;
		
		color: #333333;
		border: #333333 1px solid;
		background-color: #ffffff;
		
		text-decoration: none;
		}

.previous_alignleft a:hover {
        display: block;
		
		padding: 5px 10px 5px 10px;
		
		color: #ffffff;
		border: 1px solid #669933;
		background-color: #669933;
		
		text-decoration: none;
		}


.next_alignright{
        float: right;
		font-size: 14px;
		color: #333333;
		}

.next_alignright a{
        display: block;
		
		padding: 5px 10px 5px 10px;
		
		color: #333333;
		border: #333333 1px solid;
		background-color: #ffffff;
		
		text-decoration: none;
		}

.next_alignright a:hover {
        display: block;
		
		padding: 5px 10px 5px 10px;
		
		color: #ffffff;
		border: 1px solid #669933;
		background-color: #669933;
		
		text-decoration: none;
		}


